@font-face {
  font-family: "Soulcraft";
  src: url("../fonts/soulcraftgx.ttf");
}

@font-face {
  font-family: "Bilo, sans-serif";
  src: url("../fonts/bilo.otf");
}

.home-main {
  position: relative;
}

.nav-bar .header {
  padding: 20px 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
}

@media (max-width: 1200px) {
  .nav-bar .header {
    padding: 20px 20px;
  }
}

.nav-bar .header .div-left {
  display: flex;
  align-items: center;
  flex: 1;
}

.nav-bar .header .links {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
}

.nav-bar .header .links a {
  font-size: 18px;
  font-family: "soulcraft";
  font-weight: 400;
  color: #000;
  text-decoration: none;
  position: relative;
}

.nav-bar .header .links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #ff0000;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-bar .header .links a:hover::after,
.nav-bar .header .links a.active::after {
  width: 100%;
}

.nav-bar .header .nav-bar-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1100px) {
  .nav-bar .header {
    display: none;
  }
}

.nav-bar .mob-nav-btn {
  border: none;
  outline: none;
  background: none;
}

.nav-bar .mobile-nav {
  display: none;
  position: relative;
  z-index: 3;
}

@media (max-width: 1100px) {
  .nav-bar .mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    background-color: #ffffff;
  }

  .nav-bar .mobile-nav .mobile-logo {
    margin: 0 auto;
    transform: translateX(16px);
  }

  .nav-bar .mobile-nav #nav-icon3 {
    width: 40px;
    height: 30px;
    position: relative;
    cursor: pointer;
  }

  .nav-bar .mobile-nav #nav-icon3 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transform-origin: center;
    transition: all 0.3s ease-in-out;
  }

  .nav-bar .mobile-nav #nav-icon3 span:nth-child(1) {
    top: 0px;
  }

  .nav-bar .mobile-nav #nav-icon3 span:nth-child(2),
  .nav-bar .mobile-nav #nav-icon3 span:nth-child(3) {
    top: 12px;
  }

  .nav-bar .mobile-nav #nav-icon3 span:nth-child(4) {
    top: 24px;
  }

  .nav-bar .mobile-nav #nav-icon3.active span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
  }

  .nav-bar .mobile-nav #nav-icon3.active span:nth-child(2) {
    transform: rotate(45deg);
  }

  .nav-bar .mobile-nav #nav-icon3.active span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .nav-bar .mobile-nav #nav-icon3.active span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%;
  }
}

.nav-bar .mobile-menu {
  display: none;
}

@media (max-width: 1100px) {
  .nav-bar .mobile-menu {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background: #cf0a2c;
    flex-direction: column;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease-in-out;
    z-index: 999;
    gap: 30px;
  }

  .nav-bar .mobile-menu a {
    color: white;
    text-decoration: none;
    padding: 12px 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: "Soulcraft";
    font-weight: 300;
  }

  .nav-bar .mobile-menu.active {
    height: 100vh;
  }

  .nav-bar .mobile-menu .mobile-menu-inner {
    /* Padding goes here */
    padding: 50px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

.nav-collection-delivery {
  display: flex;
  align-items: center;
}

.nav-collection-delivery a {
  display: flex;
  align-items: center;
  text-decoration: none;
  background: red;
  padding: 7px 16px 2px;
  transition: background 0.4s ease;
  color: #ffffff;
}

.nav-collection-delivery a:hover {
  background: #ffffff;
  color: red;
}

.nav-collection-delivery .collection-delivery-component-one {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 2px solid #ffffff;
}

.nav-collection-delivery .icon-component svg {
  width: 35px;
  height: 35px;
  color: currentColor;
  transition: color 0.4s ease;
}

.nav-collection-delivery .block-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.nav-collection-delivery .block-text .small-text {
  font-size: 10px;
  font-family: "soulcraft";
  font-weight: 700;
  line-height: 17px;
  color: #ffffff;
  text-transform: capitalize;
}

.nav-collection-delivery .block-text .bold-text {
  font-size: 20px;
  font-family: "soulcraft";
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
}

.nav-collection-delivery a:hover .block-text .small-text,
.nav-collection-delivery a:hover .block-text .bold-text {
  color: red;
}

.first-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}

.first-section .text-centering {
  padding: 20% 50px 20%;
  /* margin-top: 50px; */
}

.first-section .main-text {
  width: 600px;
  font-size: 100px;
  font-family: "Soulcraft", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: left;
  color: white;
}

@media (max-width: 991px) {
  .first-section .main-text {
    font-size: 100px;
  }
}

@media (max-width: 768px) {
  .first-section .main-text {
    font-size: 80px;
  }
}

@media (max-width: 600px) {
  .first-section .main-text {
    width: unset;
    font-size: 60px;
    text-align: center;
  }
}

@media (max-width: 550px) {
  .first-section .main-text {
    width: unset;
    font-size: 40px;
    text-align: center;
  }
}

.promo-bar {
  width: 100%;
  display: flex;
  padding: 16px 0;
  overflow: hidden;
  position: relative;
  background-color: rgb(190, 30, 45);
}

.promo-bar .promo-content {
  gap: 40px;
  display: flex;
  padding: 0 0 0 40px;
  align-items: center;
  flex-shrink: 0;
  animation: scroll-promo 20s linear infinite;
}

.promo-bar .promo-content .promo-text {
  color: var(--dl-color-paragraph-paragraph1);
  font-size: 15px;
  font-family: Encode Sans Semi Condensed;
  font-weight: 600;
  letter-spacing: -0.02em;
}

@keyframes scroll-promo {
  0% {
    transform: translateX(100vw);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 600px) {
  .promo-bar {
    display: none;
  }
}

.find-us-section {
  background-image: url("../public/tq_ec6-jnxrdy-2jve-400h.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

@media (max-width: 600px) {
  .find-us-section {
    padding: 0 7%;
  }
}

.find-us-section .find-us-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.find-us-section .find-us-content h2 {
  font-family: "Soulcraft";
  font-weight: 300;
  line-height: 1.2;
  color: #000;
  font-size: 45px;
  margin: 0;
}

.find-us-section .postcode-input {
  height: 65px;
  border-bottom: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.find-us-section .postcode-input ::placeholder {
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
}

.submit-search {
  height: 100%;
  background-color: #000 !important;
  border-bottom: 0;
  border-radius: 0 !important;
  border-start-end-radius: 4px !important;
  border-end-end-radius: 4px !important;
}

.icon {
  width: 30px;
  height: 22px;
}

.explore-about-us {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
}

.explore-about-us .explore-flavours {
  background-image: url("../public/tq_s0p3whnnth-uu8i-1500w.png");
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.explore-about-us.section-two .explore-flavours {
  background-image: url("../public/chicking_shop_banner.jpg");
}

@media (max-width: 991px) {
  .explore-about-us .explore-flavours {
    flex: 1 1 100%;
    min-height: 70vh;
  }
}

.explore-about-us .explore-flavours .content-block {
  align-self: end;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

@media (max-width: 600px) {
  .explore-about-us .explore-flavours .content-block {
    gap: 10px;
  }
}

.explore-about-us .explore-flavours .content-block h2 {
  font-family: "Soulcraft";
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  font-size: 45px;
}

@media (max-width: 600px) {
  .explore-about-us .explore-flavours .content-block h2 {
    font-family: "Soulcraft";
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
    font-size: 25px;
    margin: 0;
  }
}

.explore-about-us .explore-flavours .content-block p {
  max-width: 90%;
  font-size: 21px;
  font-family: "Bilo, sans-serif";
  font-weight: 600;
  margin: 0;
  line-height: 1.14;
  color: #ffffff;
}

@media (max-width: 600px) {
  .explore-about-us .explore-flavours .content-block p {
    max-width: 90%;
    font-size: 15px;
    font-family: "Bilo, sans-serif";
    font-weight: 600;
    /* margin: 1.5rem 0 2.5rem; */
    line-height: 1.14;
    color: #ffffff;
  }
}

.explore-about-us .explore-flavours .content-block .explore-btn {
  display: flex;
  padding: 18px 26px;
  align-items: center;
  border: 1px solid rgb(239, 129, 36);
  justify-content: center;
  text-decoration: none;
  background-color: rgb(190, 30, 45);
  cursor: pointer;
  transition: all 0.3s ease;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-family: "soulcraft";
  font-weight: 400;
}

.explore-about-us .explore-flavours .content-block .explore-btn:hover {
  background: #ffffff;
  color: red;
}

.explore-about-us .about-us {
  background-image: url("../public/tasty_chicken.png");
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.explore-about-us.section-two .about-us {
  background-image: url("../public/flavor_sauce.png");
}

@media (max-width: 991px) {
  .explore-about-us .about-us {
    flex: 1 1 100%;
    min-height: 70vh;
  }
}

.explore-about-us .about-us .content-block {
  align-self: end;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.explore-about-us .about-us .content-block h2 {
  font-family: "Soulcraft";
  font-weight: 300;
  line-height: 1.2;
  color: #ffffff;
  font-size: 45px;
}

@media (max-width: 600px) {
  .explore-about-us .about-us .content-block h2 {
    font-family: "Soulcraft";
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
    font-size: 25px;
    margin: 0;
  }
}

.explore-about-us .about-us .content-block p {
  max-width: 90%;
  font-size: 21px;
  font-family: "Bilo, sans-serif";
  font-weight: 600;
  margin: 0;
  line-height: 1.14;
  color: #ffffff;
}

@media (max-width: 600px) {
  .explore-about-us .about-us .content-block p {
    max-width: 90%;
    font-size: 15px;
    font-family: "Bilo, sans-serif";
    font-weight: 600;
    margin: 0;
    line-height: 1.14;
    color: #ffffff;
  }
}

.explore-about-us .about-us .content-block .explore-btn {
  display: flex;
  padding: 18px 26px;
  align-items: center;
  border: 1px solid rgb(239, 129, 36);
  justify-content: center;
  text-decoration: none;
  background-color: rgb(190, 30, 45);
  cursor: pointer;
  transition: all 0.3s ease;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-family: "soulcraft";
  font-weight: 400;
}

.explore-about-us .about-us .content-block .explore-btn:hover {
  background: #ffffff;
  color: red;
}

.chicking-carousel {
  padding: 5% 0;
  background: #ffffff;
}

.chicking-carousel .carousel-heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.chicking-carousel .carousel-heading-t {
  font-size: 70px;
  color: #fff;
  text-align: center;
  display: flex;
}

@media (max-width: 640px) {
  .chicking-carousel {
    padding: 5% 10%;
  }
}

.swiper {
  padding: 6% 0 6% 0 !important;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.join-team-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: row;
  flex-wrap: wrap;
}

.join-team-container .join-team-content {
  position: relative;
}

.join-team-container .join-team-inner {
  align-self: center;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-hero-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.grid-hero-wrapper .grid-hero-first-column {
  flex: 1 0 50%;
}

@media (max-width: 991.98px) {
  .grid-hero-wrapper .grid-hero-first-column {
    flex: 1 0 50%;
  }
}

@media (max-width: 768px) {
  .grid-hero-wrapper .grid-hero-first-column {
    flex: 1 0 100%;
  }
}

.grid-hero-wrapper .grid-hero-first-column .hero-wrapper {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.grid-hero-wrapper .grid-hero-first-column .hero-wrapper .inner-img-wrapper {
  height: 100%;
}

.grid-hero-wrapper .grid-hero-first-column .hero-wrapper .background-video-wrapper {
  position: absolute;
  display: flex;
  top: 53%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.grid-hero-wrapper .grid-hero-first-column .hero-wrapper .background-video-wrapper .hero-content {
  align-self: center;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-hero-wrapper .grid-hero-second-column {
  flex: 1 0 50%;
}

@media (max-width: 991.98px) {
  .grid-hero-wrapper .grid-hero-second-column {
    flex: 1 0 50%;
  }
}

@media (max-width: 768px) {
  .grid-hero-wrapper .grid-hero-second-column {
    flex: 1 0 100%;
  }
}

.grid-hero-wrapper .grid-hero-second-column .hero-wrapper {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.grid-hero-wrapper .grid-hero-second-column .hero-wrapper .inner-img-wrapper {
  height: 100%;
}

.grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper {
  position: absolute;
  display: flex;
  top: 53%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content {
  align-self: center;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  padding: 1.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content h2 {
  font-family: "soulcraft";
  font-weight: 900;
  line-height: 1.2;
  color: #ffffff;
  font-size: 45px;
}

@media (max-width: 1200px) {
  .grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content h2 {
    font-size: 35px;
  }
}

@media (max-width: 800px) {
  .grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content h2 {
    font-size: 25px;
  }
}

.grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content p {
  font-family: "bilo, sans-serif";
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  font-size: 40px;
}

@media (max-width: 1200px) {
  .grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content p {
    font-size: 30px;
    font-weight: 600;
  }
}

@media (max-width: 800px) {
  .grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content p {
    font-size: 18px;
    font-weight: 600;
  }
}

.grid-hero-wrapper .grid-hero-second-column .hero-wrapper .background-video-wrapper .hero-content .apply-btn {
  border: none;
  outline: none;
  display: flex;
  padding: 18px 26px;
  align-items: center;
  border: 1px solid rgb(239, 129, 36);
  justify-content: center;
  background-color: rgb(190, 30, 45);
  cursor: pointer;
  transition: 0.3s;
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-family: "soulcraft";
  font-weight: 400;
}

.chicking-footer {
  background-color: #000;
  color: #f5e6c5;
  padding: 3rem 5%;
  font-family: "Poppins", sans-serif;
}

.chicking-footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #222;
  padding-bottom: 2rem;
  text-align: center;
  align-items: center;
}

.chicking-footer .footer-top .footer-brand {
  /* flex: 1 1 250px; */
  text-align: left;
}

.chicking-footer .footer-top .footer-brand .footer-logo {
  width: 120px;
  margin-bottom: 1rem;
}

.chicking-footer .footer-top .footer-brand p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.chicking-footer .footer-top .footer-brand .join-btn {
  background-color: #b5121b;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
  transition: 0.3s;
}

.chicking-footer .footer-top .footer-brand .join-btn:hover {
  background-color: #d91e2b;
}

/* Container for both buttons */
.store-buttons-container {
  display: flex;
  gap: 0.3rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* Button Styles */
.playstore-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 9999px;
  background-color: transparent;
  padding: 0.4rem 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  outline: 0;
  transition: all 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

.playstore-button:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.playstore-button:hover .icon {
  color: #000;
}

.icon {
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
}

.texts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.text-1 {
  margin-bottom: 0.25rem;
  font-size: 0.70rem;
  line-height: 1rem;
}

.text-2 {
  font-weight: 300;
}



.chicking-footer .footer-top .footer-brand .footer-socials {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
}

.chicking-footer .footer-top .footer-brand .footer-socials a {
  color: #f5e6c5;
  font-size: 1.2rem;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .chicking-footer .footer-top .footer-brand {
    /* flex: 1 1 170px; */
  }
}

.chicking-footer .footer-top .footer-links {
  /* flex: 1 1 200px; */
}

@media (max-width: 768px) {
  .chicking-footer .footer-top .footer-links {
    /* flex: 1 1 170px; */
  }
}

.chicking-footer .footer-top .footer-links h4 {
  color: #b5121b;
  margin-bottom: 1rem;
}

.chicking-footer .footer-top .footer-links a {
  display: block;
  color: #f5e6c5;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: 0.3s;
}

.chicking-footer .footer-top .footer-links a:hover {
  color: #b5121b;
}

.chicking-footer .footer-top .footer-contact {
  /* flex: 1 1 250px; */
}

.chicking-footer .footer-top .footer-contact h4 {
  color: #b5121b;
  margin-bottom: 1rem;
}

.chicking-footer .footer-top .footer-contact p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.chicking-footer .footer-top .footer-contact .contact-number {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
  color: #fff;
}

.chicking-footer .footer-bottom {
  text-align: center;
  margin-top: 2rem;
}

.chicking-footer .footer-bottom p {
  font-size: 0.9rem;
  color: #999;
}

.chicking-footer .footer-bottom .footer-bottom-links {
  margin-top: 0.5rem;
}

.chicking-footer .footer-bottom .footer-bottom-links a {
  color: #f5e6c5;
  margin: 0 0.5rem;
  font-size: 0.9rem;
  text-decoration: none;
}

.chicking-footer .footer-bottom .footer-bottom-links a:hover {
  color: #b5121b;
}

@media (max-width: 768px) {
  .store-buttons-container {
    flex-direction: column;
  }

  .chicking-footer .footer-logo {
    margin: 0 auto;
  }

  .chicking-footer .footer-top {
    flex-direction: column;
    text-align: center;
  }

  .chicking-footer .footer-top .footer-brand {
    text-align: center;
  }

  .chicking-footer .footer-top .footer-links,
  .chicking-footer .footer-top .footer-contact {
    margin-top: 1.5rem;
  }
}

/* .text-centering {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  padding: 0 20px; 
}


@media (max-width: 991px) {
  .first-section .main-text {
    font-size: 80px;
  }
}

@media (max-width: 600px) {
  .first-section .main-text {
    font-size: 60px;
  }
} */

/* ===================================
   PROMOTIONAL BANNER SECTION
   =================================== */

.promo-banner {
  position: relative;
  width: 100%;
  min-height: 400px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d1810 50%, #1a1a1a 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.promo-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(191, 68, 8, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.promo-banner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 60px;
  width: 100%;
  gap: 40px;
}

.promo-banner-content {
  flex: 1;
  z-index: 2;
  max-width: 550px;
}

.promo-badge {
  display: inline-block;
  background: linear-gradient(90deg, #BF4408 0%, #E65103 100%);
  color: #fff;
  padding: 8px 16px;
  font-family: "Soulcraft", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-radius: 2px;
  box-shadow: 0 4px 15px rgba(230, 81, 3, 0.4);
}

.promo-banner-title {
  font-family: "Soulcraft", sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 20px 0;
  color: #fff;
}

.promo-banner-title .highlight {
  color: #E65103;
  position: relative;
  display: inline-block;
}

.promo-banner-title .highlight::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #BF4408, #E65103);
  border-radius: 2px;
}

.promo-banner-subtitle {
  font-family: "Bilo, sans-serif";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 25px;
  line-height: 1.5;
}

.promo-banner-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: transparent;
  border: 2px solid #E65103;
  color: #fff;
  font-family: "Soulcraft", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.promo-banner-cta:hover {
  background: #E65103;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(230, 81, 3, 0.4);
}

.promo-banner-cta svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.promo-banner-cta:hover svg {
  transform: translateX(5px);
}

.promo-deadline {
  margin-top: 20px;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.promo-deadline strong {
  color: #E65103;
}

.promo-banner-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

.promo-banner-image img {
  max-width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
  transition: transform 0.4s ease;
}

.promo-banner-image:hover img {
  transform: scale(1.05);
}

/* Decorative elements */
.promo-banner-decor {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(230, 81, 3, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.promo-banner-decor.decor-1 {
  top: -100px;
  right: 20%;
}

.promo-banner-decor.decor-2 {
  bottom: -150px;
  left: 10%;
}

/* Responsive styles */
@media (max-width: 1100px) {
  .promo-banner-container {
    padding: 40px 40px;
  }

  .promo-banner-title {
    font-size: 48px;
  }
}

@media (max-width: 900px) {
  .promo-banner {
    min-height: auto;
  }

  .promo-banner-container {
    flex-direction: column;
    text-align: center;
    padding: 50px 30px;
  }

  .promo-banner-content {
    max-width: 100%;
    order: 2;
  }

  .promo-banner-image {
    order: 1;
    margin-bottom: 20px;
  }

  .promo-banner-image img {
    max-height: 250px;
  }

  .promo-banner-title {
    font-size: 42px;
  }
}

@media (max-width: 600px) {
  .promo-banner-container {
    padding: 40px 20px;
  }

  .promo-banner-title {
    font-size: 32px;
  }

  .promo-badge {
    font-size: 10px;
    padding: 6px 12px;
  }

  .promo-banner-subtitle {
    font-size: 15px;
  }

  .promo-banner-cta {
    padding: 14px 24px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .promo-banner-image img {
    max-height: 200px;
  }
}

/* ===================================
   PROMOTIONAL DIVIDERS
   =================================== */

.promo-divider {
  width: 100%;
  height: 8px;
  background: #ffffff;
  position: relative;
}

.promo-divider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #BF4408 0%, #E65103 50%, #BF4408 100%);
}

.promo-divider.divider-top {
  background: linear-gradient(90deg, #cf0a2c 0%, #E65103 100%);
  height: 6px;
}

.promo-divider.divider-top::before {
  display: none;
}

/* ===================================
   PROMOTIONAL BANNER - DARK VARIANT (Enhanced)
   =================================== */

.promo-banner.banner-dark {
  background: linear-gradient(135deg, #0d0d0d 0%, #1a1008 40%, #2d1810 70%, #1a1008 100%);
}

.promo-banner.banner-dark::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(230, 81, 3, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 20% 80%, rgba(191, 68, 8, 0.06) 0%, transparent 40%);
  pointer-events: none;
}

/* Flame effect for highlighted text */
.promo-banner-title .flame-text {
  color: #E65103;
  position: relative;
  display: inline-block;
  text-shadow:
    0 0 10px rgba(230, 81, 3, 0.5),
    0 0 20px rgba(230, 81, 3, 0.3),
    0 0 30px rgba(230, 81, 3, 0.2);
  animation: flame-glow 2s ease-in-out infinite alternate;
}

@keyframes flame-glow {
  0% {
    text-shadow:
      0 0 10px rgba(230, 81, 3, 0.5),
      0 0 20px rgba(230, 81, 3, 0.3),
      0 0 30px rgba(230, 81, 3, 0.2);
  }
  100% {
    text-shadow:
      0 0 15px rgba(230, 81, 3, 0.7),
      0 0 30px rgba(230, 81, 3, 0.5),
      0 0 45px rgba(230, 81, 3, 0.3);
  }
}

/* ===================================
   PROMOTIONAL BANNER - RED VARIANT (Deal Focused)
   =================================== */

.promo-banner.banner-red {
  background: linear-gradient(135deg, #b5121b 0%, #cf0a2c 50%, #a00f17 100%);
  min-height: 350px;
}

.promo-banner.banner-red::before {
  background:
    radial-gradient(ellipse at 30% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse at 90% 30%, rgba(0, 0, 0, 0.1) 0%, transparent 40%);
}

.promo-banner.banner-red::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  pointer-events: none;
}

.promo-banner.banner-red .promo-banner-container {
  flex-direction: row-reverse;
}

.promo-banner.banner-red .promo-badge {
  background: #ffffff;
  color: #cf0a2c;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.promo-banner.banner-red .promo-banner-title {
  color: #ffffff;
  font-size: 52px;
}

.promo-banner.banner-red .promo-banner-title .highlight {
  color: #ffffff;
  position: relative;
}

.promo-banner.banner-red .promo-banner-title .highlight::after {
  display: none;
}

.promo-banner.banner-red .price-tag {
  display: inline-block;
  font-family: "Soulcraft", sans-serif;
  font-size: 72px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin: 10px 0 15px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.promo-banner.banner-red .price-tag .currency {
  font-size: 42px;
  vertical-align: top;
  margin-right: 5px;
}

.promo-banner.banner-red .promo-banner-subtitle {
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
}

.promo-banner.banner-red .promo-banner-cta {
  background: #ffffff;
  color: #cf0a2c;
  border: 2px solid #ffffff;
  font-weight: 700;
}

.promo-banner.banner-red .promo-banner-cta:hover {
  background: transparent;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.promo-banner.banner-red .promo-deadline {
  color: rgba(255, 255, 255, 0.85);
}

.promo-banner.banner-red .promo-deadline strong {
  color: #ffffff;
  font-weight: 700;
}

.promo-banner.banner-red .promo-banner-image img {
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.4));
}

/* Red banner responsive */
@media (max-width: 900px) {
  .promo-banner.banner-red .promo-banner-container {
    flex-direction: column;
  }

  .promo-banner.banner-red .promo-banner-content {
    order: 2;
  }

  .promo-banner.banner-red .promo-banner-image {
    order: 1;
  }

  .promo-banner.banner-red .promo-banner-title {
    font-size: 38px;
  }

  .promo-banner.banner-red .price-tag {
    font-size: 56px;
  }

  .promo-banner.banner-red .price-tag .currency {
    font-size: 32px;
  }
}

@media (max-width: 600px) {
  .promo-banner.banner-red .promo-banner-title {
    font-size: 28px;
  }

  .promo-banner.banner-red .price-tag {
    font-size: 48px;
  }

  .promo-banner.banner-red .price-tag .currency {
    font-size: 28px;
  }
}

/* ===================================
   PROMOTIONAL SECTION WRAPPER
   =================================== */

.promo-section-wrapper {
  position: relative;
}

/* Floating food particles animation */
.promo-banner .floating-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(230, 81, 3, 0.6);
  border-radius: 50%;
  pointer-events: none;
  animation: float-particle 4s ease-in-out infinite;
}

.promo-banner .floating-particle:nth-child(1) {
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.promo-banner .floating-particle:nth-child(2) {
  top: 60%;
  left: 85%;
  animation-delay: 1s;
}

.promo-banner .floating-particle:nth-child(3) {
  top: 80%;
  left: 15%;
  animation-delay: 2s;
}

@keyframes float-particle {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translateY(-20px) scale(1.2);
    opacity: 1;
  }
}

/* Enhanced image hover effects */
.promo-banner-image {
  position: relative;
}

.promo-banner-image::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(230, 81, 3, 0.1) 0%, transparent 60%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.promo-banner-image:hover::before {
  opacity: 1;
}

/* Pulse animation for CTA */
.promo-banner-cta {
  position: relative;
  overflow: hidden;
}

.promo-banner-cta::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.promo-banner-cta:hover::before {
  width: 300px;
  height: 300px;
}

/* ===================================
   PROMOTIONAL BANNER - ORANGE/GOLD VARIANT (Indulgent)
   =================================== */

.promo-banner.banner-orange {
  background: linear-gradient(135deg, #1a0f00 0%, #2d1a0a 30%, #3d2010 60%, #2d1a0a 100%);
  min-height: 380px;
  position: relative;
}

.promo-banner.banner-orange::before {
  background:
    radial-gradient(ellipse at 25% 50%, rgba(239, 129, 36, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse at 75% 30%, rgba(255, 193, 7, 0.1) 0%, transparent 40%);
}

.promo-banner.banner-orange::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(180deg, rgba(239, 129, 36, 0.05) 0%, transparent 30%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 30%);
  pointer-events: none;
}

/* Cheese drip decoration */
.promo-banner.banner-orange .cheese-drip {
  position: absolute;
  top: 0;
  width: 100%;
  height: 20px;
  background: linear-gradient(180deg, #EF8124 0%, transparent 100%);
  opacity: 0.6;
}

.promo-banner.banner-orange .cheese-drip::before,
.promo-banner.banner-orange .cheese-drip::after {
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  height: 40px;
  background: linear-gradient(180deg, #EF8124 0%, #d4710f 50%, transparent 100%);
  border-radius: 0 0 50% 50%;
  animation: drip 3s ease-in-out infinite;
}

.promo-banner.banner-orange .cheese-drip::before {
  left: 15%;
  animation-delay: 0s;
}

.promo-banner.banner-orange .cheese-drip::after {
  left: 75%;
  animation-delay: 1.5s;
}

@keyframes drip {
  0%, 100% {
    height: 35px;
    opacity: 0.8;
  }
  50% {
    height: 50px;
    opacity: 1;
  }
}

.promo-banner.banner-orange .promo-badge {
  background: linear-gradient(90deg, #EF8124 0%, #FFC107 100%);
  color: #1a0f00;
  font-weight: 800;
  box-shadow: 0 4px 20px rgba(239, 129, 36, 0.5);
}

.promo-banner.banner-orange .promo-banner-title {
  color: #ffffff;
  font-size: 54px;
}

.promo-banner.banner-orange .promo-banner-title .highlight {
  background: linear-gradient(90deg, #EF8124 0%, #FFC107 50%, #EF8124 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  filter: drop-shadow(0 2px 4px rgba(239, 129, 36, 0.5));
}

.promo-banner.banner-orange .promo-banner-title .highlight::after {
  display: none;
}

/* Sizzle text effect */
.promo-banner.banner-orange .sizzle-text {
  position: relative;
  display: inline-block;
}

.promo-banner.banner-orange .sizzle-text::before {
  content: '🔥';
  position: absolute;
  top: -15px;
  right: -25px;
  font-size: 20px;
  animation: sizzle 1s ease-in-out infinite alternate;
}

@keyframes sizzle {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  100% {
    transform: scale(1.2) rotate(5deg);
  }
}

.promo-banner.banner-orange .promo-banner-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
}

.promo-banner.banner-orange .promo-banner-cta {
  background: linear-gradient(90deg, #EF8124 0%, #d4710f 100%);
  border: 2px solid #EF8124;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.promo-banner.banner-orange .promo-banner-cta:hover {
  background: linear-gradient(90deg, #FFC107 0%, #EF8124 100%);
  border-color: #FFC107;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(239, 129, 36, 0.5);
}

.promo-banner.banner-orange .promo-deadline {
  color: rgba(255, 255, 255, 0.75);
}

.promo-banner.banner-orange .promo-deadline strong {
  color: #FFC107;
  font-weight: 700;
}

.promo-banner.banner-orange .promo-banner-image img {
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5)) saturate(1.1);
  max-height: 320px;
}

.promo-banner.banner-orange .promo-banner-image:hover img {
  filter: drop-shadow(0 25px 50px rgba(239, 129, 36, 0.4)) saturate(1.2);
  transform: scale(1.08) rotate(2deg);
}

/* Steam/smoke effect */
.promo-banner.banner-orange .steam {
  position: absolute;
  width: 8px;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  border-radius: 50%;
  filter: blur(8px);
  animation: steam-rise 2s ease-out infinite;
  pointer-events: none;
}

.promo-banner.banner-orange .steam:nth-child(1) {
  right: 30%;
  top: 20%;
  animation-delay: 0s;
}

.promo-banner.banner-orange .steam:nth-child(2) {
  right: 35%;
  top: 25%;
  animation-delay: 0.5s;
}

.promo-banner.banner-orange .steam:nth-child(3) {
  right: 25%;
  top: 22%;
  animation-delay: 1s;
}

@keyframes steam-rise {
  0% {
    opacity: 0;
    transform: translateY(0) scaleX(1);
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: translateY(-60px) scaleX(2);
  }
}

/* Orange banner responsive */
@media (max-width: 1100px) {
  .promo-banner.banner-orange .promo-banner-title {
    font-size: 46px;
  }
}

@media (max-width: 900px) {
  .promo-banner.banner-orange {
    min-height: auto;
  }

  .promo-banner.banner-orange .promo-banner-title {
    font-size: 38px;
  }

  .promo-banner.banner-orange .promo-banner-image img {
    max-height: 250px;
  }

  .promo-banner.banner-orange .cheese-drip::before,
  .promo-banner.banner-orange .cheese-drip::after {
    display: none;
  }

  .promo-banner.banner-orange .steam {
    display: none;
  }
}

@media (max-width: 600px) {
  .promo-banner.banner-orange .promo-banner-title {
    font-size: 30px;
  }

  .promo-banner.banner-orange .sizzle-text::before {
    font-size: 16px;
    top: -12px;
    right: -20px;
  }

  .promo-banner.banner-orange .promo-banner-image img {
    max-height: 200px;
  }

  .promo-banner.banner-orange .cheese-drip {
    display: none;
  }
}

/* ===================================
   DEALS GRID SECTION
   =================================== */

.deals-section {
  background: linear-gradient(180deg, #0d0d0d 0%, #1a1a1a 50%, #0d0d0d 100%);
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.deals-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(191, 68, 8, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 80%, rgba(207, 10, 44, 0.06) 0%, transparent 50%);
  pointer-events: none;
}

.deals-section-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.deals-section-badge {
  display: inline-block;
  background: linear-gradient(90deg, #cf0a2c 0%, #E65103 100%);
  color: #fff;
  padding: 8px 20px;
  font-family: "Soulcraft", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-radius: 2px;
}

.deals-section-title {
  font-family: "Soulcraft", sans-serif;
  font-size: 52px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 15px 0;
  line-height: 1.1;
}

.deals-section-title span {
  color: #E65103;
}

.deals-section-subtitle {
  font-family: "Bilo, sans-serif";
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 500px;
  margin: 0 auto;
}

/* Deals Grid */
.deals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Deal Card */
.deal-card {
  background: linear-gradient(145deg, #1f1f1f 0%, #151515 100%);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.deal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  border-color: rgba(230, 81, 3, 0.3);
}

.deal-card-image {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: linear-gradient(135deg, #2d1810 0%, #1a0f08 100%);
}

.deal-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.deal-card:hover .deal-card-image img {
  transform: scale(1.1);
}

.deal-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #cf0a2c;
  color: #fff;
  padding: 5px 12px;
  font-family: "Soulcraft", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  z-index: 2;
}

.deal-card-badge.badge-hot {
  background: linear-gradient(90deg, #E65103 0%, #ff6b1a 100%);
}

.deal-card-badge.badge-new {
  background: linear-gradient(90deg, #00a651 0%, #00c853 100%);
}

.deal-card-badge.badge-popular {
  background: linear-gradient(90deg, #9c27b0 0%, #ba68c8 100%);
}

.deal-card-content {
  padding: 20px;
}

.deal-card-title {
  font-family: "Soulcraft", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.deal-card-description {
  font-family: "Bilo, sans-serif";
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 15px 0;
  line-height: 1.4;
  min-height: 40px;
}

.deal-card-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.deal-card-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.deal-card-price .current-price {
  font-family: "Soulcraft", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #E65103;
}

.deal-card-price .original-price {
  font-family: "Bilo, sans-serif";
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: line-through;
}

.deal-card-savings {
  background: rgba(0, 166, 81, 0.15);
  color: #00c853;
  padding: 4px 10px;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  border-radius: 20px;
  text-transform: uppercase;
}

.deal-card-cta {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(90deg, #cf0a2c 0%, #E65103 100%);
  color: #ffffff;
  font-family: "Soulcraft", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.deal-card-cta:hover {
  background: linear-gradient(90deg, #E65103 0%, #ff6b1a 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(230, 81, 3, 0.4);
}

/* Featured Deal Card (Larger) */
.deal-card.deal-featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.deal-card.deal-featured .deal-card-image {
  height: 100%;
  min-height: 280px;
}

.deal-card.deal-featured .deal-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}

.deal-card.deal-featured .deal-card-title {
  font-size: 28px;
  margin-bottom: 12px;
}

.deal-card.deal-featured .deal-card-description {
  font-size: 16px;
  min-height: auto;
  margin-bottom: 20px;
}

.deal-card.deal-featured .deal-card-price .current-price {
  font-size: 38px;
}

.deal-card.deal-featured .deal-card-price .original-price {
  font-size: 20px;
}

/* View All Deals Link */
.deals-view-all {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.deals-view-all a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: "Soulcraft", sans-serif;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 30px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.deals-view-all a:hover {
  border-color: #E65103;
  color: #E65103;
  background: rgba(230, 81, 3, 0.1);
}

.deals-view-all a svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.deals-view-all a:hover svg {
  transform: translateX(5px);
}

/* Deals Grid Responsive */
@media (max-width: 1100px) {
  .deals-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .deal-card.deal-featured {
    grid-column: span 2;
  }

  .deals-section-title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .deals-section {
    padding: 60px 5%;
  }

  .deals-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .deal-card.deal-featured {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }

  .deal-card.deal-featured .deal-card-image {
    min-height: 200px;
  }

  .deals-section-title {
    font-size: 32px;
  }

  .deals-section-subtitle {
    font-size: 16px;
  }

  .deal-card-title {
    font-size: 18px;
  }

  .deal-card.deal-featured .deal-card-title {
    font-size: 22px;
  }

  .deal-card.deal-featured .deal-card-price .current-price {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .deals-section {
    padding: 50px 4%;
  }

  .deals-section-title {
    font-size: 28px;
  }

  .deal-card-price .current-price {
    font-size: 24px;
  }

  .deal-card-image {
    height: 160px;
  }
}

/* ==========================================
   Safari/WebKit Compatibility Fallbacks
   For browsers that don't support gap in flexbox
   ========================================== */

/* Fallback margins for .promo-banner-container */
.promo-banner-container > * {
  margin-right: 40px;
}
.promo-banner-container > *:last-child {
  margin-right: 0;
}

/* Fallback margins for .promo-banner-cta */
.promo-banner-cta > * {
  margin-right: 10px;
}
.promo-banner-cta > *:last-child {
  margin-right: 0;
}

/* Fallback margins for .nav-bar-btns */
.nav-bar .header .nav-bar-btns > * {
  margin-right: 10px;
}
.nav-bar .header .nav-bar-btns > *:last-child {
  margin-right: 0;
}

/* Fallback margins for .deal-card-price-row */
.deal-card-price-row > * {
  margin-right: 10px;
}
.deal-card-price-row > *:last-child {
  margin-right: 0;
}

/* Fallback margins for .deals-view-all a */
.deals-view-all a > * {
  margin-right: 10px;
}
.deals-view-all a > *:last-child {
  margin-right: 0;
}

/* Fallback margins for mobile menu */
@media (max-width: 1100px) {
  .nav-bar .mobile-menu > * {
    margin-bottom: 30px;
  }
  .nav-bar .mobile-menu > *:last-child {
    margin-bottom: 0;
  }

  .nav-bar .mobile-menu .mobile-menu-inner > * {
    margin-bottom: 30px;
  }
  .nav-bar .mobile-menu .mobile-menu-inner > *:last-child {
    margin-bottom: 0;
  }
}

/* Fallback margins for .promo-bar .promo-content */
.promo-bar .promo-content > * {
  margin-right: 40px;
}
.promo-bar .promo-content > *:last-child {
  margin-right: 0;
}

/* WebKit-specific fixes for animations */
@-webkit-keyframes flame-glow {
  0% { text-shadow: 0 0 10px rgba(230, 81, 3, 0.5), 0 0 20px rgba(230, 81, 3, 0.3); }
  100% { text-shadow: 0 0 20px rgba(230, 81, 3, 0.8), 0 0 40px rgba(230, 81, 3, 0.5), 0 0 60px rgba(230, 81, 3, 0.3); }
}

@-webkit-keyframes float-particle {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.6; }
  50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }
}

@-webkit-keyframes drip {
  0%, 100% { transform: scaleY(1); }
  50% { transform: scaleY(1.1); }
}

@-webkit-keyframes sizzle {
  0% { opacity: 0.5; }
  100% { opacity: 1; }
}

@-webkit-keyframes steam-rise {
  0% { transform: translateY(0) scale(1); opacity: 0.6; }
  100% { transform: translateY(-30px) scale(1.5); opacity: 0; }
}

@-webkit-keyframes scroll-promo {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}