.section-titlle {
  color: #FF2508 !important;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  margin: 0 auto;
  font-family: "League Spartan", sans-serif;
  background-color: rgba(33, 84, 204, 0.0745098039);
  border-radius: 100px;
  padding: 5px 20px;
  text-align: center;
}
.section-titlle span {
  color: #212121;
}
.section-titlle2 {
  color: #2153CC !important;
  font-weight: 700;
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  margin: 0 auto;
  font-family: "League Spartan", sans-serif;
  background-color: rgba(33, 84, 204, 0.0745098039);
  border-radius: 100px;
  padding: 5px 20px;
  text-align: center;
}
.section-titlle2 span {
  color: #212121;
}
.description {
  font-size: 16px;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  overflow-x: hidden;
  background-color: #f0f2f5;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.heading {
  font-weight: 700;
}

.navbar-brand .logo {
  width: 130px;
}

button {
  outline: none;
  box-shadow: none;
}
button:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}
button:focus-visible {
  outline: none;
  box-shadow: none;
  border: 0;
}
button:active {
  border: 0;
}


.navbar-toggler {
  border: 0;
  background-color: #FF2508;
  width: 40px;
  height: 40px;
}
.navbar-toggler i {
  color: #fff;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-toggler {
    order: 5;
  }
}
.navbar-toggler .header-wrap {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: sticky;
  top: 0;
  background-color: #333;
  color: white;
  padding: 10px 20px;
  font-size: 24px;
  z-index: 1000; /* ensures it stays above other content */
}

.center-header {
  width: 40%;
}
@media (max-width: 1199px) {
  .center-header {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .center-header {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .center-header {
    width: unset;
  }
}
.center-header .search-filter {
  width: 100%;
}
@media (max-width: 767px) {
  .center-header .search-filter {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .center-header .search-filter input {
    display: none;
  }
}

.location-btn {
  gap: 10px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.location-btn P {
  border-bottom: 1PX SOLID #000;
  margin: 0;
}
.location-btn img {
  width: 16px;
  height: 16px;
}

.location-filter .search-filter {
  background-image: url("../images/dropdown.png");
  background-size: 16px;
  background-position: center right 10px;
  background-repeat: no-repeat;
}

.dropdown-link:hover {
  color: #FF2508;
}

.bottom-menu li {
  padding: 0 10px;
}
@media (max-width: 1366px) {
  .bottom-menu li {
    padding: 0 4px;
  }
}
.bottom-menu li a {
  font-weight: 600;
}
@media (max-width: 1199px) {
  .bottom-menu li a {
    padding: 0 4px !important;
  }
}
@media (max-width: 991px) {
  .bottom-menu li a {
    padding: 8px 4px !important;
  }
}
.bottom-menu li a:hover {
  color: #2153CC !important;
}
.bottom-menu li.active a {
  color: #FF2508 !important;
}

.navbar-toggler-icon {
  background-image: url("../images/menu.png") !important;
}

.top-bar {
  background-color: #FF2508;
  border-radius: 100px;
}
.top-bar .navbar-nav {
  flex-direction: row;
}
.top-bar .navbar-nav li a {
  color: #fff !important;
}
@media (max-width: 1199px) {
  .top-bar .navbar-nav li a {
    font-size: 12px;
  }
}
.top-bar .navbar-nav li a .call-icon {
  width: 20px;
  margin-right: 5px;
  padding: 5px 0;
}
@media (max-width: 1199px) {
  .top-bar .navbar-nav li a .call-icon {
    width: 16px;
  }
}
.top-bar .navbar-nav li a .call-icon.call {
  width: 16px !important;
}
@media (max-width: 1199px) {
  .top-bar .navbar-nav li a .call-icon.call {
    width: 14px !important;
  }
}

@media (max-width: 991px) {
  .navbar {
    padding: 0px 0;
  }
}

.mobile-dropdown .dropdown-menu {
  left: -150px;
}

.link-btn {
  background: #fff;
  padding: 5px 20px;
  border-radius: 30px;
  color: #FF2508;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .link-btn {
    font-size: 14px;
    padding: 0;
  }
}
.link-btn:hover {
  color: #2153CC;
}

.primary-btn,a.primary-btn {
  background-color: #FF2508;
  border-radius: 5px;
  display: block;
  color: #ffffff !important;
  min-width: 150px;
  padding: 10px 30px;
  border: 0;
  font-weight: 700;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-decoration: none;
  text-align: center;
}
.primary-btn:hover ,a.primary-btn:hover{
  background-color: #2153CC;
  color: #fff;
}

.secondary-btn ,a.secondary-btn{
  background-color: #fff;
  border-radius: 5px;
  display: block;
  color: #2153CC;
  min-width: 150px;
  padding: 10px 20px;
  border: 0;
  font-weight: 700;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  border: 1px solid #0e0d39;
}
.secondary-btn:hover,a.secondary-btn:hover {  
  background-color: #2153CC;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.secondary-btn:hover::before {
  top: 0;
}
.secondary-btn span {
  position: relative;
  z-index: 3;
}
.secondary-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2153CC;
  transition: 0.5s;
  z-index: 2;
}

.view-all-link {
  font-weight: 600;
  text-decoration: none;
  color: #2153CC;
}
.view-all-link:hover i {
  background-color: #FF2508;
}
.view-all-link i {
  background-color: #2153CC;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin-left: 10px;
  line-height: 30px;
}

.search-filter {
  background-color: #efefef;
  border-radius: 16px;
  padding: 5px 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: center right 10px;
 /* border: 1px double #d3d3d3;*/
}
@media (max-width: 575px) {
  .search-filter {
    padding: 5px 10px;
  }
}
.search-filter select {
  border: 0;
  outline: 0;
}
@media (max-width: 575px) {
  .search-filter select {
    font-size: 13px;
  }
}
.search-filter .search-icon {
  width: 20px;
}
.search-filter input {
  border: none;
  outline: none;
  background-color: transparent;
  color: #212121;
  font-size: 16px;
  border-radius: 100px;
  padding: 0;
}
.search-filter input:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
.search-filter input::-moz-placeholder {
  color: #7f7f82;
}
.search-filter input::placeholder {
  color: #7f7f82;
}
.search-filter .search-btn {
  background-color: #FF2508;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  border: 0;
  min-width: 40px;
  height: 40px;
  padding: 0;
}
.search-filter .search-btn:hover {
  background-color: #2153CC;
  color: #fff;
}

.dropdown .dropdown-menu {
  border-radius: 20px;
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #FF2508;
}
.dropdown:hover .dropdown-menu {
  display: block;
  transition: all 0.5s;
  left:0;
}

.bg-light-primary {
  background-color: rgba(255, 37, 8, 0.0509803922);
}

.main-banner {
  text-align: left;
}
.main-banner .sub-title {
  color: #FF2508;
  font-weight: 600;
  text-align: left;
  font-size: 24px;
}
.main-banner .explore-btn {
  background-color: #f9c729;
  color: #000;
}
.main-banner .explore-btn:hover {
  color: #2153CC;
}
.main-banner .explore-btn.link-btn {
  max-width: 44px;
  min-width: 44px;
  height: 44px;
  text-align: center;
  padding: 0;
  display: block;
  line-height: 44px;
  font-size: 14px;
}
.main-banner .title {
  color: #FF2508;
  font-weight: 600;
  text-align: left;
}
.main-banner .title span {
  color: #2153CC;
}

.top-banner {
  width: 50%;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .top-banner {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .top-banner {
    width: 100% !important;
    margin: 20px 0 !important;
  }
}

.offer-wrapper {
  text-align: center;
}
.offer-wrapper .section-titlle {
  color: #2153CC !important;
}
.offer-wrapper .swiper-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2153CC;
  background-color: #2153CC;
  border: 2px solid #fff;
  top: 42%;
}
.offer-wrapper .swiper-btn::after {
  color: #fff;
  font-size: 24px;
}
.offer-wrapper .swiper-btn.swiper-button-next {
  right: 0px;
}
.offer-wrapper .swiper-btn.swiper-button-prev {
  left: 0px;
}
.offer-wrapper .swiper-pagination-bullet-active {
  background-color: #FF2508;
  background: #FF2508 !important;
  width: 20px;
  border-radius: 5px;
}
.offer-wrapper .swiper {
  min-height: 250px;
  margin: 0px auto;
  border-radius: 10px;
}
.offer-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0px;
}
.offer-wrapper .banner_img {
  width: 100%;
  height: 100%;
}
.offer-wrapper .banner_img a {
  width: 100%;
  text-decoration: none;
  height: 80%;
}

.offer-wrapper .banner_img .offer-box {
  width: 100%;
  min-height: 200px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  font-family: "League Spartan", sans-serif;
}
.offer-wrapper .banner_img .offer-box label {
  color: #fff;
  background-color: #2153CC;
  border-radius: 100px;
  padding: 5px 10px;
}
.offer-wrapper .banner_img .offer-box h1 {
  color: #FF2508;
  font-weight: 700;
}
.offer-wrapper .banner_img .offer-box h5 {
  color: #212121;
  font-weight: 500;
}
.offer-wrapper .banner_img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}

.food-offer-wrap {
  position: relative;
}
.food-offer-wrap .offer-box {
  min-height: auto !important;
}
.food-offer-wrap .mySwiper2 {
  min-height: 220px;
  margin-top: 20px;
}

.popular-category {
  background-color: #fff;
  overflow: hidden;
}
.popular-category .row {
  gap: 20px 0;
}
.popular-category .row .offer-box {
  justify-content: center;
  align-items: center;
  min-height: auto;
  height: 100%;
}
.popular-category .row .offer-box img {
  width: 80%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.categorsSwiper {
  position: relative;
  padding: 20px 0;
}
.categorsSwiper .swiper-button-prev.custom-arrow {
  right: 56px;
  margin-left: auto;
}
.categorsSwiper .custom-arrow {
  position: absolute;
  top: 0;
}

.categorsSwiper .swiper-slide {
  text-align: center;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.custom-arrow {
  background-color: #f1f1f1;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.categorsSwiper .swiper-button-next::after,
.categorsSwiper .swiper-button-prev::after {
  content: url("../images/back.png");
  line-height: 7px;
}
.categorsSwiper .swiper-button-next::after {
  content: url("../images/next.png");
}

.promoswiper a {
  color: #FF2508;
}
.promoswiper a:hover {
  color: #2153CC;
}
.promoswiper .banner_img {
  padding: 20px 10px;
}
.promoswiper .offer-box {
  border: 1px solid #000;
}

.brandsswiper .brand-box h6{display: none;}
.brandsswiper .brand-box img{  
  margin: 2px;
  float:left;
  display: block;
   border-radius: 10px;
   min-height: 200px !important;
  height: 200px !important;
 /* 
 border:1px solid #ddd;
 filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: .5;*/ 
}
.brandsswiper .brand-box{box-shadow: 0px 10px 10px rgb(149 148 148 / 30%); }
.brandsswiper .brand-box img:hover{
/*   -webkit-transform: translateY(-5px);
    transform: translateY(-5px);*/
    transform: scale(1.02);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}
.brandsswiper .banner_img {
  padding: 20px 10px;
}

.brandsswiper .offer-box {
 /* border: 1px solid #FF2508;
  min-height: 160px !important;
  height: 160px !important;
  position: relative;*/
}
.brandsswiper .offer-box h6 {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #FF2508;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 0px 0;
  display: none;
}
.brandsswiper .offer-box img {
 /* height: 100px;*/
}
.brandsswiper .offer-box.blue {
  border-color: #2153CC;
}
.brandsswiper .offer-box.blue h6 {
  background-color: #2153CC;
}

.food-deals .deal-card .icon-veg {
  content: "";
  background: url("../images/veg_icon.png");
  background-size: contain;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #fff;
  padding: 5px;
  background-size: 60%;
  background-position: center;
  border-radius: 5px;
}
.food-deals .deal-card .icon-veg.non-veg-icon {
  background-image: url("../images/veg_non_icon.png") !important;
}
.food-deals .deal-card.veg-nonveg .non-veg-icon {
  right: 50px;
}
.food-deals.new-style .deal-content {
  justify-content: unset;
}
.food-deals.new-style .title {
  /*height: 30px;*/
  height: auto important;
  font-size: 24px;
}
.food-deals.new-style p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*font-weight: bold;
  max-height: 24px;*/
  overflow: hidden;
  font-size: 14px;
  margin: 10px 0px 10px 0px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  clear: both;
  
  /* color: #212121; */
}
.food-deals.new-style p i {
  color: #FF2508;
  margin-right: 5px;
}

.testimonialswiper img {
  width: 64px !important;
  height: 64px;
  border-radius: 12px;
}
.testimonialswiper p {
  margin-top: 30px;
}

.faq-wraper .accordion-item {
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.faq-wraper .accordion-item .accordion-button.collapsed {
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  font-weight: 600;
}
.faq-wraper .accordion-button:not(.collapsed) {
  background-color: rgba(255, 37, 8, 0.0509803922);
  color: #FF2508;
  font-weight: 600;
}
.faq-wraper .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f068";
  font-family: fontawesome;
}
.faq-wraper .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.faq-wraper .accordion-button::after {
  background-image: none;
  content: "+";
  font-family: fontawesome;
  text-align: center;
}

.footer-wraper {
  background-color: rgba(255, 37, 8, 0.0509803922);
}
.footer-wraper .heading {
  color: #2153CC;
  background-color: rgba(33, 84, 204, 0.0745098039);
  display: inline-block;
  border-radius: 100px;
  padding: 5px 20px;
}
.footer-wraper a {
  color: #7f7f82;
}
.footer-wraper a:hover {
  color: #FF2508;
}
.footer-wraper hr {
  color: #000;
}
.footer-wraper i {
  color: #FF2508;
}
.footer-wraper i:hover {
  color: #2153CC;
}

/* Container for overall content width */
.container {
  width: 80%;
  max-width: 80%;
  margin: 0 auto;
}

/* Header Section */
header {
  background-color: #fff;
  padding: 10px;
  border-bottom: 1px solid #eee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.logo-and-city {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo img {
  height: 40px;
  width: auto;
  display: block;
}

.city-select {
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #f8f8f8;
  font-size: 0.9em;
  color: #555;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd" /></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 1em;
  padding-right: 28px;
}

.search-bar {
  flex-grow: 1;
  margin: 10px 0;
  max-width: 500px;
}

.search-bar input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 25px;
  font-size: 1em;
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: 20px;
  flex-wrap: wrap;
}

.user-icons {
  display: flex;
  gap: 10px;
}

/* My Account Dropdown Styling */
.my-account-dropdown-container {
  position: relative;
  display: inline-block; /* Allows dropdown to position relative to this */
}
.my-account-dropdown-container .btn {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.my-account-dropdown-container .btn img {
  width: 24px;
  height: 24px;
}

.icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #f8f8f8;
  color: #555;
  font-size: 1.2em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  position: relative; /* For the dropdown arrow positioning */
  cursor: pointer;
}

.icon-button:hover {
  background-color: #e0e0e0;
  color: #2053CD;
  border-color: #2053CD;
}

.icon-button .count-badge {
  background-color: #FF250A;
  color: white;
  font-size: 0.6em;
  font-weight: 700;
  border-radius: 50%;
  padding: 2px 5px;
  position: absolute;
  top: -5px;
  right: -5px;
  line-height: 1;
  min-width: 18px;
  text-align: center;
}

.icon-button .dropdown-arrow {
  font-size: 0.7em; /* Smaller arrow */
  margin-left: 3px; /* Space between icon and arrow */
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%; /* Position below the button */
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  min-width: 180px;
  z-index: 100;
  padding: 10px 0;
  border: 0;
  margin-top: 0px !important;
}

.dropdown-menu.show {
  display: block;
}

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

.dropdown-menu li a {
  display: block;
  padding: 8px 15px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease;
  font-size: 0.95em;
}

.dropdown-menu .submenu-item {
  padding-left: 25px; /* Indent sub-items in dropdown */
  font-size: 0.9em;
  color: #666;
}

.partner-button {
  background-color: #FF250A;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9em;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.partner-button:hover {
  background-color: #D01F08;
}

/* Main Navigation (Desktop) */
.desktop-nav {
  background-color: #2053CD;
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav-list {
  display: flex;
  justify-content: center; /* Center categories */
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap; /* Allow wrapping for overall layout */
  width: 100%; /* Ensure it takes full width of its container */
}

.nav-list li {
  position: relative; /* For dropdown positioning */
}

.nav-list li a {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  transition: background-color 0.2s ease;
  border-radius: 5px;
}

.nav-list li a:hover {
  background-color: #4A72E8;
}

/* More Categories Dropdown */
.more-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f0f0f0; /* Changed to a slightly darker background */
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 8px;
  padding: 10px 0;
  top: 100%; /* Position below the "More" link */
  left: 0;
  margin-top: 5px; /* Small gap between "More" and dropdown */
}

.more-dropdown-content a {
  color: #333; /* Ensured dark font color for contrast */
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  transition: background-color 0.2s ease;
}

.more-dropdown-content a:hover {
  background-color: #ddd;
}

.show-dropdown {
  display: block;
}

/* Hero Slider Section */
.hero-slider {
  position: relative;
  width: 100%;
  height: 400px; /* Fixed height for the slider */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background-color: #ccc; /* Fallback background */
}

.slider-wrapper {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.slider-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Cover the area, crop if necessary */
  flex-shrink: 0; /* Prevent images from shrinking */
}

.slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1.5em;
  border-radius: 50%;
  z-index: 10;
  transition: background-color 0.2s ease;
}

.slider-nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.prev-slide {
  left: 10px;
}

.next-slide {
  right: 10px;
}

.slider-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.dot.active {
  background-color: #2053CD; /* Updated primary blue for active dot */
}

/* Banners Section */
.banners-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.banner-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  position: relative;
  transition: transform 0.2s ease;
}

.banner-item:hover {
  transform: translateY(-5px);
}

.banner-item img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.banner-item .banner-text {
  padding: 15px;
  font-weight: 600;
  color: #333;
}

.section-title {
  font-size: 2em;
  color: #2053CD; /* Updated primary blue for section titles */
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}

.top-stores-grid, .deal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-template-columns: repeat(4, 1fr) ;
  gap: 20px;
}
#vendor_list_ajax .deal-grid{
  grid-template-columns: repeat(3, 1fr) ;
}
@media (max-width: 1199px) {
  .top-stores-grid, .deal-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.store-item {
  text-align: center;
  text-decoration: none;
  color: #555;
  transition: transform 0.2s ease, color 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.store-item:hover {
  color: #2053CD; /* Updated primary blue on hover */
}

.store-item img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.store-item h4 {
  font-weight: 600;
  font-size: 1.1em;
}

.store-item p {
  font-size: 0.9em;
  color: #777;
  margin-top: 5px;
}

/* Deal Card Styling */
.deal-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  padding: 10px;
  position: relative;
  text-align: left;
  transition: transform 0.2s ease;
}
.deal-card .offer-label {
  background-color: #FF2508;
  border-radius: 100px;
  color: #fff;
  width: 100px;
  position: absolute;
  top: 10px;
  left: 17px;
  text-align: center;
  border-radius: 10px 0 10px 0;
}

.deal-card:hover {
  transform: translateY(-5px);
}

.deal-card img {
  width: 100%;
  /*height: 250px;*/
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 10px;
}

.deal-content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 0;
}

.deal-content h3 ,.deal-content h3 a{
  font-size: 1.75rem;
  /*font-size: 16px;*/
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;  
  height: 80px;
}

.deal-content p {
  font-size: 0.9em;
  color: #666;
  margin: 0;
  flex-grow: 1;
}

.deal-price-info {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 0px;
}

.original-price {
  text-decoration: line-through;
  color: #999;
  font-size: 1.1em;
}

.current-price {
  font-size: 16px;
  font-weight: 700;
  color: #2053CD;
  /*background: #eef2fb;*/
  padding: 5px 0px 5px 0px;
  border-radius: 16px;
  font-size: 1.9em;
}
.deal-validilty {  
  font-weight: 700;
  color: #212121;
  /*background: #eef2fb;*/
  padding: 5px 0px 5px 0px;
  border-radius: 16px;
  font-size: 0.95em;
}

.buy-button {
  display: block;
  padding: 12px 15px;
  background-color: #FF2508; /* Updated accent red */
  color: white;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
  margin: 10px 0;
 /* width: 180px;*/
}

.bought-count {
  font-size: 0.9em;
  color: #777;
  margin-top: 15px;
  margin-bottom: 0px;
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-bottom: 0;
}

/* Deal Tabs Section */
.tabs-nav {
  display: flex;
  flex-wrap: nowrap; /* Prevent wrapping tabs */
  justify-content: flex-start; /* Align tabs to start */
  gap: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
  overflow-x: auto; /* Enable horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
  scrollbar-width: thin; /* For Firefox */
  scrollbar-color: #ccc transparent; /* For Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.tabs-nav::-webkit-scrollbar {
  height: 8px; /* Height of the horizontal scrollbar */
}

.tabs-nav::-webkit-scrollbar-track {
  background: transparent; /* Transparent track */
}

.tabs-nav::-webkit-scrollbar-thumb {
  background-color: #ccc; /* Color of the scrollbar thumb */
  border-radius: 10px; /* Rounded scrollbar thumb */
  border: 2px solid transparent; /* Padding around thumb */
}

.tab-button {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 600;
  color: #555;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  white-space: nowrap; /* Prevent wrapping tab names */
  flex-shrink: 0; /* Prevent tabs from shrinking */
}

.tab-button.active {
  background-color: #2053CD; /* Updated primary blue for active tab */
  color: white;
  border-color: #2053CD;
}

.tab-button:hover:not(.active) {
  background-color: #e0e0e0;
  color: #333;
}

.category-tabs .nav {
  flex-wrap: nowrap;
}
.category-tabs .nav .nav-link {
  width: 200px;
  background-color: rgba(33, 84, 204, 0.0745098039);
  color: #2153CC;
  border-radius: 20px;
  margin: 0 10px;
}
.category-tabs .nav .nav-link.active {
  background-color: #FF2508;
  color: #fff;
}

/* Testimonials Section */
.testimonial-card {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: left;
  background-image: url("../images/testimonials-shape.png");
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: right top;
}

.testimonial-card p {
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 53px;
}

.testimonial-author {
  font-weight: 600;
  color: #000; /* Updated primary blue for author */
}

/* Newsletter Section */
.newsletter-section {
  background-color: #2053CD; /* Updated primary blue for newsletter */
  color: white;
  padding: 40px 25px;
  text-align: center;
  border-radius: 8px;
  /*margin-bottom: 40px;*/
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.newsletter-section h2 {
  color: white;
  margin-bottom: 15px;
}

.newsletter-section p {
  font-size: 1.1em;
  margin-bottom: 25px;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.newsletter-form input[type=email] {
  padding: 12px 20px;
  border: none;
  border-radius: 25px;
  width: 100%;
  max-width: 350px;
  font-size: 1em;
  outline: none;
}

.newsletter-form button {
  background-color: #FF250A; /* Updated accent red subscribe button */
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  font-size: 1em;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.newsletter-form button:hover {
  background-color: #D01F08; /* Darker red on hover */
}

/* Join Us Section */
.join-us-section {
  background-color: #FF250A; /* Accent red for join us */
  color: white;
  padding: 40px 25px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.join-us-section h2 {
  color: white;
  margin-bottom: 15px;
  font-size: 2em;
}

.join-us-section p {
  font-size: 1.1em;
  margin-bottom: 25px;
}

.join-us-section .ad-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.join-us-section .ad-button {
  background-color: white;
  color: #FF250A;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: 2px solid white; /* Add border for secondary style */
}

.join-us-section .ad-button:hover {
  background-color: #f0f0f0;
}

.join-us-section .ad-button.secondary {
  background-color: transparent;
  color: white;
  border-color: white;
}

.join-us-section .ad-button.secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Footer */
footer {
  background-color: #1A203F; /* Darker blue for footer */
  color: white;
  padding: 30px 0;
  font-size: 0.9em;
  text-align: center;
}

.footer-content-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  text-align: left;
  margin-bottom: 30px;
}

.footer-col h4 {
  color: #FF250A; /* Updated accent red for footer column titles */
  font-size: 1.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-col ul li a:hover {
  color: #FF250A; /* Updated accent red on hover */
}

.footer-logo-col { /* New class for the column containing the logo and text */
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align content to the left */
}

.footer-logo {
  margin-bottom: 10px; /* Space between logo and text */
  text-align: left; /* Ensure logo is left-aligned */
}

.footer-logo img {
  height: 50px; /* Larger logo in footer */
  width: auto;
  display: block; /* Make it a block element for left alignment */
  margin: 0; /* Remove any default centering margin */
}

.footer-logo-text {
  font-size: 0.85em;
  color: #bbb;
  line-height: 1.4;
  text-align: left; /* Align text to the left */
}

.app-download-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.app-download-buttons img {
  width: 150px; /* Adjust size of app buttons */
  height: auto;
  display: block;
  margin: 0 auto;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  text-align: center;
}

.footer-bottom .social-icons {
  margin-bottom: 15px;
}

.social-icons a {
  color: white;
  font-size: 1.5em;
  margin: 0 10px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.social-icons a:hover {
  color: #FF250A; /* Updated accent red on hover */
}

/* Hamburger Icon */
.hamburger-icon {
  display: none; /* Hidden by default on desktop */
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 200; /* Above other content */
}

.hamburger-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

/* Mobile Overlay Menu */
.mobile-overlay-menu {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); /* Dark overlay */
  z-index: 150; /* Above main content, below hamburger icon */
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; /* Align items to the top */
  transform: translateX(100%); /* Start off-screen to the right */
  transition: transform 0.3s ease-in-out;
  overflow-y: auto; /* Enable scrolling for long menus */
}

.mobile-overlay-menu.open {
  display: flex;
  transform: translateX(0); /* Slide in */
}

.mobile-menu-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #2053CD;
  color: white;
  position: sticky; /* Keep header visible on scroll */
  top: 0;
  left: 0;
  z-index: 160;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.mobile-menu-title {
  font-size: 1.5em;
  font-weight: 600;
}

.close-mobile-menu {
  background: none;
  border: none;
  font-size: 2em;
  color: white;
  cursor: pointer;
}

.mobile-menu-tabs {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-tab-buttons {
  display: flex;
  width: 90%;
  justify-content: space-around;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 20px;
}

.mobile-tab-button {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 15px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease, border-bottom 0.2s ease;
  flex-grow: 1;
  text-align: center;
}

.mobile-tab-button.active {
  color: white;
  border-bottom: 2px solid white;
}

.mobile-tab-button:hover:not(.active) {
  color: rgba(255, 255, 255, 0.9);
}

.mobile-tab-content {
  display: none;
  width: 100%;
  padding: 0 10%; /* Adjust padding for content inside tabs */
}

.mobile-tab-content.active {
  display: block;
}

.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; /* Ensure lists inside tabs take full width */
}

.mobile-nav-list li {
  margin-bottom: 10px;
}

.mobile-nav-list li a {
  color: white;
  text-decoration: none;
  font-size: 1.1em;
  padding: 8px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 0.2s ease;
}

.mobile-nav-list li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.mobile-nav-list li .submenu-item {
  padding-left: 20px; /* Indent sub-items in mobile menu */
  font-size: 0.95em;
  color: rgba(255, 255, 255, 0.8);
}

.partner-button-mobile {
  background-color: #FF250A;
  color: white !important; /* Override default link color */
  padding: 10px 20px;
  border-radius: 25px;
  margin-top: 20px;
  display: inline-block; /* To apply padding/margin */
  font-weight: 600;
}

.partner-button-mobile:hover {
  background-color: #D01F08;
}

/* Responsive Adjustments */
@media (min-width: 1200px) { /* Desktop and larger tablets */
  .deal-grid {
    grid-template-columns: repeat(4, 1fr); /* 4 columns per row */
  }
  /* Re-align desktop header right items */
  .desktop-header-right-items {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .hamburger-icon {
    display: none;
  }
  .cart-icon {
    margin-right: 0; /* Remove margin when desktop items are visible */
  }
}
@media (max-width: 991px) and (min-width: 768px) { /* Medium tablets */
  .deal-grid {
    grid-template-columns: repeat(3, 1fr); /* 3 columns per row */
  }
  .hero-slider {
    height: 300px;
  }
}
@media (max-width: 767px) { /* Smaller tablets and mobile */
  .desktop-header-right-items, .desktop-nav {
    display: none; /* Hide desktop elements */
  }
  .hamburger-icon {
    display: flex; /* Show hamburger on mobile */
  }
  .header-right {
    gap: 10px; /* Adjust gap for cart and hamburger */
  }
  .cart-icon {
    margin-right: 10px; /* Space between cart and hamburger */
  }
  .header-content {
    padding: 0 15px; /* Adjust padding for mobile header */
  }
  .search-bar {
    order: 3; /* Move search bar to new line on mobile */
    margin-top: 15px;
  }
  .nav-list {
    flex-direction: column; /* Stack nav items on mobile if not hidden */
  }
  .nav-list li a {
    text-align: center;
    padding: 8px 15px;
  }
  .hero-slider {
    height: 250px; /* Smaller height for mobile */
  }
  .slider-nav-btn {
    padding: 8px 12px;
    font-size: 1.2em;
  }
  .top-stores-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); /* Adjust min width for smaller screens */
  }
  .deal-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on smaller tablets */
  }
  .section-title {
    font-size: 1.5em;
  }
  .tabs-nav {
    justify-content: flex-start; /* Align tabs to start on smaller screens */
    overflow-x: auto; /* Enable horizontal scrolling for tabs */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
    padding-bottom: 5px; /* Space for scrollbar */
  }
  .tab-button {
    flex-shrink: 0; /* Prevent tabs from shrinking */
  }
  .newsletter-form input[type=email],
  .newsletter-form button {
    width: calc(100% - 20px); /* Adjust for padding/gap */
    max-width: none;
  }
  .footer-content-wrapper {
    grid-template-columns: 1fr; /* Stack footer columns vertically */
    text-align: center;
  }
  .footer-col ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .app-download-buttons {
    align-items: center;
  }
  .footer-logo-col { /* Center logo column on mobile */
    align-items: center;
  }
  .footer-logo {
    text-align: center; /* Center logo on mobile */
  }
  .footer-logo img {
    margin: 0 auto; /* Center logo on mobile */
  }
  .footer-logo-text {
    text-align: center; /* Center text on mobile */
  }
}
@media (max-width: 480px) {
  #vendor_list_ajax .deal-grid{grid-template-columns: 1fr !important;}
  .offer-wrapper .swiper{min-height: auto !important;}  
  .location-desktop-menu{display: none !important;}
  .container {
    padding: 10px 0;
    width: 95%;
    max-width: 95%;
  }
  .header-content {
    padding: 0 10px;
  }
  .logo {
    height: 35px; /* Smaller logo on very small screens */
  }
  .user-links {
    gap: 10px;
  }
  .hero-slider {
    height: 200px;
  }
  .banners-section {
    grid-template-columns: 1fr; /* Stack banners vertically */
  }
  .top-stores-grid {
    grid-template-columns: 1fr; /* Stack all items vertically on very small screens */
  }
  .deal-grid {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }
  .deal-content h3 {
    font-size: 1.2em;
  }
  .current-price {
    font-size: 1.5em;
  }
  .buy-button {
    font-size: 1em;
    padding: 10px;
  }
  .testimonial-grid {
    grid-template-columns: 1fr; /* Stack testimonials vertically */
  }
}
@media (min-width: 1920px) {
  .offer-wrapper .swiper-btn {
    top: 50%;
  }
  .offer-wrapper .swiper-pagination {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .bootm-section-row .col-md-2 {
    width: 19.667%;
  }

}/*# sourceMappingURL=style.css.map */