html,
body {
  margin: 0;

  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;

  font-style: normal;
  background: #333 url(./assets/inv_paper.jpg);
}

body {}

/* .container{
  border:1px #911 solid;
} */
.carousel {



}
.carousel-control-next, .carousel-control-prev{
  z-index: 2;
}
strong {
  font-weight: bold;
}

a {
  color: #ff85a0;
  font-weight: 600;
  text-decoration: underline;
}

a:hover {
  color: #9F9F9F;
}

header {
  padding-top: 15px;
  z-index: 1;
  position: relative;
  background: #080808;

  border-bottom: 2px #aaa solid;
}

header .logo .image {
  background: url(./assets/PF-coming-soon.png) top center no-repeat;
  max-width: 325px;
  width: 100%;
  background-size: contain;
  height: 70px;
  display: inline-block;
}

header .logo .image a {
  display: block;
  height: 100%;
}

header .logo .subtext {
  text-transform: uppercase;
}

header .logo {
  margin-bottom: 20px;
}

header .navbar {}

header .navbar .nav-item {
  display: inline-block;
}

header .navbar .nav-link {
  color: #fff;
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 10px 5px;
  display: inline-block;
  white-space: nowrap;
  font-weight: 300;
  text-decoration: none;
}

header .navbar .nav-link:hover {
  color: #a9c7ff;
}

header .navbar #navbarNav {
  margin: 0 auto;
}

header .navbar .nav-link.menu{
    color: #ff85a0;
    font-weight:bold;
}
main {
  position: relative;
  margin-top: 50px;
  color: #fff;
}

main .content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #ffffff09;
  margin-bottom: 30px;
  border-radius: 3px;
  border: 2px #ffffff09 solid;
}

.text-section {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 1.3rem;
  font-size: 1.2rem;
  line-height: 160%;
  font-weight: 100;
  color: #bababa;
}

.text-section h3 {
  color: #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px #ff85a08a solid;
}
.inforow{

  padding-top:5px;
  padding-bottom:5px;
  color:#fff;

  border-radius:3px;
  margin-bottom:5px;
}
.inforow h2{
  font-size:1.5rem;
  margin-bottom:0px;
  padding-bottom:0px;
  color:#fff;
}
.banner {
  margin-top: 10px;
  margin-bottom:20px;
  border-radius:10px;
}
.banner img{
  border-radius:10px !important;
  overflow: hidden !important;
  z-index: 1;
}

.banner .carousel-item{  
  z-index: 2;
  border-radius:20px !important;
  overflow: hidden !important;
}
.modal-body {
  padding: 0.25rem;
}



.divider {
  background: #000 url(./assets/1234.jpg) 50% 50%;
  background-size: cover;
  width: 100%;
  opacity: .75;
  height: 40px;
  border-bottom: 2px #ffffff44 solid;
  margin-bottom: 25px;
  border: solid #BDBDBD 1px;
  border-left-width: 0;
  border-right-width: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.divider.first {
  background: #000 url(./assets/07253p.jpg) top center;
  margin-bottom: 0px;
  height: 80px;
}
.faq .text-section{
  font-size:1rem;
}
.faq h4{
  font-size:1.3rem;
  margin-top:10px;
  color:#333;
  border-bottom:2px #ddddddaa solid;
  padding-bottom:10px;
}


.hiring{
  background:#121212;
  text-align:center;
  color:#fff;
  margin-top: 10px;
  margin-bottom:10px;
  padding:10px;
  border-top: 2px #fff solid;
  border-bottom: 2px #fff solid;
  font-size:1.5rem;
}


.food #ci1,
.food #ci2,
.food #ci3 {
  margin-left: 20px;
}

.food .carousel {
  margin-left: 20px;
}

.space-v-10 {
  padding-top: 10px;
}

#attentionModal .modal-content {
  background: #ff85a0;
  color: #fff;
}

#attentionModal.modal {
  top: 20%;
}

#attentionModal .modal-header {
  background: repeating-linear-gradient(45deg, #ebebeb, #e5e5e5 10px, #000000 10px, #000000 10px);
  border-bottom: 2px solid #c7c7c7;
}

#attentionModal .modal-header h5 {
  text-shadow: #33333377 1px 0 2px;
  color: #ff85a0;
  font-weight: 600 !important;
  font-size: 1.8rem;
}

#attentionModal .modal-body {
  background: #ffffff;
  color: #565656;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 1.5em;
  text-shadow: #33333388 1px 0 1px;
  background-image: url(./assets/paper.jpg);
  opacity: .7;
}

#attentionModal .modal-footer {
  border-top: 2px solid #c7c7c7;
  background: repeating-linear-gradient(45deg, #ebebeb, #e5e5e5 10px, #000000 10px, #000000 10px);
}

#attentionModal .close {
  color: #000;
  font-size: 3em;
}

#attentionModal .btn {
  text-shadow: #33333388 1px 0 1px;
  border: 2px #333 solid;
  font-weight: bold;
  padding: 5px 40px;
}

.frame {
  border: 5px #fff solid;
}

.intro .intro-text p {
  line-height: 2.25rem;
  font-size: 1.35rem;
}

dl.awards {
  background: #ffffff44;
  padding: 15px;
  border-radius: 2px;

}

dl.awards dt {
  font-size: 1.3rem;
  margin-bottom: 20px;
  border-bottom: 2px #ddddddaa solid;
}

dl.awards dd {
  font-size: 1.15rem;
  line-height: 2rem;
}

.awards .trophy {
  display: inline-block;
  width: 50px;
  height: 50px;
  top: 2px;
  position: relative;
}

.awards .row {
  margin-bottom: 20px;

}

.awards .uline {

  margin-right: 18px;
  padding-bottom: 5px;
}

.awards .trophy.t-1 {
  background: url(./assets/icons8-trophy-96.png);
  background-size: contain;
}

.awards .trophy.t-2 {
  background: url(./assets/icons8-award-64.png);
  background-size: contain;
}

.awards .trophy.t-3 {
  background: url(./assets/icons8-award-66.png);
  background-size: contain;
}

.awards .trophy.t-4 {
  background: url(./assets/icons8-1st-place-medal-96.png);
  background-size: contain;
}

.contact a {
  text-decoration: none;
  color: #ff85a0;
  font-size: 1.5rem;
}

.contact h5 {
  color: #939393;
}

.contact a img {
  width: 35px;
  margin-right: 10px;
}

.contact {
  color: #fff;
  padding-left: 10px;
}

.contact h3 {
  color: #fff;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px #ff85a08a solid;
}

.contact .social {
  width: 80px;
  height: 80px;
  display: inline-block;
  margin: 5px;
}

.contact .social a {

  display: block;
  width: 100%;
  height: 100%;
}

.contact .social a img {
  width: 80px;
  height: 80px;
}
address {
    font-size: 1.5rem;
}
.order-online {

  text-align: center;
  position: relative;
  border-bottom: 1px #33333322 solid;

}

.order-online h2 {
  color: #ffffff;
  margin-top: 20px;
  font-size: 1.75rem;
  display: block;
  text-transform: uppercase;
}

.order-online a {
  color: #91aefb;
  font-size: 1.5rem;
  font-weight: 300;
  display: inline-block;
  margin: 10px;
  text-transform: uppercase;

}

.order-online a:hover {
  color: #fff;
}

.gift-card-link-wrapper {
  position: relative;
  display: inline-block;
}

.gift-card-info {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  position: relative;
}

.info-icon {
  font-size: 1.3rem;
  cursor: help;
  display: inline-block;
  vertical-align: middle;
  color: #91aefb;
  transition: transform 0.2s ease, color 0.2s ease;
  line-height: 1;
}

.info-icon:hover {
  transform: scale(1.15);
  color: #fff;
}

/* Customize Bootstrap tooltip for gift card info */
.tooltip .tooltip-inner {
  max-width: 500px;
  background-color: rgba(0, 0, 0, 0.9);
  border: 1px solid #ff85a0;
  font-size: 0.9rem;
  padding: 12px 18px;
  text-align: left;
  line-height: 1.5;
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #ff85a0;
}

#tc {
  color: #333;
  font-size: 12px;
  padding: 20px;
}

.faq .text-section {
  font-size: 1rem;
}
.faq-text-1.hours dl dd {

  list-style: none;
}


@media screen and (max-width: 800px) {}

.faq-text-1 dl dd {
  margin-left: 15px;
  display: list-item;
  list-style-type: disc;
  line-height: 1.25rem;
}

.faq h4 {
  color: #fff;
}

.team h4 {
  font-size: 1.25rem;
}

.team h3 {
  font-size: 3rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .text-section {
    padding: 0 50px 20px 20px;
  }
}

@media screen and (max-width: 768px) {
  a {
    word-break: break-word;
  }

  .navbar-nav {
    display: block;
  }

  header .navbar .nav-link {
    color: #fff;
    font-size: 1.1rem;
    margin: 5px 10px;
  }



  main {
    margin-top: 20px;
  }

  .text-section {
    font-size: 1.1rem;
    line-height: 146%;
    line-height: 155%;
  }

  .text-section h3 {
    color: #fff;
    margin-top: 20px;
    padding-bottom: 10px;
  }
}



.canvas-gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.canvas-gallery-wrapper {
  position: relative;
  width: 96%;
  height: 450px;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 2%;
}

#galleryCanvas {
  display: block;
  cursor: pointer;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}

#galleryCanvas:hover {
  opacity: 0.95;
}

/* Loading indicator */
.loading-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  font-size: 18px;
  z-index: 1;
}

.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  background: white;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: modalFadeIn 0.3s ease-out;
  width: auto;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.modal-content img {
  display: block;
  max-width: 100%;
  max-height: calc(90vh - 40px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #666;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.9);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.close:hover {
  background: rgba(255, 255, 255, 1);
  color: #333;
  transform: scale(1.1);
}

/* Info panel */
.info-panel {
  background: #e3f2fd;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  border-left: 4px solid #2196f3;
}

.info-panel h3 {
  margin-top: 0;
  color: #1976d2;
}

.features {
  background: #e8f5e9;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  border-left: 4px solid #4caf50;
}

.features h3 {
  margin-top: 0;
  color: #388e3c;
}

.features ul {
  margin: 10px 0;
  padding-left: 20px;
}

.features li {
  margin: 8px 0;
  color: #2e7d32;
}

/* Responsive design */
@media (max-width: 768px) {

  .canvas-gallery-wrapper {
    height: 450px;
  }

  .modal {
    padding: 10px;
  }

  .modal-content {
    max-width: 95vw;
    max-height: 95vh;
  }

  .close {
    top: 10px;
    right: 10px;
    font-size: 24px;
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 24px;
  }



  .info-panel,
  .features {
    padding: 15px;
    margin: 15px 0;
  }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  #galleryCanvas {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

/* Orientation handling */
@media (orientation: landscape) and (max-height: 500px) {
  .canvas-gallery-wrapper {
    height: 200px;
  }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  #galleryCanvas {
    cursor: default;
  }

  #galleryCanvas:hover {
    opacity: 1;
  }
}

/* Michelin Modal Styles */
.michelin-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a8;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  overflow-y: auto;
  overflow-x: hidden;
}

.michelin-modal.show {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.michelin-modal.dismissing {
  opacity: 1;
  visibility: visible;
  transform: translateY(100vh);
  transition: transform 1s ease;
}

.michelin-modal.hidden {
  display: none;
}

.michelin-modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  color: #000;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.michelin-modal-close:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.michelin-modal-close:active {
  transform: scale(0.95);
}

.michelin-modal.hidden .michelin-modal-close {
  display: none;
}

.michelin-modal-content {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  max-width: 1440px;
  box-sizing: border-box;
}

.michelin-hero {
  max-width: 1440px;
  margin: 0 auto;
  min-height: 440px;
  background: radial-gradient(circle at 70% 30%, rgba(217,175,79,0.2), rgba(0,0,0,1) 55%), #000;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 40px 56px;
  box-sizing: border-box;
  width: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.michelin-logo-panel {
  position: static;
  min-width: 160px;
  width: 160px;
  height: 160px;
  background: linear-gradient(160deg, #f6d47f, #be8f2a);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.michelin-logo-panel img {
  max-width: 120px;
  height: auto;
  display: block;
}

.michelin-content {
  margin-left: 31px;
  max-width: 520px;
  z-index: 1;
}

.michelin-eyebrow {
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #d1d1d1;
  margin-bottom: 14px;
  text-align: center;
}

.michelin-headline {
  font-size: 38px;
  line-height: 1.05;
  font-weight: 600;
  margin-bottom: 16px;
  text-align: center;
}

.michelin-subhead {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
  margin-bottom: 26px;
  text-align: center;
}

.michelin-import {
  color: #fff ;
  font-weight: 800;
}

.michelin-star-box {
  position: absolute;
  top: 36px;
  right: 56px;
  width: 150px;
  text-align: center;
  z-index: 1;
}

.michelin-star-circle {
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 999px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.michelin-star-circle:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.michelin-star-circle img {
  width: 78%;
  height: auto;
  display: block;
}

@keyframes spin-slow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.michelin-star-caption {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.72);
}

.michelin-plate {
  position: absolute;
  bottom: -104px;
  right: -40px;
  width: 310px;
  height: 310px;
  background: radial-gradient(circle, rgba(229,168,57,0.32), rgba(0,0,0,0));
  border: 1px solid rgba(217,175,79,0.25);
  border-radius: 999px;
}

.michelin-state {
  width: 75%;
  position: absolute;
  top: 30%;
  left: 9%;
}

/* Michelin Icon Styles */
.michelin-icon {
  position: fixed;
  bottom: 6px;
  left: 10px;
  width: 100px;
  height: 85px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: opacity 0.5s ease, visibility 0.5s ease, transform 0.5s ease;
  display: block;
  overflow: hidden;
}

.michelin-icon.show {
  opacity: .5;
  visibility: visible;
  transform: translateY(0);
}

.michelin-icon img {
  width: 100px;
  height: 85px;
  display: block;
  object-fit: contain;
}

.michelin-icon:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

@media (max-width: 900px) {
  .michelin-hero {
    height: auto;
    padding: 40px 24px 120px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .michelin-logo-panel {
    position: static;
    margin-bottom: 20px;
  }

  .michelin-content {
    margin-left: 0;
    max-width: 100%;
    position: relative;
  }

  .michelin-star-box {
    position: static;
    margin: 16px auto 26px;
    width: 150px;
  }
}

@media (max-width: 768px) {
  .michelin-icon {
    width: 60px;
    height: 60px;
    bottom: -5px;
    left: 0px;
  }
  .michelin-icon img {
    width: 60px;
    height: 55px;
    border-top-right-radius: 15px;
    object-fit: contain;
  }
  
  .chef .carousel,
  #CIRestaurant {
    margin-bottom: 20px;
  }
}