body {
  font-family: 'Google Sans', 'Segoe UI', sans-serif;
  background: #111;
}

p {
  font-size: 18px;
}

/* .fixed-top{
  top:40px;
} */

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


/* NAVBAR */
.navbar.p-absolute {
  background-color: transparent;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100vw;
}

@media (min-width: 992px) {
  .pad-hor-150 {
    padding: 0 150px;
  }
}


/* HERO */
.hero {
  padding-top: 210px;
  font-family: "Inter";
}

/*.hero class remove padding-top if screen is less than 992px*/
@media (max-width: 991px) {
  .hero {
    padding-top: 100px;
  }

  .navbar.p-absolute{
    top:0px;
  }
}

.grad-bg {
  background: radial-gradient(circle at 50%, #753a03 0%, #111 70%);
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  color: #ff7a00;
}

.hero-banner-image {
  max-width: 100%;
  height: auto;
  margin-top: -300px;
  /* transform: translateY(-300px); */
}

@media (max-width : 992px){
  .hero-banner-image {
    margin-top: -170px;
  }
}

.full-width-banner .wrap{
  display: block;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}

.hero .small-text {
  max-width: 200px;
  margin: auto;
  font-size: 18px;
  margin-bottom: 50px;
  line-height: 30px;
}

/* STORY */
.story {
  background: linear-gradient(to bottom, #111, #1a1a1a);
}

.section-title {
  margin-bottom: 20px;
  color: #ff7a00;
  font-size: 50px;
}

/* CTA Button */
.cta_button {
  border-radius: 50px;
  color: #fff;
  font-size: 25px;
  padding: 3px 20px;
}

/* MENU */
.menu {
  background: radial-gradient(circle at center, #88480a 0%, #111 50%);
}

.menu-card {
  display: block;
  text-align: center;
  /* background: #1a1a1a; */
  padding: 10px;
  border-radius: 10px;
  color: inherit;
  text-decoration: none;
}

.menu-card:hover,
.menu-card:focus {
  text-decoration: none;
}

.menu-card img {
  width: 100%;
  transform: scale(1);
  transition: transform 1s ease;
}

.menu-card:hover img {
  transform: scale(1.2);
}

.menu-card .image-cover {
  width: 100%;
  height:20vw;
  overflow: hidden;
}

@media (max-width: 766px) {
  .menu-card .image-cover {    
    height:40vw;
  }
}

.nav-item {
  margin-left: 40px;
}

.navbar .nav-link {
  color: #fff;
  position: relative;
  transition: color 0.25s ease, transform 0.25s ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #ffd17a;
  transform: translateY(-1px);
}

.navbar .nav-link.active {
  color: #ffd17a;
}

.navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 50%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff7a00, #ffd17a);
  box-shadow: 0 0 12px rgba(255, 174, 59, 0.4);
}

@media(max-width: 991px) {
  /* Mobile collapsed navbar styling */
  .navbar .navbar-collapse {
    z-index: 9999;
  }
  .navbar .navbar-collapse {
    background: rgba(0, 0, 0, 0.95);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    padding: 1rem 1.25rem;
    box-shadow: 0 12px 30px rgba(0,0,0,0.5);
    z-index: 9999;
  }
  .navbar .navbar-nav {
    width: 100%;
  }
  .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }
  .navbar .navbar-nav .nav-link {
    padding: 0.75rem 0;
    display: block;
  }
}


@media (min-width: 992px) {
  .navbar .navbar-collapse {
    position: static;
    background: transparent;
  }
}

.menu-card h6 {
  margin-top: 20px;
  font-size: 20px;
}

/* Custom grid for menu archive columns */
.menu-grid {
  display: grid;
  gap: 1.5rem;
  row-gap: 0.2rem;
}
.menu-grid__col {
  /* each column content */
}
.menu-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.menu-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
  .menu-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .menu-grid-2,
  .menu-grid-4 {
    grid-template-columns: 1fr;
  }
}

/* BUTTON */
.btn-warning {
  background: #ff7a00;
  border: none;
}

/* FOOTER */
footer {
  background: #000;
}

.testimonial-section {
  color: #fff;
  padding: 80px 0;
}

.testimonial-slider-wrapper {
  overflow: hidden;
  margin: 0 auto;
  max-width: 840px;
  padding: 0 15px;
}

.testimonial-slider-track {
  display: flex;
  transition: transform 0.6s ease;
  scroll-snap-type: x mandatory;
}

.testimonial-slide {
  max-width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
  margin-right: 15px;
  padding:
}

.testimonial-box {
  position: relative;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  min-height: 240px;
}

.quote-icon {
  font-size: 40px;
  opacity: 0.6;
  font-family: "Alfa Slab One";
}

.quote-left {
  position: absolute;
  top: 15px;
  left: 15px;
}

.quote-right {
  position: absolute;
  bottom: -10px;
  right: 15px;
}

.testimonial-text {
  line-height: 1.8;
  font-size: 16px;
}

@media (max-width: 768px) {
  .testimonial-box {
    padding: 30px 24px;
  }
}


.branches-section {
  position: relative;
  z-index: 2;
  padding: 80px 15px;
}

.branches-card {
  background:
    radial-gradient(circle at top center,
      #996714 0%,
      rgba(153, 103, 20, 0.6) 30%,
      rgba(153, 103, 20, 0.2) 70%,
      #000000 140%);

  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 30px;
  padding: 70px 60px;

  backdrop-filter: blur(10px);

  box-shadow:
    0 0 40px rgba(255, 136, 0, 0.08),
    inset 0 0 30px rgba(255, 136, 0, 0.03);

  margin-bottom: 60px;
}

.section-title {
  color: #ff8800;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 15px;
}

.branch-item {
  padding: 40px 0;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.06); */
}

.branch-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.branch-title {
  color: white;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
}

.branch-address {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.8;
  margin: auto;
}

.branch-phone {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  margin-top: 18px;
  margin-bottom: 8px;
  font-weight: 500;
}

.branch-time {
  color: #d6d6d6;
  font-size: 14px;
  margin-bottom: 25px;
}

.btn-direction {
  background: linear-gradient(135deg, #ff9900, #ff7700);
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 700;

  padding: 14px 38px;
  border-radius: 50px;

  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(255, 136, 0, 0.35);
}

.btn-direction:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(255, 136, 0, 0.45);
}

@media(max-width:768px) {

  .branches-card {
    padding: 50px 25px;
  }

  .section-title {
    font-size: 40px;
  }

  .branch-title {
    font-size: 28px;
  }

  .btn-direction {
    width: 100%;
    max-width: 260px;
    font-size: 18px;
  }
}

@media(max-width:576px) {

  .section-title {
    font-size: 34px;
  }

  .branch-title {
    font-size: 24px;
  }

  .branch-address {
    font-size: 14px;
  }
}




/* Orange Glow */
/* .review-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  height: 900px;

  background:
    radial-gradient(circle,
      rgba(255, 136, 0, 0.45) 0%,
      rgba(255, 136, 0, 0.20) 30%,
      rgba(255, 136, 0, 0.08) 55%,
      transparent 75%);

  z-index: 0;
} */

.review-card {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px 25px 50px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.profile-icon {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background: #fff;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto 28px;
}

.profile-icon i {
  color: #000;
  font-size: 82px;
}

.review-name {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 18px;
}

.review-text {
  color: #f2f2f2;
  font-size: 18px;
  line-height: 2;
  max-width: 470px;
  margin: auto;
  flex: 1;
}

.review-stars {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
}

.review-star {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  font-size: 34px;
}

.review-star i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.review-star .bi-star {
  color: rgba(255, 136, 0, 0.25);
}

.review-star .star-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 50px;
  overflow: hidden;
}

.review-star .star-fill i {
  color: #ff8800;
}

.btn-review {
  background: linear-gradient(135deg, #ff9a00, #ff7a00);
  border: none;
  color: #fff;

  font-size: 22px;
  font-weight: 700;

  padding: 16px 42px;
  border-radius: 60px;

  box-shadow: 0 10px 25px rgba(255, 136, 0, 0.35);

  transition: 0.3s ease;
}

.btn-review:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(255, 136, 0, 0.45);
}

@media(max-width:992px) {

  .review-text {
    min-height: auto;
  }

  .review-card {
    margin-bottom: 30px;
  }
}

@media(max-width:768px) {

  .review-name {

    font-size: 28px;
  }

  .review-text {
    font-size: 16px;
    line-height: 1.9;
  }

  .review-stars i {
    font-size: 28px;
  }

  .profile-icon {
    width: 120px;
    height: 120px;
  }

  .profile-icon i {
    font-size: 65px;
  }
}

.menu-section {
  padding: 80px 0;
  color: #fff;
}

.menu-bg {
  position: relative;
  /* full background fit to section */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.menu-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  pointer-events: none;
}

.menu-bg > .container {
  position: relative;
  z-index: 2;
}

.menu-title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
  scroll-margin-top: 150px;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-item {
  display: flex;
  align-items: center;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #f4a300;
}

.menu-item:last-child {
  border-bottom: none;
}

@media (min-width: 769px) {
  
  /* last row = last 2 items */
  .menu-grid-2 .menu-item:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  /* last row = last 4 items */
  .menu-grid-4 .menu-item:nth-last-child(-n + 4) {
    border-bottom: none;
  }
}

.item-name {
  /* white-space: nowrap; */
  max-width: 200px;
}

.dots {
  flex: 1;
  border-bottom: 2px dotted #f4a300;
  margin: 0 10px;
  transform: translateY(-2px);
}

.price {
  color: #f4a300;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .menu-title {
    font-size: 38px;
  }

  .menu-item {
    font-size: 13px;
  }
}

.hero.image-banner{
  padding-top: 150px;
}

.hero .wrap{
  position: relative;
}

.hero .wrap::before{
  content: "";
  position :absolute;
  width: 100%;
  height:100%;
  background-color: rgba(0,0,0,0.4);

}

.hero .wrap .hero-text{
  position: absolute;
  left: 50%;
  top:50%;
  color:#ff7700;
  font-weight: 700;
  font-size: 65px;
  transform: translateX(-50%);
}