/* _reset.scss */
/* Box sizing rules */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Remove default margin */
* {
  margin: 0;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove list styles on ul, ol elements */
ul, ol {
  list-style: none;
}

/* Anchor defaults */
a {
  text-decoration: none;
  color: inherit;
}

/* Remove all animations/transitions for people that prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
/* _base.scss */
body {
  font-size: 16px;
  color: #212529;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

p {
  margin-bottom: 1rem;
}

a:hover {
  text-decoration: underline;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 2px;
}

.mt-2 {
  margin-top: 4px;
}

.mt-3 {
  margin-top: 8px;
}

.mt-4 {
  margin-top: 12px;
}

.mt-5 {
  margin-top: 24px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 2px;
}

.mb-2 {
  margin-bottom: 4px;
}

.mb-3 {
  margin-bottom: 8px;
}

.mb-4 {
  margin-bottom: 12px;
}

.mb-5 {
  margin-bottom: 24px;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 2px;
}

.ml-2 {
  margin-left: 4px;
}

.ml-3 {
  margin-left: 8px;
}

.ml-4 {
  margin-left: 12px;
}

.ml-5 {
  margin-left: 24px;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 2px;
}

.mr-2 {
  margin-right: 4px;
}

.mr-3 {
  margin-right: 8px;
}

.mr-4 {
  margin-right: 12px;
}

.mr-5 {
  margin-right: 24px;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 2px;
  margin-right: 2px;
}

.mx-2 {
  margin-left: 4px;
  margin-right: 4px;
}

.mx-3 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-4 {
  margin-left: 12px;
  margin-right: 12px;
}

.mx-5 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.my-2 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.my-3 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-4 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.my-5 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 2px;
}

.m-2 {
  margin: 4px;
}

.m-3 {
  margin: 8px;
}

.m-4 {
  margin: 12px;
}

.m-5 {
  margin: 24px;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 2px;
}

.pt-2 {
  padding-top: 4px;
}

.pt-3 {
  padding-top: 8px;
}

.pt-4 {
  padding-top: 12px;
}

.pt-5 {
  padding-top: 24px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 2px;
}

.pb-2 {
  padding-bottom: 4px;
}

.pb-3 {
  padding-bottom: 8px;
}

.pb-4 {
  padding-bottom: 12px;
}

.pb-5 {
  padding-bottom: 24px;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 2px;
}

.pl-2 {
  padding-left: 4px;
}

.pl-3 {
  padding-left: 8px;
}

.pl-4 {
  padding-left: 12px;
}

.pl-5 {
  padding-left: 24px;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 2px;
}

.pr-2 {
  padding-right: 4px;
}

.pr-3 {
  padding-right: 8px;
}

.pr-4 {
  padding-right: 12px;
}

.pr-5 {
  padding-right: 24px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 2px;
  padding-right: 2px;
}

.px-2 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-3 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-4 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-5 {
  padding-left: 24px;
  padding-right: 24px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-2 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-3 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-4 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-5 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 2px;
}

.p-2 {
  padding: 4px;
}

.p-3 {
  padding: 8px;
}

.p-4 {
  padding: 12px;
}

.p-5 {
  padding: 24px;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

.gap-5 {
  gap: 20px;
}

.row-gap-1 {
  row-gap: 4px;
}

.column-gap-1 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.row-gap-2 {
  row-gap: 8px;
}

.column-gap-2 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.row-gap-3 {
  row-gap: 12px;
}

.column-gap-3 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.row-gap-4 {
  row-gap: 16px;
}

.column-gap-4 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.row-gap-5 {
  row-gap: 20px;
}

.column-gap-5 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

[class*=col-] {
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.btn {
  display: inline-block;
  font-weight: 500;
  font-family: inherit;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #fff;
  background-color: #0d6efd;
}
.btn:hover {
  filter: brightness(0.95);
}
.btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
.btn-primary:hover {
  filter: brightness(0.9);
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #0d6efd;
  color: #0d6efd;
}
.btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:hover {
  filter: brightness(0.9);
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  color: #fff;
}

.btn-success {
  background-color: #198754;
  border-color: #198754;
  color: #fff;
}
.btn-success:hover {
  filter: brightness(0.9);
}

.btn-outline-success {
  background-color: transparent;
  border-color: #198754;
  color: #198754;
}
.btn-outline-success:hover {
  background-color: #198754;
  color: #fff;
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:hover {
  filter: brightness(0.9);
}

.btn-outline-danger {
  background-color: transparent;
  border-color: #dc3545;
  color: #dc3545;
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
}

.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}
.btn-warning:hover {
  filter: brightness(0.9);
}

.btn-outline-warning {
  background-color: transparent;
  border-color: #ffc107;
  color: #ffc107;
}
.btn-outline-warning:hover {
  background-color: #ffc107;
  color: #fff;
}

.btn-info {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #fff;
}
.btn-info:hover {
  filter: brightness(0.9);
}

.btn-outline-info {
  background-color: transparent;
  border-color: #0dcaf0;
  color: #0dcaf0;
}
.btn-outline-info:hover {
  background-color: #0dcaf0;
  color: #fff;
}

.btn-dark {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn-dark:hover {
  filter: brightness(0.9);
}

.btn-outline-dark {
  background-color: transparent;
  border-color: #212529;
  color: #212529;
}
.btn-outline-dark:hover {
  background-color: #212529;
  color: #fff;
}

.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light:hover {
  filter: brightness(0.9);
}

.btn-outline-light {
  background-color: transparent;
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  color: #212529;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #0d6efd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  margin-right: 0.5rem;
  vertical-align: middle;
}

.form-group {
  margin-bottom: 0.75rem;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.form-control-lg {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

textarea {
  resize: vertical;
  min-height: 90px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal.show {
  display: block;
}
.modal .modal-dialog {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 5rem auto;
  pointer-events: none;
}
.modal .modal-content {
  position: relative;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  pointer-events: auto;
}
.modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.modal .modal-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.modal .modal-body {
  margin-bottom: 1rem;
}
.modal .modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.modal .btn-close {
  background: none;
  border: none;
  font-size: 1.25rem;
  cursor: pointer;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  background-color: #f8f9fa;
}
.navbar .navbar-toggler {
  display: none;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #212529;
}
.navbar .navbar-collapse {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: auto;
}
.navbar .navbar-collapse.show {
  display: flex;
}
.navbar .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  text-decoration: none;
  color: #212529;
  font-weight: 500;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #0d6efd;
}
@media (max-width: 767.98px) {
  .navbar .navbar-toggler {
    display: block;
  }
  .navbar .navbar-collapse {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
  }
  .navbar .navbar-collapse .navbar-nav {
    flex-direction: column;
    gap: 0;
  }
  .navbar .navbar-collapse.show {
    display: flex;
  }
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.text-italic {
  font-style: italic !important;
}

.text-normal {
  font-style: normal !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.text-none {
  text-decoration: none !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-primary {
  color: #007bff !important;
}

.text-success {
  color: #28a745 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-info {
  color: #17a2b8 !important;
}

.text-dark {
  color: #343a40 !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-43 {
  font-size: 43px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.align-start {
  align-items: flex-start !important;
}

.align-end {
  align-items: flex-end !important;
}

.align-center {
  align-items: center !important;
}

.align-baseline {
  align-items: baseline !important;
}

.align-stretch {
  align-items: stretch !important;
}

.content-start {
  align-content: flex-start !important;
}

.content-end {
  align-content: flex-end !important;
}

.content-center {
  align-content: center !important;
}

.content-between {
  align-content: space-between !important;
}

.content-around {
  align-content: space-around !important;
}

.content-stretch {
  align-content: stretch !important;
}

.self-auto {
  align-self: auto !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.self-baseline {
  align-self: baseline !important;
}

.self-stretch {
  align-self: stretch !important;
}

.justify-self-auto {
  justify-self: auto !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-center {
  justify-self: center !important;
}

.justify-self-stretch {
  justify-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-last {
  order: 9999 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.position-static {
  position: static;
}

.shadow-none {
  box-shadow: none !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.shadow-md {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

.shadow-xl {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2) !important;
}

.shadow-inset {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06) !important;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapse.show {
  display: block;
  height: auto;
  animation: slide-down 0.3s ease-out;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.modal.show {
  animation: fade-in 0.3s ease-out;
}
.modal .modal-content {
  animation: slide-up 0.3s ease-out;
}

.navbar-collapse.show {
  animation: slide-down 0.3s ease-out;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.navbar-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}

.navbar-collapse.show {
  max-height: 500px;
  opacity: 1;
}

body.light-mode {
  background-color: #fff;
  color: #000;
}

@font-face {
  font-family: "Public Sans Light";
  src: url("../fonts/PublicSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans Regular";
  src: url("../fonts/PublicSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans Bold";
  src: url("../fonts/PublicSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans Medium";
  src: url("../fonts/PublicSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Public Sans Semi-bold";
  src: url("../fonts/PublicSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Medium";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Public Sans Regular", sans-serif;
  font-size: 16px;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #000;
  }
}
.typing-effect {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing 3s steps(30, end) forwards, blink-caret 0.75s step-end infinite;
}
.typing-effect.typing-effect-delay {
  animation-delay: 3s;
}

.slider-button, .common-btn2, .common-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 0 14px;
  font-family: "Public Sans Medium", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.common-btn {
  justify-content: space-between;
  width: 150px;
  background-color: #000;
  color: #fff;
  border: none;
}
.common-btn:hover .btn-icon-svg img,
.common-btn:hover .btn-icon-svg svg {
  transform: rotate(45deg);
}
.common-btn .btn-text {
  flex: 1;
  text-align: left;
  line-height: 1;
}
.common-btn .btn-icon-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.common-btn .btn-icon-svg svg,
.common-btn .btn-icon-svg img {
  width: 16px;
  height: 16px;
  display: block;
  transition: transform 0.3s ease;
}
.common-btn .btn-icon-svg svg {
  stroke: currentColor;
}

.common-btn2 {
  width: 130px;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.common-btn2:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.slider-button {
  background: #000;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 18px;
  margin: 0 0.5rem;
  border-radius: 50px;
}

.common-btn.submit .btn-text {
  text-align: center;
}
.common-btn.submit .btn-icon-svg {
  margin-left: 0;
}

.main-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 18px 0;
  transition: all 0.3s ease;
}

.logo-header {
  flex-shrink: 0;
}
.logo-header .logo-link {
  display: inline-block;
}
.logo-header .logo-link img {
  display: block;
  transition: width 0.3s ease, transform 0.3s ease;
}

.navbar-main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-main .navbar-nav {
  display: flex;
  gap: 2rem;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.navbar-main .navbar-nav .nav-item .nav-link {
  position: relative;
  text-decoration: none;
  color: #1E1E1E;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 6px 0;
  transition: color 0.3s ease;
  font-family: "Montserrat Medium", sans-serif;
}
.navbar-main .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #000;
  transition: width 0.3s ease;
}
.navbar-main .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}
.navbar-main .navbar-nav .mob-try-btn {
  display: none;
}
.navbar-main .close-icon {
  display: none;
}

.header-button {
  flex-shrink: 0;
}
.header-button .common-btn .btn-text {
  font-family: "Montserrat Medium", sans-serif;
}

.menu-toggle {
  display: none;
}

.main-header.scrolled {
  padding: 8px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.main-header.scrolled .logo-header .logo-link img {
  width: 105px;
}

.hospitality-section .hospitality-curve {
  position: relative;
  margin-bottom: -1px;
}
.hospitality-section .hospitality-curve img {
  width: 85%;
  display: block;
}

.hospitality-container .hospitality-content-box {
  background-color: #EEF3FF;
  border-radius: 0 60px 60px 60px;
  padding: 0 32px 40px;
}
.hospitality-container .hospitality-content-box .hospitality-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  position: absolute;
  top: 50px;
}
.hospitality-container .hospitality-content-box .hospitality-feature-grid {
  row-gap: 32px;
  padding-top: 5em;
}
.hospitality-container .hospitality-content-box .feature-card .feature-icon {
  width: 36px;
  height: 36px;
}

.feature-card .feature-title-wrapper {
  height: 40px;
}
.feature-card .feature-title-wrapper .section-inner-title {
  position: relative;
  padding-left: 16px;
  align-items: center;
}
.feature-card .feature-title-wrapper .section-inner-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 40px;
  background-color: #000;
}
.feature-card p {
  padding-left: 16px;
}

footer .footer-main {
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
}
footer .footer-main .footer-content {
  font-family: "Public Sans Medium", sans-serif;
}

.inquiry-section {
  background-color: #EEF3FF;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
.inquiry-section .inquiry-content {
  padding-right: 1rem;
}
.inquiry-section .inquiry-subtitle {
  font-weight: 400;
  margin-bottom: 1rem;
  color: #000;
}
.inquiry-section .inquiry-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.inquiry-section .inquiry-heading span {
  font-family: "Public Sans", sans-serif;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0;
  color: #000;
}
.inquiry-section .inquiry-heading .skyblue {
  color: #166188;
}
.inquiry-section .font-semibold {
  font-family: "Public Sans Semi-bold", sans-serif;
}

.message-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px;
  border-radius: 12px;
  gap: 1rem;
}
.message-card .message-left {
  align-self: flex-end;
  background-color: #F2D7FF;
  border-radius: 16px;
  padding: 10px 16px;
  flex: 1;
}
.message-card .message-left .profile-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.message-card .message-left .user-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.message-card .message-left .message-title {
  margin: 0;
  font-size: 14px;
  color: #000;
  font-family: "Public Sans Bold", sans-serif;
}
.message-card .message-left .message-count {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-weight: 600;
}

.message-right {
  background-color: #CDDCFF;
  border-radius: 16px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  width: 160px;
  height: 165px;
  flex-shrink: 0;
}
.message-right .chat-icon {
  width: 25px;
  height: 25px;
}
.message-right .message-meta {
  color: #000;
}
.message-right .message-meta .message-count-text {
  font-family: "Public Sans Bold", sans-serif;
  color: #000;
}
.message-right .profile-stack {
  display: flex;
  margin-top: 4px;
}
.message-right .profile-stack img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -8px;
}
.message-right .profile-stack img:first-child {
  margin-left: 0;
}

.tripadvisor-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0 16px 16px 16px;
}
.tripadvisor-card .tripadvisor-logo img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tripadvisor-card .tripadvisor-message-box {
  background-color: #CDDCFF;
  border-radius: 16px;
  padding: 1rem;
  gap: 1rem;
  flex: 1;
}
.tripadvisor-card .tripadvisor-message-box .profile-img img {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tripadvisor-card .tripadvisor-message-box .profile-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tripadvisor-card .tripadvisor-message-box .profile-details .profile-name {
  font-family: "Public Sans Bold", sans-serif;
  margin: 0;
  color: #000;
}

.messenger-status-wrapper {
  padding: 0px 16px 16px 16px;
}
.messenger-status-wrapper .messenger-status-card {
  background-color: #8CA5EA;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.messenger-status-wrapper .messenger-status-card .status-content .status-text {
  margin: 0;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.messenger-status-wrapper .messenger-status-card .seen-indicator {
  display: flex;
  align-items: center;
  align-self: end;
}
.messenger-status-wrapper .messenger-status-card .seen-indicator img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.messenger-status-wrapper .messenger-status-card .seen-indicator .seen-text {
  color: #fff;
  font-weight: 500;
}

.checklist-card {
  display: flex;
  align-items: stretch;
  gap: 1rem;
  padding: 0 16px 16px 16px;
}
.checklist-card .checklist-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8CA5EA;
  width: 60px;
  min-height: 95px;
  border-radius: 16px;
}
.checklist-card .checklist-logo img {
  width: 44px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
.checklist-card .checklist-message-box {
  background-color: #F2D7FF;
  border-radius: 16px;
  padding: 1rem;
  gap: 1rem;
  flex: 1;
}
.checklist-card .checklist-message-box .profile-img img {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.checklist-card .checklist-message-box .checklist-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.checklist-card .checklist-message-box .checklist-details .profile-name {
  font-family: "Public Sans Bold", sans-serif;
  margin: 0;
  color: #000;
}

.messenger-status-card .status-content .font-semibold {
  font-family: "Public Sans Semi-bold", sans-serif;
}

.logo-strip-wrapper {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 32px 0 32px 4px;
}
.logo-strip-wrapper .logo-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: -moz-max-content;
  width: max-content;
}
.logo-strip-wrapper .logo-strip .scroll-item {
  font-family: "Public Sans Medium", sans-serif;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  color: #000;
}
.logo-strip-wrapper .subtract-svg {
  max-width: 180px;
  height: auto;
  flex-shrink: 0;
  position: absolute;
  right: 0;
}

.transform-slider-wrapper {
  background-color: #CDDCFF;
  padding: 6em 0;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.transform-slider-wrapper .slider-container {
  position: relative;
  padding-top: 2em;
  overflow: visible;
}
.transform-slider-wrapper .slider-container .slider-card {
  position: absolute;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
  transform: scale(0.9);
}
.transform-slider-wrapper .slider-container .slider-card .slider-title {
  color: #000;
  font-size: 20px;
  font-family: "Public Sans Semi-bold", sans-serif;
  font-weight: 600;
}
.transform-slider-wrapper .slider-container .slider-card .slider-content {
  font-size: 18px;
  color: #737373;
}
.transform-slider-wrapper .slider-container .slider-card .seen {
  text-align: right;
  color: #b7b7b7;
  font-size: 12px;
  display: flex;
  justify-content: end;
  gap: 4px;
}
.transform-slider-wrapper .slider-container .slider-card.active {
  opacity: 1;
  transform: scale(1) translate(0, 0);
  z-index: 4;
  pointer-events: auto;
}
.transform-slider-wrapper .slider-container .slider-card.previous-1 {
  opacity: 0.5;
  transform: scale(0.96) translate(30px, -30px);
  z-index: 3;
}
.transform-slider-wrapper .slider-container .slider-card.previous-2 {
  opacity: 0.3;
  transform: scale(0.92) translate(60px, -60px);
  z-index: 2;
}
.transform-slider-wrapper .slider-container .slider-card.previous-3 {
  opacity: 0.2;
  transform: scale(0.88) translate(90px, -90px);
  z-index: 1;
}

.slider-card:not(.active) .black-icon-wrapper,
.slider-card:not(.active) .slider-content,
.slider-card:not(.active) .seen,
.slider-card:not(.active) .slider-content {
  opacity: 0;
  pointer-events: none;
}

.slider-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.slider-curve img {
  display: block;
  height: auto;
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 28%;
}
.slider-curve .curve-left {
  left: 0;
}
.slider-curve .curve-right {
  right: 0;
  left: auto;
}

.transform-slider-wrapper .slider-container .slider-card:nth-child(1),
.transform-slider-wrapper .slider-container .slider-card:nth-child(3) {
  border-bottom-left-radius: 0;
}

.transform-slider-wrapper .slider-container .slider-card:nth-child(2),
.transform-slider-wrapper .slider-container .slider-card:nth-child(4) {
  border-bottom-right-radius: 0;
}

.slider-wrapper-mob {
  display: none;
}

.common-section-title {
  font-family: "Public Sans Semi-bold", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
}

.black-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 50%;
  margin-bottom: 20px;
}

.body-black {
  font-family: "Public Sans Regular";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 30px;
  letter-spacing: 0;
  color: #1E1E1E;
}

.body-black2 {
  font-family: "Public Sans Regular";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 16px;
  letter-spacing: 0;
  color: #272727;
}

.body-black3 {
  font-family: "Montserrat Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  color: #000;
}

.section-inner-title {
  font-family: "Public Sans Semi-bold";
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  color: #000;
}

.body-lightgrey {
  font-family: "Public Sans Light";
  font-weight: 300;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0;
  color: #636363;
}

.pt-50 {
  padding-top: 50px;
}

.common-z-index {
  position: relative;
  z-index: 1;
}

main {
  padding-top: 100px;
}

html, body {
  overflow-x: hidden !important;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.communication-section .communication-wrapper {
  padding: 93px 0 0 0;
}
.communication-section .communication-wrapper .communication-card {
  background-color: #F2D7FF;
  border-radius: 16px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.communication-section .communication-wrapper .communication-card .status-content .status-text {
  font-family: "Public Sans Semi-bold", sans-serif;
  color: #272727;
  line-height: 1.4;
}
.communication-section .communication-wrapper .communication-image img {
  width: 100%;
  max-width: 100%;
}

.communication-content-wrapper {
  background-color: #EEF3FF;
  border-radius: 60px 60px 60px 0;
  padding: 30px;
}
.communication-content-wrapper .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.communication-content-wrapper .feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}
.communication-content-wrapper .feature-list li .icon {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  flex-shrink: 0;
}
.communication-content-wrapper .feature-list li span {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-family: "Montserrat Regular", sans-serif;
}

.communication-section .communication-curve {
  position: relative;
  margin-top: -3px;
}
.communication-section .communication-curve img {
  width: 38%;
  display: block;
}

.message-content-wrapper {
  background-color: #EEF3FF;
  border-radius: 60px 60px 0 60px;
  padding: 150px 30px 30px 30px;
}
.message-content-wrapper .common-btn {
  width: 185px;
}

.message-section .message-curve-wrapper {
  text-align: right;
  margin-top: -1px;
}
.message-section .message-curve {
  display: inline-block;
}
.message-section .message-curve img {
  display: block;
}

.clients-wrapper {
  padding: 30px 0;
}
.clients-wrapper .clients-logo-grid {
  margin-left: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 0;
}
.clients-wrapper .clients-logo-grid img {
  width: 100%;
  height: auto;
  display: block;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-box {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-20px);
  transition: transform 0.3s ease;
  max-height: 100vh;
  overflow-y: auto;
}
.modal-overlay.active .modal-box {
  transform: translateY(0);
}

.close-btn {
  position: absolute;
  top: 23px;
  right: 24px;
  background-color: #000;
  color: #fff;
  height: 30px;
  width: 30px;
  padding: 6px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-title {
  color: #1E1E1E;
  text-align: left;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #ccc;
}

.form-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.floating-label {
  position: relative;
  margin-bottom: 1.5rem;
}
.floating-label input,
.floating-label textarea {
  width: 100%;
  font-size: 14px;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
  background-color: #fff;
  outline: none;
  resize: vertical;
  min-height: 2.5rem;
}
.floating-label input:focus,
.floating-label textarea:focus {
  border-color: #007bff;
}
.floating-label label {
  position: absolute;
  top: 0.7rem;
  left: 0.75rem;
  font-size: 0.875rem;
  color: #666;
  pointer-events: none;
  background-color: #fff;
  padding: 0 0.25rem;
  transition: 0.2s ease all;
}
.floating-label input:not(:-moz-placeholder) + label, .floating-label textarea:not(:-moz-placeholder) + label {
  top: -0.8rem;
  font-size: 0.875rem;
  color: #007bff;
}
.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:focus + label,
.floating-label textarea:not(:placeholder-shown) + label {
  top: -0.8rem;
  font-size: 0.875rem;
  color: #007bff;
}
.floating-label input:focus, .floating-label textarea:focus, .floating-label select:focus {
  box-shadow: none;
}

.required, #Demo_modal .modal-box .errorMsg {
  color: red;
}

#Demo_modal .modal-box .errorMsg {
  font-size: 13px;
}

#Demo_modal .modal-box .errorMsg:not(:empty) {
  position: relative;
  left: 12px;
}

@media (max-width: 1199px) {
  .communication-section .communication-wrapper {
    padding-top: 0;
    margin-right: 0;
  }
  .communication-section .communication-wrapper .communication-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1025px) {
  .transform-slider-wrapper {
    padding: 2.5rem 0;
    margin: 40px 0 0 !important;
  }
  .transform-slider-wrapper .slider-container {
    position: relative;
    overflow: hidden;
    margin-top: 2em;
  }
  .transform-slider-wrapper .slider-container .slider-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    display: block;
    border-radius: 30px !important;
  }
  .transform-slider-wrapper .slider-container .slider-card.active {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
  }
  .transform-slider-wrapper .slider-container .slider-card.previous-1, .transform-slider-wrapper .slider-container .slider-card.previous-2, .transform-slider-wrapper .slider-container .slider-card.previous-3 {
    opacity: 0;
    pointer-events: none;
  }
  .transform-slider-wrapper .slider-container .slider-card.slide-from-right {
    animation: slideFromRight 0.6s ease forwards;
  }
  .transform-slider-wrapper .slider-container .slider-card.slide-from-left {
    animation: slideFromLeft 0.6s ease forwards;
  }
  .transform-slider-wrapper .slider-controls-mob {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }
  .transform-slider-wrapper .slider-curve {
    display: none;
  }
  .prev-btn,
  .next-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    box-shadow: none;
    cursor: pointer;
  }
  .communication-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .communication-section .communication-wrapper .communication-image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .slider-common-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .pt-50 {
    padding-top: 40px;
  }
  .fs-body-mob {
    font-size: 18px;
  }
  .main-header {
    padding: 10px 0;
    transition: padding 0.3s ease, box-shadow 0.3s ease;
  }
  .main-header .logo-link img {
    width: 133px;
    transition: width 0.3s ease;
  }
  .main-header.scrolled {
    padding: 6px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .main-header.scrolled .logo-link img {
    width: 100px;
  }
  .main-header .menu-toggle {
    display: block;
    align-self: center;
  }
  .main-header .menu-toggle .menu-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    padding: 0;
  }
  .main-header .menu-toggle .menu-icon svg.hamburger-icon {
    fill: #fff;
    background-color: black;
    padding: 5px;
    border-radius: 8px;
    width: 35px;
    height: auto;
    display: block;
  }
  .main-header .menu-toggle .menu-icon:focus {
    outline: none;
  }
  .main-header .navbar-main {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    height: 100vh;
    background: #CDDCFF;
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.4s ease-in-out;
    will-change: transform;
    padding-top: 3em;
    justify-content: flex-start;
    padding-left: 2em;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    align-items: flex-start;
  }
  .main-header .navbar-main.active {
    transform: translateX(0);
  }
  .main-header .navbar-main .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .main-header .navbar-main .close-icon {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 3em;
    line-height: 1;
  }
  .main-header .navbar-main .mob-try-btn {
    display: block;
  }
  .main-header .header-button {
    display: none !important;
  }
  .inquiry-section .inquiry-heading span {
    font-size: 2em;
  }
  .inquiry-section .inquiry-profile-content {
    padding: 32px 0 0;
  }
  .hospitality-section .hospitality-container .hospitality-content-box .hospitality-title {
    margin-bottom: 0;
    position: relative;
  }
  .message-content-wrapper {
    padding: 30px 15px;
    margin-right: 0px;
  }
  .communication-content-wrapper .feature-list li span {
    font-size: 16px;
  }
  .transform-slider-wrapper .slider-container .slider-card .slider-title {
    font-size: 18px;
  }
  .message-section .message-curve-wrapper {
    margin-right: 0;
  }
  .hospitality-section .hospitality-curve img {
    display: none;
  }
  .hospitality-section .hospitality-container .hospitality-content-box {
    padding: 0 16px;
    border-radius: 30px;
  }
  .hospitality-section .hospitality-container .hospitality-content-box .hospitality-feature-grid {
    padding-bottom: 40px;
  }
  .communication-content-wrapper {
    padding: 40px 16px;
    margin: 20px 0 0;
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  .common-section-title {
    font-size: 32px;
  }
  .inquiry-section {
    border-radius: 30px 30px 0 30px;
  }
  .inquiry-section .p-5 {
    padding: 16px 0 0;
  }
  .inquiry-section .inquiry-heading span {
    font-size: 2.5rem;
  }
  .inquiry-section .inquiry-content {
    padding-right: 0;
  }
  .inquiry-section .inquiry-buttons {
    justify-content: center;
  }
  .message-card {
    padding: 0 16px 16px;
  }
  .logo-strip-wrapper {
    padding: 26px 0 26px 4px;
  }
  .logo-strip-wrapper .subtract-svg {
    max-width: 155px;
    margin-top: -12px;
  }
  .hospitality-title span {
    display: inline;
  }
  .communication-section .communication-wrapper .status-text {
    font-size: 20px !important;
  }
  .communication-section .communication-curve img {
    display: none;
  }
  .communication-section .communication-wrapper .communication-card {
    padding: 16px;
  }
  .communication-section .communication-wrapper .communication-image img {
    padding: 0 16px;
  }
  .slider-title span {
    display: inline;
  }
  .message-section .message-content-wrapper {
    border-radius: 30px;
  }
  .message-section .message-curve img {
    display: none !important;
  }
  .message-section .message-common-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .message-section .clients-wrapper {
    padding: 0;
  }
  .message-section .clients-wrapper .clients-logo-grid {
    margin-left: 0;
    padding: 0 16px;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .transform-slider-wrapper {
    border-radius: 30px;
  }
  .slider-curve img {
    bottom: -37px;
  }
  .communication-image img {
    height: 290px;
  }
  .modal-box {
    width: 95%;
  }
}
@media (max-width: 390px) {
  .message-right {
    width: 145px;
  }
  .message-card .message-left {
    padding: 10px;
  }
  .footer-main .footer-content {
    font-size: 14px !important;
  }
  .typing-effect {
    animation: none !important;
    width: auto !important;
    white-space: normal !important;
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clients-wrapper .clients-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .common-section-title {
    font-size: 36px;
  }
  .inquiry-profile-content {
    padding: 0;
  }
  .inquiry-section .inquiry-heading span {
    font-size: 3.5rem;
  }
  .hospitality-section .hospitality-curve img {
    height: 80px;
  }
  .communication-content-wrapper {
    margin: 15px 0 0;
  }
  .communication-section .communication-curve {
    margin: -6px 0 0;
  }
  .communication-section .communication-curve img {
    width: 21%;
  }
  .clients-wrapper {
    padding: 60px 0;
  }
  .message-content-wrapper {
    padding-top: 100px;
  }
  .message-card,
  .messenger-status-wrapper {
    padding: 0;
  }
  .tripadvisor-card {
    padding: 16px 0;
  }
  .checklist-card {
    padding: 16px 0 0;
  }
  .hospitality-section .hospitality-curve img {
    width: 83%;
  }
  .transform-slider-wrapper {
    height: 830px;
    padding: 4em 0;
  }
  .transform-slider-wrapper .slider-container {
    padding-top: 6em;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .logo-strip-wrapper .subtract-svg {
    top: 0;
  }
}
@media (min-width: 1025px) {
  .slider-controls-mob {
    display: none !important;
  }
}
@media (max-width: 1300px) {
  input,
  textarea,
  select {
    line-height: 1.2;
  }
  textarea {
    min-height: 70px;
  }
  .form-actions {
    margin-top: 1rem;
  }
  .floating-label {
    margin-bottom: 1.2rem;
  }
  .floating-label label {
    top: 0.5rem;
  }
  input:not(:-moz-placeholder) + label, textarea:not(:-moz-placeholder) + label {
    font-size: 0.75rem !important;
  }
  input:focus + label,
  input:not(:placeholder-shown) + label,
  textarea:focus + label,
  textarea:not(:placeholder-shown) + label {
    font-size: 0.75rem !important;
  }
  #Demo_modal .modal-box .errorMsg {
    font-size: 11px;
  }
  .floating-label input,
  .floating-label textarea {
    padding: 0.5rem 0.75rem;
  }
  .modal-title {
    margin-bottom: 20px;
    padding: 0 0 20px;
  }
  .modal-box {
    padding: 20px;
  }
  .modal-box .close-btn {
    top: 18px;
  }
}/*# sourceMappingURL=index.css.map */