/********** Template CSS **********/
:root {
  --primary: #d18629;
  --light: #f1f8ff;
  --dark: #0f172b;
}

.ff-secondary {
  font-family: "Pacifico", cursive;
}

.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.banner-btn-first {
  border-radius: 30px;
}
.banner-btn-second {
  border-radius: 30px;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

/* .btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
} */

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
  position: relative;
  margin-left: 25px;
  padding: 35px 0;
  font-size: 15px;
  color: var(--light) !important;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  transition: 0.5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary) !important;
}

.navbar-dark .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top.navbar-dark .navbar-brand img {
  max-height: 45px;
}

@media (max-width: 991.98px) {
  /* .sticky-top.navbar-dark {
    position: relative;
  } */

  .navbar-dark .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-dark .navbar-nav .nav-link,
  .sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
  }

  .navbar-dark .navbar-brand img {
    max-height: 45px;
  }
}

@media (min-width: 992px) {
  .navbar-dark {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: transparent !important;
    transition: 0.5s;
  }

  .sticky-top.navbar-dark {
    position: fixed;
    padding-left: 45px;
    padding-right: 45px;
    background: var(--dark) !important;
  }
}

@media (max-width: 768px) {
  .banner-btn-first {
    border-radius: 30px;
    margin-bottom: 5%;
  }
  .banner-btn-second {
    border-radius: 30px;
    margin-bottom: 5%;
  }
  .banner-btn-first,
  .banner-btn-second {
    pointer-events: auto !important;
    z-index: 10;
    touch-action: manipulation;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }
}

/*** Hero Header ***/
.hero-header {
  background:
    linear-gradient(rgba(15, 23, 43, 0.9), rgba(15, 23, 43, 0.9)),
    url(../img/banner.jpeg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.hero-header img {
  animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate {
  100% {
    transform: rotate(360deg);
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  left: -55px;
  margin-top: -1px;
  background: var(--primary);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
  display: none;
}

/* .feature-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}
.feature-item:hover {
  background: var(--primary);
} */
/* ================== CARD BASE STYLE ================== */
/* .feature-item {
  background: var(--primary);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  width: 100%;
  display: flex; 
}


.feature-item .p-4 {
  display: flex;
  flex-direction: column;
  width: 100%;
}


.feature-item h5,
.feature-item p,
.feature-item i {
  color: #fff !important;
}


.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
} */

/* .feature-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
  
}
.feature-item:hover {
  background: var(--primary);
}

.feature-item * {
  transition: 0.5s;
}

.feature-item:hover * {
  color: var(--light) !important;b
} */

/* ================== EQUAL HEIGHT FIX ================== */
/* Make bootstrap columns stretch */
/* .row.g-4 > [class*="col-"] {
  display: flex;
} */

/* ================= FEATURE SECTION ================= */

/* Make columns stretch equal height */
/* .row.g-4 > [class*="col-"] {
  display: flex;
} */

/* Card Base */
.feature-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

/* Inner Content Layout */
.feature-item .p-4 {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Icon spacing */
.feature-item i {
  margin-bottom: 14px;
}

/* Title spacing */
.feature-item h5 {
  margin-bottom: 8px;
  font-weight: 600;
}

/* Description grows evenly */
.feature-item p {
  margin-bottom: 0;
  line-height: 1.6;
  flex-grow: 1;
}

/* Hover Effect */
.feature-item:hover {
  background: var(--primary);
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.feature-item * {
  transition: 0.35s;
}

.feature-item:hover * {
  color: var(--light) !important;
}

/* ================= MOBILE OPTIMIZATION ================= */
@media (max-width: 575.98px) {
  /* Reduce grid gap */
  .row.g-4 {
    --bs-gutter-x: 12px;
    --bs-gutter-y: 12px;
  }

  /* Reduce card padding */
  .feature-item .p-4 {
    padding: 14px !important;
  }

  /* Adjust icon */
  .feature-item i {
    font-size: 20px !important;
    margin-bottom: 8px !important;
  }

  /* Title */
  .feature-item h5 {
    font-size: 15px;
    margin-bottom: 4px;
  }

  /* Text */
  .feature-item p {
    font-size: 13px;
    line-height: 1.4;
  }
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
  color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

/*** Food Menu ***/
.nav-pills .nav-item .active {
  border-bottom: 2px solid var(--primary);
}

/*** Youtube Video ***/
.video {
  position: relative;
  height: 100%;
  min-height: 500px;
  background:
    linear-gradient(rgba(15, 23, 43, 0.1), rgba(15, 23, 43, 0.1)),
    url(../img/video.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--primary);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--primary);
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--dark);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

/*** Team ***/
.team-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  height: calc(100% - 38px);
  transition: 0.5s;
}

.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item:hover {
  height: 100%;
}

.team-item .btn {
  border-radius: 38px 38px 0 0;
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* Make navbar sticky on ALL devices */
.navbar-dark {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: var(--dark) !important;
}
/* Fix price alignment in menu */
#menu h5 {
  align-items: center; /* vertical alignment fix */
  line-height: 1.3; /* consistent height */
  margin-bottom: 6px;
}

#menu h5 span:last-child {
  display: flex;
  align-items: center; /* ₹ and number perfectly center */
  gap: 4px; /* small spacing */
  font-weight: 600;
  white-space: nowrap; /* prevent breaking */
}

/* Prevent rupee symbol shifting */
#menu h5 span:last-child::first-letter {
  font-size: 0.95em; /* normalize ₹ size */
}
/* =========================
   Equal Height Testimonial Cards
========================= */

.testimonial-carousel .owl-stage {
  display: flex;
}

.testimonial-carousel .owl-item {
  display: flex;
  height: auto;
}

.testimonial-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 260px; /* adjust card height here */
  padding: 25px;
}

/* Make text area take equal space */
.testimonial-item p {
  flex-grow: 1;
  margin-bottom: 20px;
}

/* Align name section always at bottom */
.testimonial-item .d-flex {
  margin-top: auto;
}

/* Contact Form Styling */
.contact-input {
  padding: 14px 16px;
  border-radius: 6px;
  border: 1px solid #ddd;
  font-size: 15px;
  background: #fff;
}

.contact-input::placeholder {
  color: #9aa0a6;
  font-weight: 400;
}

.contact-input:focus {
  border-color: var(--primary);
  box-shadow: none;
  outline: none;
}

/* spacing fix */
#contactForm .form-control {
  margin-bottom: 5px;
}

/* Center Toast Style */
.custom-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #28a745; /* green */
  color: #fff;
  padding: 16px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  z-index: 9999;
  opacity: 0;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.custom-toast.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* ================== MOBILE LAYOUT ================== */
@media (max-width: 767px) {
  /* icon + title inline */
  .feature-item .p-4 {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }

  /* icon */
  .feature-item i {
    font-size: 26px !important;
    margin-bottom: 0 !important;
    flex-shrink: 0;
  }

  /* title */
  .feature-item h5 {
    margin: 0;
    font-size: 16px;
  }

  /* description below */
  .feature-item p {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
  }
}

/* ===== Center Footer Layout ===== */

.footer .copyright {
  text-align: center;
  padding: 20px 0;
}

/* Top Links */
.footer-menu {
  font-size: 14px;
}

.footer-menu a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-menu a:hover {
  color: var(--primary);
}

/* Powered By highlight */
.powered-by {
  color: #fd8000;
  margin-left: 6px;
  text-decoration: none;
  font-weight: 500;
}

.powered-by:hover {
  text-decoration: underline;
}

.powered-by {
  color: #fd8000 !important;
  text-decoration: none;
  font-weight: 500;
}

.powered-by:hover {
  color: #ff9a2f !important; /* optional hover effect */
}

/* ===== MOBILE TOGGLER ICON ANIMATION ===== */
.navbar-toggler {
  border: none;
  outline: none;
}

.navbar-toggler i {
  font-size: 22px;
  color: #fff;
  transition: 0.3s ease;
}

/* When menu open → show cross */
.navbar-toggler.active i:before {
  content: "\f00d"; /* FontAwesome cross */
}

/* ===============================
   MOBILE MENU SIDE SPACING FIX
=============================== */
@media (max-width: 991.98px) {
  .navbar {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .navbar-collapse {
    background: var(--dark);
    margin-top: 12px;

    /* 👇 THIS CREATES LEFT-RIGHT GAP */
    margin-left: 12px;
    margin-right: 12px;

    border-radius: 10px;
    padding: 15px 20px;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  }

  /* menu item spacing */
  .navbar-nav .nav-link {
    padding: 12px 0 !important;
  }
}

.social-icon img {
  width: 26px;
  height: 26px;
  display: block;
}

.hero-header .row {
  position: relative;
}

/* bring FULL left column above */
.hero-header .row > div:first-child {
  position: relative;
  z-index: 5;
}

/* send image column behind */
.hero-header .row > div:last-child {
  position: relative;
  z-index: 1;
}

.btn-container {
  display: flex;
  flex-direction: column; /* buttons one below another */
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: 20px;
}

.order-btn {
  display: block;
  width: auto; /* full width on mobile */
  max-width: 200px; /* limit size on desktop */
  padding: 15px 20px;
  background-color: #f9a825;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  transition: 0.3s ease;
}

.order-btn:hover {
  opacity: 0.9;
}

/* DESKTOP VIEW */
@media (min-width: 768px) {
  .btn-container {
    flex-direction: row; /* buttons side-by-side */
    justify-content: flex-start; /* move to LEFT */
    align-items: flex-start;
    padding: 20px 0; /* remove side centering feel */
  }

  .order-btn {
    max-width: none; /* allow natural size */
  }
}
/* Remove default link styling */
.order-btn,
.order-btn:link,
.order-btn:visited,
.order-btn:hover,
.order-btn:active,
.order-btn:focus {
  background-color: #f9a825 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  opacity: 1 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Remove mobile gray tap highlight */
.order-btn {
  -webkit-tap-highlight-color: transparent;
}

/* Prevent browser from changing visited link color */
a.order-btn:visited {
  color: #ffffff !important;
}

.footer-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Powered by link */
.powered-by {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d18629;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Logo styling */
.powered-logo {
  height: 22px; /* adjust if needed */
  width: auto;
  object-fit: contain;
}

/* Hover effect */
.powered-by:hover {
  color: #ffffff;
  transform: translateY(-1px);
}
.gallery-img {
  width: 100%;
  border-radius: 8px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

/* Hover effect */

.gallery-img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
  .gallery-img {
    height: 240px;
  }
}
