:root {
  --primary-navy: #121744;
  --primary-orange: #f77148;
  --light-gray: #f2f2f2;
  --dark-gray: #666666;
  --text-gray: #0000006b;
}

@font-face {
  font-family: "Proxima Nova Rg";
  src: url("/media/fonts/ProximaNova-Bold.woff2") format("woff2"),
    url("/media/fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("/media/fonts/Jost-Bold.woff2") format("woff2"),
    url("/media/fonts/Jost-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("/media/fonts/Jost-Medium.woff2") format("woff2"),
    url("/media/fonts/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("/media/fonts/Jost-Regular.woff2") format("woff2"),
    url("/media/fonts/Jost-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  src: url("/media/fonts/Jost-SemiBold.woff2") format("woff2"),
    url("/media/fonts/Jost-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* body {
  font-family: 'Jost', sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1.25rem;
  color: #303030;
} */

.text-dark-black {
  color: #303030;
}

a {
  text-decoration: none;
}

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

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

.border-secondary {
  border: 1px solid var(--dark-gray) !important;
}

.fs-sm {
  font-size: 1.188rem !important;
}

.fs-xs {
  font-size: 1rem !important;
}

.bg-navy {
  background-color: var(--primary-navy) !important;
}

/* .bg-orange {
  background-color: var(--primary-orange) !important;
} */

.bg-primary-explore {
  background-color: var(--primary-navy) !important;
}

.text-orange {
  color: var(--primary-orange) !important;
}

.text-navy {
  color: var(--primary-navy) !important;
}

.text-light-gray {
  color: var(--light-gray) !important;
}

.text-dark-gray {
  color: var(--dark-gray) !important;
}

.text-muted-gray {
  color: var(--text-gray) !important;
}

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

.hero-section {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(18, 23, 68, 1) 100%
    ),
    url("https://assets.bonappetit.com/photos/57d6fdf41807135a7746d6db/16:9/w_2560%2Cc_limit/CP_Interior2.jpg");
  background-size: cover;
  background-position: center;
  height: 320px;
  position: relative;
}

.hero-title {
  font-size: 54px;
  font-weight: 700;
  line-height: 61px;
}

.reservation-card {
  border-radius: 24px;
  box-shadow: 0px 0px 10px 3px rgba(18, 23, 68, 0.15);
  margin-top: -60px;
  position: relative;
  z-index: 10;
  background: white;
  font-size: 1.188rem;
}

.restaurant-card {
  border-radius: 1.5rem;
  border: 0.75px solid var(--primary-navy);
  transition: transform 0.3s ease;
}

.star-icon {
  margin-top: -4px;
}

.restaurant-card:hover {
  transform: translateY(-5px);
  border-color: var(--primary-orange) !important;
}

.restaurant-card:hover h5 {
  color: var(--primary-orange) !important;
}

.restaurant-image {
  height: 204px;
  width: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
  overflow: hidden;
}

.restaurant-card h5 {
  font-size: 1.375rem;
}

.btn-orange {
  background-color: #e55a3a !important;
  background-color: #e55a3a !important;
  border: none;
  border-radius: 32px;
  color: var(--light-gray);
  font-weight: 600;
  transition: all 0.3s ease;
}

.img-section img {
  object-fit: cover;
  border-radius: 1.25rem;
}

.details-main-img {
  height: 480px;
}

.details-main-img {
  height: 480px;
}

.details-side-img {
  height: 232px;
}

.res-details,
.amenities {
  font-size: 1.438rem;
}

.rating-card {
  box-shadow: 0px 0px 10px 2px rgba(18, 23, 68, 0.1);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(18, 23, 68, 0.1);
  -moz-box-shadow: 0px 0px 10px 2px rgba(18, 23, 68, 0.1);
  border-radius: 1.25rem;
}

.rating-icons {
  font-size: 2rem;
}

.progress-bar {
  position: relative;
  background-color: #d9d9d9 !important;
  height: 10px;
  border-radius: 10rem;
  max-width: 280px;
  width: 100%;
}

.progress-bar .progress {
  background-color: var(--primary-orange);
}

.global-value {
  font-size: 3rem;
  line-height: 3rem;
}

.global-value span {
  font-size: 1.8rem;
}

.chart .value {
  min-width: 4rem;
}

.user-img img {
  border-radius: 50rem;
  height: 65px;
  width: 65px;
  overflow: hidden;
  object-fit: cover;
}

.user-details p {
  font-size: 1rem;
}

.reser-card .rounded {
  border-radius: 1.25rem !important;
}

.rounded-2 {
  border-radius: 0.8rem !important;
}

.rounded-2 {
  border-radius: 0.8rem !important;
}

.reser-card h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.just-squeez {
  background: #f77148;
  background: linear-gradient(
    180deg,
    rgba(247, 113, 72, 1) 0%,
    rgba(18, 23, 68, 1) 100%
  );
}

.just-squeez-inner {
  background: #fff;
  background: linear-gradient(
    231deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  border-radius: 1.25rem !important;
}

p.small {
  font-size: 7px;
}

.business-footer {
  padding-top: 6.25rem;
}

/* footer a:hover,
.nav-link:hover {
  color: var(--primary-orange) !important;
} */

.footer-bg {
  background: var(--primary-navy);
  position: relative;
  overflow: hidden;
}

ul {
  padding-left: 1.25rem;
}

ul li {
  margin-bottom: 5px;
}

.cusrsorPointer {
  cursor: pointer;
}

.add-custom-visible .modal-content {
  /* background: rgb(234, 232, 253); */
  /* background: linear-gradient(180deg, rgba(234, 232, 253, 1) 48%, rgba(255, 255, 255, 1) 100%); */
  border-radius: 2rem;
  padding: 2.5rem;
}
.form-control.form-control-rounded {
  border-radius: 1rem !important;
}
.add-custom-visible .country-button {
  font-size: 1rem !important;
}
.text-purple {
  color: #3d1a91 !important;
}

.otp-row .otp-input {
  width: 42px !important;
  height: 42px !important;
  border: 1px solid #ccc !important;
  border-radius: 1rem !important;
}

.add-custom-visible .modal-content .button {
  line-height: 1.5 !important;
}

.bisuness-filter-modal .btn-check:checked + .btn,
.bisuness-filter-modal .btn:hover {
  color: #ffffff;
  background: rgba(247, 113, 72, 0.7);
  transition: all 0.5s;
}

.btn-first-child {
  border-top-left-radius: 0.8rem !important;
  border-bottom-left-radius: 0.8rem !important;
}

.price-range .btn:last-child {
  border-top-right-radius: 0.8rem !important;
  border-bottom-right-radius: 0.8rem !important;
}
.first-child-border:first-child {
  border-left: none !important;
}

.bisuness-filter-modal .modal-body {
  overflow-y: auto !important;
  scrollbar-width: thin;
  overflow-x: hidden;
  scrollbar-color: var(--primary-orange) rgb(0, 0, 0, 0.08);
}
::-webkit-scrollbar-button {
  display: none;
}

.bisuness-filter-modal .modal-footer {
  box-shadow: 0px -4px 10px 0px rgba(19, 15, 38, 0.3);
  -webkit-box-shadow: 0px -4px 10px 0px rgba(19, 15, 38, 0.3);
  -moz-box-shadow: 0px -4px 10px 0px rgba(19, 15, 38, 0.3);
}

.see-more-btn::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.4em;
  vertical-align: middle;
}

.show-hide {
  height: 50px;
  overflow: hidden;
}

.see-less-btn::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/chevron-up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.4em;
  vertical-align: middle;
}

.ctm-img-style {
  height: 20px;
  width: 25px;
}

.explore-orrange-box {
  color: orange;
  border: 1px dashed;
  padding: 0.5rem;
  display: inline-block;
}

.explore-green-box {
  color: green;
  border: 1px dashed;
  padding: 0.5rem;
  display: inline-block;
}

.explore-red-box {
  color: red;
  border: 1px dashed;
  padding: 0.5rem;
  display: inline-block;
}

.explore-dashed-bottom {
  border-bottom: 2px dashed #000;
}

@media (min-width: 1400px) {
  .container-xl {
    max-width: 1366px;
  }
}

@media (max-width: 1199px) {
  .details-main-img {
    height: 400px;
  }

  .details-side-img {
    height: 192px;
  }
  .reser-card h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

@media (max-width: 991px) {
  footer {
    padding-top: 4rem;
  }

  .hero-section {
    height: 200px;
  }

  .reservation-card .row > div {
    border-bottom: 1px solid #dee2e6;
    border-right: none !important;
  }

  .hero-title {
    font-size: 36px;
    line-height: 42px;
  }

  .details-main-img {
    height: 300px;
  }

  .details-side-img {
    height: 142px;
  }
  .add-custom-visible.modal-lg {
    max-width: 100%;
    margin: 0.5rem 1rem;
  }
  .add-custom-visible .modal-content {
    padding: 1.5rem !important;
  }
}

@media (max-width: 767px) {
  .reservation-card .row > div:last-child {
    border-bottom: none;
  }

  .details-main-img,
  .details-side-img {
    height: 200px;
  }

  .res-details,
  .amenities {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 28px;
    line-height: 34px;
  }
}

.explore-name-location {
  background: #121744;
  top: -2rem;
}

/* Custom right-side modal */
.explore-right-side-modal {
  position: fixed;
  right: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  animation: slide-in 0.3s forwards;
}

@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}

/* Make sure modal covers full height */
.explore-right-side-modal .modal-content {
  height: 100vh;
  border-radius: 0;
  border-left: 1px solid #dee2e6;
  overflow-y: auto;
}

.tab-header {
  background-color: #f0f0f0;
  display: flex;
  border-radius: 40px;
}

.tab-item {
  cursor: pointer;
  padding: 10px 20px;
  color: #333;
  transition: 0.2s;
}

.tab-item.active {
  background-color: #5b2ebe; /* Purple background */
  color: #fff;
}

.explore-color-green {
  color: green;
}

.explore-btn-gray {
  background-color: gray !important;
  border: none;
  border-radius: 32px;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}

.explore-btn-purple {
  background-color: #5b2ebe !important;
  border: none;
  border-radius: 32px;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}
.bisuness-filter-modal .modal-body.explore-scroll-content {
  overflow-y: hidden !important;
}

.explore-rounded-shadow {
  box-shadow: 0px 0px 1rem 2px rgba(0, 0, 0, 0.15) !important;
  border-radius: 1rem !important;
}
