body {
  background-color: #fffaf0 !important;
  /* font-family:Poppins,sans-serif; */
}

footer {
  background-color: #f5e6c8 !important;
  padding: 25px;
}

.active {
  margin-top: 5px;
}

#abtMe {
  scroll-behavior: smooth;
}

.img-resp {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 12px;
}

.navbar {
  background: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent !important;
  padding: 15px 0;
  transition:
    background-color 0.45s ease,
    padding 0.35s ease,
    box-shadow 0.35s ease,
    backdrop-filter 0.35s ease;
  z-index: 1050;
}

.navbar.scrolled {
  background: rgba(28, 28, 28, .94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  padding: 8px 0;
}

.navbar-brand img {
  height: 48px;
  transition: height 0.35s ease;
}

.navbar.scrolled .navbar-brand img {
  height: 40px;
}

.navbar .nav-link,
.navbar .navbar-brand {
  color: #f8f6ef !important;
  /* transition: color 0.35s ease; */
  font-size: 1.7rem !important;
  font-weight: 600 !important;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8);
}

.navbar.scrolled .nav-link,
.navbar.scrolled .navbar-brand {
  color:#ff4d4d !important;
}

p .fName,
.success,
.navbar-brand {
  font-family: cursive;
  color: rgb(48, 44, 44);
  font-size: 1.35rem !important;
  font-weight: 700 !important;
}

.navbar .flashing-banner {
  position: static !important; /* Removes fixed positioning so it fits naturally in the navbar */
  margin: 0;
  padding: 4px 12px;
  font-size: 1 rem !important;
}

.success {
  color: rgb(83, 83, 199);
}

.intro {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 20px;
}

#introSec {
  padding-right: 120px;
}

.menuList {
  font-family: fantasy;
  text-decoration: underline;
}

.jumbotron {
  background-image: url("./img/Deli_Main_Banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.jumbotron::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .20);
}

.test {
  background-image: url("./img/menuLanding.jpg");
  background-size: cover;
  background-position: center;
  height: 750px;
  width: 100%;
}

.myProfImg {
  border-radius: 250px;
  width: 250;
  height: 250px;
}



.footer-container {
  border-radius: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2b2b2b;
}

.footer-container a {
  color: #191f25;
  display: flex;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-container a:hover {
  color: #dbd8eb;
}

.footer-container ul {
  display: flex;
  padding: 0;
  gap: 24px;
  list-style-type: none;
  margin-top: 10px;
}

#copyright {
  text-align: center;
  color: #0b0f11;
  background-color: #dcf0c2;
}

.snav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
}

.snav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.snav a:hover {
  color: #f1f1f1;
}

.snav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .snav {
    padding-top: 15px;
  }

  .snav a {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-collapse {
    background-color: transparent;
    font-size:medium;
    color: rgb(144, 144, 184);
    margin-top: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  }

  .navbar .navbar-nav {
    align-items: flex-start !important;
  }

  .navbar .flashing-banner {
    display: inline-block;
    margin-top: 5px;
  }
}

#beat {
  border-radius: 50%;
  background-color: red;
  margin-left: auto;
  width: 500px;
  height: 500px;
  animation: heartbeat 1s infinite;
}

.heart {
  font-family: fantasy;
  padding-top: 300px;
}

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

.menu-list li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.fa-home {
  color: #333;
  margin-right: 5px;
  font-size: 20px;
}

.special-description {
  font-style: italic;
  color: #555;
}

.special-price {
  margin-top: 5px;
  font-weight: 500;
  color: #333;
}

.carousel-item img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.specials-container {
  max-width: 700px;
  margin: 100px auto 50px;
  padding: 20px;
  background: #fff8f0;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h2.mb-4 {
  font-weight: 700;
  font-size: 2.8rem;
  color: #d9534f;
  /* warm red */
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 1.8rem;
  border-bottom: 4px solid #d9534f;
  display: inline-block;
  padding-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}


.special-name {
  font-weight: 700;
  font-size: 1.4rem;
  color: #333333;
  margin-bottom: 6px;
}

.special-description {
  font-style: italic;
  font-size: 1rem;
  color: #555555;
  margin-bottom: 10px;
}

.special-price {
  font-weight: 700;
  font-size: 1.2rem;
  color: #d9534f;
  text-align: right;
}

.catering-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 15px;
  margin-top: 15px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.4;
  color: #a94442;
  background-color: #f9f1e7;
  border-radius: 8px;
  word-wrap: break-word;
  white-space: normal;
}

@media (max-width: 576px) {
  .catering-banner {
    font-size: 0.85rem;
    padding: 8px 10px;
  }
}

/* Responsive tweak */
@media (max-width: 480px) {
  .specials-container {
    padding: 15px;
  }

  h2.mb-4 {
    font-size: 2rem;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .special-price {
    font-size: 1rem;
  }
}

.flashing-banner {
position: fixed;
  top: 80px;
  right: 20px;
  z-index: 9999;
  background-color: #ff0000;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  animation: flashText 1s infinite;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.flashing-ban {
position: fixed;
  top: 80px;
  right: 20px;
  z-index: 9999;
  background-color: #ff0000;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
  animation: flashText 1s infinite;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: scale(1.03);
  /* slight zoom */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  /* subtle shadow */
}

.card-img-top {
  height: 200px;
  /* keeps all images uniform */
  object-fit: cover;
  /* crops nicely */
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  transition: transform 0.4s ease;
}

.card:hover .card-img-top {
  transform: scale(1.05);
  /* zooms image slightly on hover */
}

/* Delivery Link Badges Styling */
.delivery-links-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.delivery-badge-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.delivery-badge-btn img {
  height: 36px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.delivery-badge-btn:hover {
  background: #ffffff;
  border-color: #a8201a;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.sweet {
  text-decoration: underline;
}

.notice-box {
  background: linear-gradient(135deg, #ff4d4d, #ff9966);
  color: white;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  animation: bounceIn 1.2s ease, pulse 2s infinite;
  max-width: 600px;
  width: 100%;
}

@keyframes bounceIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  60% {
    transform: scale(1.1);
    opacity: 1;
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.notice-box h1 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.notice-box p {
  font-size: 1.2rem;
  margin: 0;
}

/* Flash animation */
@keyframes flashText {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Media Query to shift banner down on smaller screens */
@media (max-width: 768px) {
  .flashing-banner {
    top: 140px;
    /* Move it down further on small screens */
    right: 10px;
    font-size: 14px;
    padding: 8px 16px;
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar .btn {
    margin-top: 10px;
  }

  .brand-container {
    margin-top: 40px;
    bottom: 8% !important;
  }
}


@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }

  20% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.75);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(0.75);
  }
}

.thanksgiving-special-box {
  max-width: 700px;
  margin: 0 auto;
  background: #fff7e6;
  padding: 30px 25px;
  border-radius: 16px;
  border: 1px solid #f0d9a6;
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  line-height: 1.6;
  margin-top: 100px;
}

.thanksgiving-special-box h2 {
  margin-top: 0;
}

.thanksgiving-section-title {
  font-size: 22px;
  margin-bottom: 20px;
}

.thanksgiving-special-box h3 {
  text-align: left;
}

.thanksgiving-special-box p {
  text-align: left;
}

.thanksgiving-divider {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #e5c890;
}

.thanksgiving-call {
  font-size: 18px;
  font-weight: bold;
}

.longRoll {
  text-decoration: underline;
  font-weight: bold;
}


.addItems {
  color: red;
}

.pages {
  padding: 10px;
  background-color: green;
  color: #fff;
  animation: fadeout 3s linear 1 forwards;
}

.summer-specials {
  max-width: 700px;
  margin: 20px auto;
  padding: 25px;
  border-radius: 10px;
  background: #fff9e6;
  border: 2px solid #f0c14b;
  font-family: Arial, sans-serif;
}

.summer-specials h2 {
  text-align: center;
  margin-bottom: 20px;
}

.special-category {
  margin-bottom: 25px;
}

.special-category h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}


/* Header Container Styling */
/* Container positioned at the bottom of Jumbotron */
.brand-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'Georgia', serif;
  max-width: 700px;
  width: 100%;
  position: absolute !important; /* Overrides flexbox positioning */
  bottom: 12% !important;        /* Distance from bottom of banner - adjust this % to move higher/lower */
  left: 50%;
  transform: translateX(-50%);   /* Perfectly centers horizontally */
  z-index: 5;
}

/* Order Now / Browse Now Button Styling */
.order-btn {
  display: inline-block;
  transform: translateY(80px); 
  padding: 16px 36px;
  background: #a8201a;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 50px;
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .25);
}

.brand-title {
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: bold;
  font-style: italic;
  color: #222;
}

.brand-subtitle {
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: bold;
  color: #222;
  margin-top: 8px;
}

.brand-est {
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: bold;
  color: #222;
  margin-top: 8px;
}

/*=========================*/

#feat {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
  background: #4a627a;
}

.feature-card {
  background: #fff;
  border-radius: 20px;
  padding: 70px 55px;
  /* Increased from 35px */
  min-height: 450px;
  /* Makes all cards taller */
  text-align: center;
  height: 95%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .08);
  transition: all .35s ease;
  transition: .35s;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

.feature-icon {
  font-size: 4rem;
  color: #c62828;
  margin-bottom: 25px;
}

.feature-card h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 25px 0;
}

.feature-card p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.feature-card .btn {
  padding: 12px 28px;
  font-size: 1.1rem;
  border-radius: 10px;
}

/* about Maxs Section */
.about-section {
  padding: 100px 0;
  background: #fff;
}

.about-section h2 {
  font-size: 3rem;
  font-weight: 700;
}

.about-section p {
  font-size: 1.15rem;
  line-height: 1.9;
  color: #555;
}

.about-section img {
  border-radius: 20px;
  transition: .4s;
}

.about-section img:hover {
  transform: scale(1.02);
}

/* About Maxs Section */

.delivery-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.delivery-icons img {
  height: 42px;
  object-fit: contain;
  margin: 8px;
}

.delivery-icons img:hover {
  transform: scale(1.1);
}

/* Floating Scroll Toggle Button */
#scrollToggleBtn {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #a8201a; /* Matches deli brand red */
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-size: 3.2rem;
  
  /* Hidden by default until 25% scroll */
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, background-color 0.25s ease;
}

/* Shown state when 25% scrolled */
#scrollToggleBtn.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Hover State */
#scrollToggleBtn:hover {
  background-color: #801813;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

/*=========================*/

 /* ==============================
       WEB TEMPLATE PAGE
       ============================== */

    .templates-page {
      background: #fffaf0;
      padding-top: 125px;
    }

    .templates-hero {
      background: linear-gradient(135deg, #4a627a 0%, #33495d 100%);
      color: #fff;
      padding: 85px 20px 75px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .templates-hero::before,
    .templates-hero::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.06);
    }

    .templates-hero::before {
      width: 350px;
      height: 350px;
      top: -170px;
      left: -100px;
    }

    .templates-hero::after {
      width: 450px;
      height: 450px;
      right: -180px;
      bottom: -250px;
    }

    .templates-hero-content {
      position: relative;
      z-index: 2;
      max-width: 900px;
      margin: auto;
    }

    .templates-hero h1 {
      font-size: clamp(2.2rem, 5vw, 4rem);
      font-weight: 700;
      margin-bottom: 20px;
    }

    .templates-hero h1 span {
      color: #ff6b5f;
    }

    .templates-hero p {
      max-width: 720px;
      margin: 0 auto 30px;
      font-size: 1.2rem;
      line-height: 1.8;
      color: #f4f4f4;
    }

    .template-hero-btn {
      display: inline-block;
      background: #a8201a;
      color: #fff;
      text-decoration: none;
      padding: 14px 30px;
      border-radius: 50px;
      font-weight: 700;
      transition: .3s ease;
      box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
    }

    .template-hero-btn:hover {
      background: #801813;
      color: #fff;
      transform: translateY(-3px);
    }

    .templates-intro {
      text-align: center;
      max-width: 850px;
      margin: 0 auto;
      padding: 75px 20px 35px;
    }

    .templates-intro h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #333;
      margin-bottom: 15px;
    }

    .templates-intro h2 span {
      color: #c62828;
    }

    .templates-intro p {
      color: #666;
      font-size: 1.1rem;
      line-height: 1.8;
    }

    .template-card {
      background: #fff;
      border-radius: 20px;
      overflow: hidden;
      height: 100%;
      box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
      transition: .35s ease;
      border: 1px solid #eee;
    }

    .template-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
    }

    .template-preview {
      height: 220px;
      background: linear-gradient(135deg, #eee, #d8d8d8);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }

    .browser-window {
      width: 88%;
      height: 82%;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, .18);
      overflow: hidden;
    }

    .browser-bar {
      height: 25px;
      background: #ececec;
      display: flex;
      align-items: center;
      gap: 5px;
      padding-left: 10px;
    }

    .browser-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #999;
    }

    .preview-content {
      padding: 15px;
      text-align: center;
    }

    .preview-header {
      height: 22px;
      background: #a8201a;
      margin: -15px -15px 12px;
    }

    .preview-title {
      height: 10px;
      width: 65%;
      margin: 0 auto 10px;
      background: #444;
      border-radius: 5px;
    }

    .preview-lines {
      height: 7px;
      width: 80%;
      margin: 7px auto;
      background: #ddd;
      border-radius: 4px;
    }

    .preview-boxes {
      display: flex;
      gap: 6px;
      margin-top: 15px;
    }

    .preview-box {
      height: 45px;
      flex: 1;
      background: #eee;
      border-radius: 4px;
    }

    .template-label {
      position: absolute;
      top: 15px;
      right: 15px;
      background: #a8201a;
      color: #fff;
      padding: 5px 12px;
      border-radius: 20px;
      font-size: .8rem;
      font-weight: 700;
    }

    .template-body {
      padding: 30px 28px;
    }

    .template-body h3 {
      font-size: 1.55rem;
      font-weight: 700;
      margin-bottom: 8px;
      color: #333;
    }

    .template-body .template-for {
      color: #a8201a;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .template-body p {
      color: #666;
      line-height: 1.7;
      min-height: 82px;
    }

    .template-features {
      list-style: none;
      padding: 0;
      margin: 20px 0;
    }

    .template-features li {
      padding: 6px 0;
      color: #444;
    }

    .template-features i {
      color: #c62828;
      margin-right: 8px;
    }

    .template-price {
      font-size: 2rem;
      font-weight: 700;
      color: #a8201a;
      margin: 18px 0;
    }

    .template-price small {
      font-size: .85rem;
      color: #777;
      font-weight: 400;
    }

    .template-actions {
      display: flex;
      gap: 10px;
    }

    .template-actions a {
      flex: 1;
      text-align: center;
      text-decoration: none;
      padding: 11px 10px;
      border-radius: 9px;
      font-weight: 600;
      transition: .3s ease;
    }

    .demo-btn {
      border: 1px solid #a8201a;
      color: #a8201a;
      background: #fff;
    }

    .demo-btn:hover {
      background: #fff1ef;
      color: #801813;
    }

    .buy-btn {
      background: #a8201a;
      color: #fff;
    }

    .buy-btn:hover {
      background: #801813;
      color: #fff;
      transform: translateY(-2px);
    }

    .setup-section {
      margin-top: 85px;
      padding: 80px 20px;
      background: #4a627a;
      color: #fff;
      text-align: center;
    }

    .setup-section h2 {
      font-size: clamp(2rem, 4vw, 3rem);
      font-weight: 700;
      margin-bottom: 15px;
    }

    .setup-section p {
      max-width: 720px;
      margin: 0 auto 30px;
      line-height: 1.8;
      font-size: 1.1rem;
      color: #f1f1f1;
    }

    .setup-price {
      font-size: 2.4rem;
      font-weight: 700;
      color: #ff6b5f;
      margin-bottom: 25px;
    }

    .setup-list {
      max-width: 650px;
      margin: 0 auto 30px;
      text-align: left;
      background: rgba(255, 255, 255, .08);
      padding: 25px 30px;
      border-radius: 15px;
    }

    .setup-list div {
      padding: 8px 0;
    }

    .setup-list i {
      color: #ff6b5f;
      margin-right: 10px;
    }

    .template-contact {
      padding: 70px 20px;
      text-align: center;
      background: #fff;
    }

    .template-contact h2 {
      font-weight: 700;
      margin-bottom: 15px;
    }

    .template-contact p {
      color: #666;
      margin-bottom: 25px;
    }

    .contact-template-btn {
      display: inline-block;
      background: #333;
      color: #fff;
      padding: 13px 28px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      transition: .3s;
    }

    .contact-template-btn:hover {
      background: #a8201a;
      color: #fff;
    }

    @media (max-width: 768px) {
      .templates-page {
        padding-top: 105px;
      }

      .templates-hero {
        padding: 65px 18px;
      }

      .templates-intro {
        padding-top: 55px;
      }

      .template-preview {
        height: 200px;
      }

      .template-body {
        padding: 25px 22px;
      }

      .template-body p {
        min-height: auto;
      }

      .setup-section {
        margin-top: 55px;
        padding: 60px 18px;
      }
    }

    /* Image styling inside template preview cards */
.template-preview .template-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}

/* Zoom effect on card hover */
.template-card:hover .template-preview .template-img {
  transform: scale(1.05);
}

/* Updated Hover State to keep the lower position when hovered */
.order-btn:hover {
  background-color: #801813;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  transform: translateY(76px);
}

/* Smooth Modal Animation & Backdrop */
.custom-order-modal .modal-dialog {
  transform: scale(0.92);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.custom-order-modal.show .modal-dialog {
  transform: scale(1);
}

/* Card Styling */
.custom-order-modal .modal-content {
  border: none;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

/* Clean Form Inputs */
.custom-order-modal .form-control,
.custom-order-modal .form-select {
  border-radius: 10px;
  padding: 0.65rem 0.9rem;
  border: 1px solid #e0e0e0;
  background-color: #f9f9fb;
  font-size: 0.95rem;
  transition: all 0.2s ease-in-out;
}

.custom-order-modal .form-control:focus,
.custom-order-modal .form-select:focus {
  background-color: #fff;
  border-color: #0d6efd;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
}

/* Button Improvements */
.custom-order-modal .modal-submit-btn {
  border-radius: 10px;
  letter-spacing: 0.5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.custom-order-modal .modal-submit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(13, 110, 253, 0.3);
}

.custom-order-modal .modal-submit-btn:active {
  transform: translateY(0);
}

/* Red Asterisk for Required Fields */
.required-label::after {
  content: " *";
  color: #dc3545; /* Bootstrap danger red */
  font-weight: bold;
}

/* Media for Jumbotron */
@media (max-width:768px) {

  .jumbotron {
    min-height: 500px;
    padding: 20px;
  }

  .brand-title {
    font-size: 2rem;
  }

  .brand-subtitle {
    font-size: 1.2rem;
  }

  .order-btn {
    transform: translateY(40px); /* Lower shift for small screens */
    width: 180px;
    padding: 12px 20px;
    font-size: .95rem;
  }

  .order-btn:hover {
    transform: translateY(38px);
  }
}

.special-image {
  width: 250px;
  height: 250px;
  min-width: 250px;
  max-width: 250px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.special-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  /* margin: 12px 0; */
  margin-bottom: 18px;
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 8px;
  border-left: 6px solid #d9534f;
  transition: background-color 0.3s ease;
}

.special-item:hover {
  background-color: #ffe6e1;
  border-left-color: #a6362a;
}


.special-content {
  flex: 1;
  min-width: 0;
}

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

  .special-item {
    gap: 10px;
    padding: 10px;
    margin-bottom: 12px;
  }

  .special-image {
    width: 90px;
    height: 90px;
    min-width: 90px;
    max-width: 90px;
    flex: 0 0 90px;
  }

  .special-name {
    font-size: 15px;
    line-height: 1.2;
  }

  .special-description {
    font-size: 13px;
    line-height: 1.3;
  }

  .special-price {
    font-size: 13px;
  }
}

@media screen and (max-width: 576px) {
  .special-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .special-image {
    width: 100% !important;
    max-width: 100% !important;
    height: 180px !important;
    min-width: 0 !important;
    flex: none !important;
    object-fit: cover;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}