@charset "UTF-8";

/*====== sidebar =====*/

.sidebar {
  padding: 30px 30px 0 30px;
  border-radius: 48px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .sidebar {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/*====== sidebar-widget =====*/

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(128, 137, 150, 0.2);
  border-radius: 48px;
}

.sidebar-widget .title {
  font-size: 17px;
  margin-bottom: 20px;
  padding-bottom: 12px;
}

@media (max-width: 375px) {
  .sidebar-widget .section-tab-2 .nav-tabs .nav-item {
    margin-right: 10px;
  }
}

.sidebar-widget:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/*====== sidebar-category =====*/

.sidebar-category .btn-text {
  font-size: 14px;
}

.sidebar-category .btn-text[aria-expanded=false] .show-less {
  display: none;
}

.sidebar-category .btn-text[aria-expanded=true] .show-more {
  display: none;
}

.sidebar-category .btn-text[aria-expanded=true] .show-less {
  display: block;
}

/*====== sidebar-list =====*/

.sidebar-list .list-items li {
  margin-bottom: 0;
}

.sidebar-list .list-items li + li {
  border-top: 1px solid rgba(128, 137, 150, 0.1);
  padding-top: 10px;
  margin-top: 10px;
}

.sidebar-list .list-items li .icon-element {
  margin-left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  display: inline-block;
}

/*====== sidebar-about =====*/

.sidebar-about-img {
  position: relative;
}

.sidebar-about-img img {
  width: 100%;
  border-radius: 5px;
}

.sidebar-about-img p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.sidebar-about-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2091a4;
  opacity: 0.4;
  border-radius: 5px;
}

/*====== single-content-sidebar =====*/

.single-content-sidebar {
  margin-top: -115px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-content-sidebar {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-content-sidebar {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .single-content-sidebar {
    margin-top: 30px;
  }
}

/*====== single-content-widget =====*/

.single-content-widget {
  padding: 30px;
  border-radius: 48px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
}

.single-content-widget:last-child {
  border-bottom: 1px solid rgba(128, 137, 150, 0.2);
}

@media (max-width: 320px) {
  .single-content-widget .rating-stars {
    flex-wrap: wrap;
  }
}

@media (max-width: 320px) {
  .single-content-widget .rating-stars li span {
    margin-left: 0 !important;
  }
}

/*====== enquiry-forum =====*/

.enquiry-forum .form-box {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: 0 0 0 0;
  background-color: transparent;
}

.enquiry-forum .form-content {
  padding: 0;
}

.enquiry-forum .custom-checkbox label {
  font-size: 13px;
  line-height: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .enquiry-forum .custom-checkbox label {
    line-height: 27px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .enquiry-forum .custom-checkbox label {
    line-height: 27px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .enquiry-forum .custom-checkbox label {
    line-height: 27px;
  }
}

.enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
.enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
  top: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
  .enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
    top: 1px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
  .enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
    top: 1px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .enquiry-forum .custom-checkbox input[type=checkbox]:not(:checked) + label:after,
  .enquiry-forum .custom-checkbox input[type=checkbox]:checked + label:after {
    top: 1px;
  }
}

/*====== sidebar-book-title-wrap =====*/

.sidebar-book-title-wrap h3 {
  font-size: 15px;
  font-weight: 700;
  color: #0d233e;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.sidebar-book-title-wrap .text-value {
  color: #2091a4;
  font-size: 28px;
  font-weight: 700;
}

/*====== recent-item =====*/

.recent-item {
  display: -ms-flex;
  display: flex;
}

.recent-item .recent-img {
  margin-right: 13px;
}

.recent-item .recent-img img {
  width: 90px;
  height: 90px;
  border-radius: 4px;
}

.recent-item .recentpost-body .recent__meta {
  font-size: 14px;
  font-weight: 500;
}

.recent-item .recentpost-body a {
  color: #0d233e;
  transition: all 0.3s;
}

.recent-item .recentpost-body a:hover {
  color: #2091a4;
}

.recent-item .recentpost-body .recent__link {
  font-size: 15px;
  color: #0d233e;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.3s;
}

.recent-item .recentpost-body .recent__link:hover {
  color: #2091a4;
}

/*@import "partials/search";*/

/* Full-width alert banner (Account changed) */

.eg-alert-banner {
  width: 100%;
  margin: 0;
  padding: 12px 0;
  border-left: 10px solid transparent;
  background: #fff;
}

.eg-alert-banner__container {
  max-width: 1400px;
  /* keep content readable on very wide screens */
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.eg-alert-banner__content {
  display: flex;
  align-items: center;
  gap: 16px;
}

.eg-alert-banner__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  flex: 0 0 auto;
}

.eg-alert-banner__text {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}

.eg-alert-banner__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.25;
}

.eg-alert-banner__link {
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}

.eg-alert-danger {
  border-left-color: #d11b1b;
  background: #ffd6d9;
}

.eg-alert-danger .eg-alert-banner__icon {
  background: #d11b1b;
  color: #fff;
}

.eg-alert-danger .eg-alert-banner__title {
  color: #d11b1b;
}

.eg-alert-danger .eg-alert-banner__link {
  color: #1b4fd1;
}

/* Variants */

.eg-alert-success {
  border-left-color: #1f8a3b;
  background: #d7f5df;
}

.eg-alert-success .eg-alert-banner__icon {
  background: #1f8a3b;
  color: #fff;
}

.eg-alert-success .eg-alert-banner__title {
  color: #1f8a3b;
}

.eg-alert-success .eg-alert-banner__link {
  color: #1b4fd1;
}

.eg-alert-warning {
  border-left-color: #c27a00;
  background: #ffe9c7;
}

.eg-alert-warning .eg-alert-banner__icon {
  background: #c27a00;
  color: #fff;
}

.eg-alert-warning .eg-alert-banner__title {
  color: #8a5600;
}

.eg-alert-warning .eg-alert-banner__link {
  color: #1b4fd1;
}

.eg-alert-info {
  border-left-color: #0b6aa2;
  background: #d7efff;
}

.eg-alert-info .eg-alert-banner__icon {
  background: #0b6aa2;
  color: #fff;
}

.eg-alert-info .eg-alert-banner__title {
  color: #0b6aa2;
}

.eg-alert-info .eg-alert-banner__link {
  color: #1b4fd1;
}

/* Neutral / default */

.eg-alert-default {
  border-left-color: rgba(13, 35, 62, 0.35);
  background: #eef1f6;
}

.eg-alert-default .eg-alert-banner__icon {
  background: rgba(13, 35, 62, 0.35);
  color: #0d233e;
}

.eg-alert-default .eg-alert-banner__title {
  color: #0d233e;
}

.eg-alert-default .eg-alert-banner__link {
  color: #1b4fd1;
}

@media (max-width: 767.98px) {
  .eg-alert-banner {
    padding: 12px 0;
    border-left-width: 8px;
  }

  .eg-alert-banner__icon {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .eg-alert-banner__title {
    font-size: 18px;
  }

  .eg-alert-banner__link {
    font-size: 16px;
  }

  /* Mobile: stack title + link (cleaner when the company name wraps) */

  .eg-alert-banner__text {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
  }

  .eg-alert-banner__title {
    width: 100%;
  }

  .eg-alert-banner__link {
    white-space: normal;
    /* allow wrapping if needed */
  }

  /* Mobile: put the company/user name on a new line for readability */

  .eg-alert-banner__title strong {
    display: block;
  }

  /* Optional: if you ever add `.eg-alert-banner--nowrap` to the banner, it will keep everything in one line */

  .eg-alert-banner--nowrap .eg-alert-banner__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .eg-alert-banner--nowrap .eg-alert-banner__title strong {
    display: inline;
  }
}

.eg-form {
  border-radius: 24px;
  padding: 48px;
  background-color: #eaeaea;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.eg-form__field {
  width: calc(50% - 24px);
  margin-bottom: 24px;
}

.eg-form__field--full,
.eg-form__field--message,
.eg-form__field--term,
.eg-form__field--submit {
  width: 100%;
}

.eg-form__field--submit {
  margin: 0;
}

.eg-form__messages {
  width: 100%;
  display: flex;
  justify-content: center;
}

.eg-form__messages-item {
  margin: 0;
  margin-top: 16px;
  padding: 14px 18px;
  border-radius: 14px;
  color: #0d233e;
  border-left: 8px solid rgba(13, 35, 62, 0.25);
  background: #eef1f6;
  font-weight: 600;
  width: 100%;
  max-width: 1000px;
}

.eg-form__messages-item--success {
  border-left-color: #1f8a3b;
  background: #d7f5df;
  color: #1f8a3b;
}

.eg-form__messages-item--error {
  border-left-color: #d11b1b;
  background: #ffd6d9;
  color: #d11b1b;
}

.eg-form__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.eg-form__actions .button {
  margin-left: auto;
}

.eg-form__links {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin-top: 24px;
  gap: 8px;
  flex-wrap: wrap;
}

.eg-form__links a {
  text-decoration: underline;
  flex: 0 0 auto;
}

.eg-form__links a:first-child {
  margin-right: auto;
}

@media only screen and (max-width: 1200px) {
  .eg-form > .eg-form__field {
    width: 100%;
  }
}

.table-bookings thead {
  background-color: #0085FF;
  color: #ffffff;
}

.table-bookings thead th {
  font-weight: 600;
  border-bottom-color: #0085FF;
  color: #ffffff;
}

.table-bookings thead tr:first-child th:first-child {
  border-top-left-radius: 24px;
}

.table-bookings thead tr:first-child th:last-child {
  border-top-right-radius: 24px;
}

.pagination {
  justify-content: center;
}

.pagination .page-link,
.pagination .page-link-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0 4px;
  border-radius: 50%;
  border: 1px solid #0085FF;
  color: #0085FF;
  background-color: #ffffff;
}

.pagination .page-link:hover,
.pagination .page-link-nav:hover {
  background-color: #0085FF;
  color: #ffffff;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link-nav {
  background-color: #0085FF;
  border-color: #0085FF;
  color: #ffffff;
}

.pagination .page-item.disabled .page-link,
.pagination .page-item.disabled .page-link-nav {
  color: #ced4da;
  border-color: #dee2e6;
  background-color: #ffffff;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-item:first-child .page-link-nav,
.pagination .page-item:last-child .page-link-nav {
  border-radius: 50%;
}

.ens-hero {
  padding: 0 0 55px;
}

.ens-hero__title {
  color: #fff;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.ens-hero .ens-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  border-radius: 999px;
  padding: 14px 22px;
}

@media (max-width: 575.98px) {
  .ens-hero {
    padding: 0 0 45px;
  }

  .ens-hero .ens-action-btn {
    width: 100%;
    min-width: 0;
  }
}

.ens-content {
  margin-top: 28px;
}

.table-ens thead {
  background-color: #0086AB;
  color: #ffffff;
}

.table-ens thead th {
  font-weight: 600;
  border-bottom-color: #0086AB;
}

.table-ens thead tr:first-child th:first-child {
  border-top-left-radius: 16px;
}

.table-ens thead tr:first-child th:last-child {
  border-top-right-radius: 16px;
}

.table-ens tfoot .pagination {
  justify-content: center;
}

.table-ens tfoot .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0 4px;
  border-radius: 50%;
  border: 1px solid #0086AB;
  color: #0086AB;
  background-color: #ffffff;
}

.table-ens tfoot .page-link:hover {
  background-color: #0086AB;
  color: #ffffff;
}

.table-ens tfoot .page-item.active .page-link {
  background-color: #0086AB;
  border-color: #0086AB;
  color: #ffffff;
}

.table-ens tfoot .page-item.disabled .page-link {
  color: #ced4da;
  border-color: #dee2e6;
  background-color: #ffffff;
}

/* ------------------------------------------------------------------------------------------------------------------ */

/* ENS listing – mobile card layout (used by index.blade.php) */

/* ------------------------------------------------------------------------------------------------------------------ */

.ens-list-mobile {
  width: 100%;
}

.ens-card {
  background: #fff;
  border: 1px solid rgba(13, 35, 62, 0.1);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(13, 35, 62, 0.08);
}

.ens-card__header {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(13, 35, 62, 0.08);
  margin-bottom: 12px;
}

.ens-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #0d233e;
  line-height: 1.2;
}

.ens-card__subtitle {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(13, 35, 62, 0.65);
}

.ens-card__badges {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.ens-card__status,
.ens-card__payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.ens-card__status {
  background: rgba(0, 134, 171, 0.12);
  color: #0086AB;
}

.ens-card__payment {
  background: rgba(13, 35, 62, 0.08);
  color: rgba(13, 35, 62, 0.75);
}

.ens-card__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.ens-card__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.ens-card__row span {
  font-size: 13px;
  font-weight: 600;
  color: rgba(13, 35, 62, 0.65);
  flex: 0 0 auto;
  max-width: 55%;
}

.ens-card__row strong {
  font-size: 13px;
  font-weight: 700;
  color: #0d233e;
  text-align: right;
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-word;
}

.ens-card__actions {
  padding-top: 12px;
  border-top: 1px solid rgba(13, 35, 62, 0.08);
}

.ens-card__actions .button {
  border-radius: 999px;
}

/* Make destructive action less “link-like” in mobile cards */

.ens-card__actions .button.text-danger {
  border-color: rgba(209, 27, 27, 0.35) !important;
}

@media (max-width: 575.98px) {
  .ens-card {
    padding: 14px;
    border-radius: 16px;
  }

  .ens-card__title {
    font-size: 15px;
  }

  .ens-card__row span,
  .ens-card__row strong {
    font-size: 12.5px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------ */

/* ENS table – desktop “card row” look (matches new design) */

/* ------------------------------------------------------------------------------------------------------------------ */

@media (min-width: 768px) {
  /* Desktop: striped rows (no big grey separators between rows) */

  .table-ens.ens-table-desktop {
    border-collapse: collapse;
    border-spacing: 0;
    background: transparent;
  }

  .table-ens.ens-table-desktop thead th {
    border-bottom: 0;
  }

  .table-ens.ens-table-desktop tbody tr {
    background: transparent;
  }

  /* Base cell styling */

  .table-ens.ens-table-desktop tbody td {
    border-top: 0 !important;
    border-bottom: 0 !important;
    vertical-align: middle;
    padding: 14px 16px;
    font-size: 13px;
    color: rgba(13, 35, 62, 0.75);
    background: #ffffff;
  }

  /* Zebra striping like the mock (not row gaps) */

  .table-ens.ens-table-desktop tbody tr:nth-child(even) td {
    background: #f5f6f8;
  }

  /* Remove any rounded “card” corners on desktop striped table */

  .table-ens.ens-table-desktop tbody tr td:first-child,
  .table-ens.ens-table-desktop tbody tr td:last-child {
    border-radius: 0;
  }

  /* Actions: gray eye button */

  .table-ens.ens-table-desktop td[data-label=Actions] .btn,
  .table-ens.ens-table-desktop td[data-label=Actions] a.btn,
  .table-ens.ens-table-desktop td[data-label=Actions] .button,
  .table-ens.ens-table-desktop td[data-label=Actions] a.button,
  .table-ens.ens-table-desktop td[data-label=Actions] button.button {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #eef1f6;
    border: 1px solid rgba(13, 35, 62, 0.12);
    color: rgba(13, 35, 62, 0.75);
    box-shadow: none;
    text-decoration: none;
  }

  .table-ens.ens-table-desktop td[data-label=Actions] .btn:hover,
  .table-ens.ens-table-desktop td[data-label=Actions] a.btn:hover,
  .table-ens.ens-table-desktop td[data-label=Actions] .button:hover,
  .table-ens.ens-table-desktop td[data-label=Actions] a.button:hover,
  .table-ens.ens-table-desktop td[data-label=Actions] button.button:hover {
    background: #e3e8f2;
    border-color: rgba(13, 35, 62, 0.18);
    color: rgba(13, 35, 62, 0.85);
  }

  .table-ens.ens-table-desktop td[data-label=Actions] i,
  .table-ens.ens-table-desktop td[data-label=Actions] svg {
    font-size: 18px;
    line-height: 1;
  }

  /* Slightly emphasize primary values */

  .table-ens.ens-table-desktop tbody td strong {
    color: #0d233e;
    font-weight: 700;
  }
}

/* ------------------------------------------------------------------------------------------------------------------ */

/* ENS table – small refinements */

/* ------------------------------------------------------------------------------------------------------------------ */

.table-ens.ens-table-desktop td[data-label=Actions] .button,
.table-ens.ens-table-desktop td[data-label=Actions] button.button {
  margin-right: 8px;
  margin-bottom: 0;
}

/* Mobile fixed Book now CTA */

.eg-mobile-book-now {
  position: fixed;
  left: auto;
  right: 12px;
  bottom: 12px;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  padding: 0 22px;
  min-width: 220px;
  max-width: calc(100vw - 24px);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.eg-mobile-book-now:active {
  transform: translateY(1px);
}

/* Prevent the CTA from covering page footer content on mobile */

@media (max-width: 767.98px) {
  body {
    padding-bottom: 84px;
  }
}

/* Native HTML5 validation (required/format) */

.register-page .was-validated .o-input input.form-control:invalid {
  box-shadow: none;
  border: 2px solid #dc3545 !important;
}

