/*

  font-family: "Outfit", sans-serif;

*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;family=Playfair+Display:ital,wght@0,400..900;1,400..900&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html,
body {
  overflow-x: hidden;
}

:root,
[data-bs-theme="light"] {
  --primary-color: #002570;
  --secondary-color: #007eff;
  --light: #fff;
  --dark: #000;
  --body-color: #97a9bf;
  accent-color: var(--green);
}

html {
  scroll-behavior: smooth;
}

body {
  color: #777777;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  /* font-family: "Roboto", sans-serif; */
  transition: 0.5s;
}

p {
  color: #777777;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #01101e;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.2;
  font-weight:700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 36px;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a {
  color: #666666;
  text-decoration: none;
}

a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  text-decoration: none;
  color: #3e3e3e;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #0b0b0a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: #fff !important;
}

.white {
  color:#fff;
}

.white p {
  color: #fff !important;
}

.white i {
  color: #fff;
}

.small,
small {
  font-size: 17px;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul {
  margin: 0;

  padding: 0;
}

ul li {
  list-style: none;
}

input:focus,
button:focus {
  outline-color:#500c0d;
  border: 1px solid #500c0d;
}

textarea:focus {
  border: 1px solid #500c0d;
  outline-color:#500c0d;
}

select:focus {
  border-color: var(--secondary-color);
  outline-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

hr {
  margin: 40px 0 30px;
  padding: 0px;
  border-bottom: 1px solid #ddd;
  border-top: 0px;
}

hr.style-2 {
  border-bottom: 1px dashed #232323;
}

hr.mp-0 {
  margin: 40 0 30px;
  border-bottom: 1px solid rgb(85, 85, 85);
}

hr.mtb-40 {
  margin: 40px 0;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}

.mb-20{
  margin-bottom:20px;
}

label {
  color: #01101e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

a,
i,
cite,
em,
var,
address,
dfn,
ol,
li,
ul {
  font-style: normal;
  font-weight: 400;
}

*::-moz-selection {
  background: #4fc1f0;
  color: #454545;
  text-shadow: none;
}

::-moz-selection {
  background: #4fc1f0;
  color: #454545;
  text-shadow: none;
}

::selection {
  background: #4fc1f0;
  color: #454545;
  text-shadow: none;
}

::placeholder {
  color: #777777;
  font-size: 15px;
}

::-webkit-input-placeholder {
  color: #777777;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
}

:-ms-input-placeholder {
  /* IE 10+ */

  color: #777777;
}

:-moz-placeholder {
  /* Firefox 18- */

  color: #777777;
}

/* Contact Area */
.counter_area ::-moz-selection {
  color: #001d23;
  text-shadow: none;
}

.contact_area ::-moz-selection {
  color: #001d23;
  text-shadow: none;
}

.contact_area ::selection {
  color: #001d23;
  text-shadow: none;
}

.contact_area ::placeholder {
  color: #777777;
  font-size: 16px;
}

.contact_area ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777777;
}

.contact_area ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777777;
}

.contact_area :-ms-input-placeholder {
  /* IE 10+ */
  color: #777777;
}

.contact_area :-moz-placeholder {
  /* Firefox 18- */
  color: #777777;
}

.blog_reply ::-moz-selection {
  color: #151948;
}

.blog_reply ::-moz-selection {
  color: #151948;
}

.blog_reply ::selection {
  color: #151948;
}

.blog_reply::placeholder {
  color: #151948;
}

.blog_reply ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #151948;
}

.blog_reply ::-moz-placeholder {
  /* Firefox 19+ */
  color: #151948;
}

.blog_reply :-ms-input-placeholder {
  /* IE 10+ */
  color: #151948;
}

.blog_reply :-moz-placeholder {
  /* Firefox 18- */
  color: #151948;
}

.text-right {
  text-align: right !important;
}

.text-lg-center{
  text-align: center !important;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}
.header_1 img
{
  width: 272px;
  padding: 7px 0px 5px;
  height: 85px;
  object-fit: contain;
}


.header_2 i
{
  color: #500c0d;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.home_banner_1 img
{
  width: 100%;
  height: 275px;
  object-fit:fill;
}

.mySwiper {
  width: 100%;
  padding: 60px 0;
}

.mySwiper .swiper-slide {
  width: 260px;
  transition: 0.4s ease;
  opacity: 0.5;
  transform: scale(0.9);
}

.mySwiper .swiper-slide img {
  width: 100%;
  border-radius: 15px;
  display: block;
  height: 280px;
}

/* CENTER IMAGE */
.mySwiper .swiper-slide-active {
  transform: scale(1.2);
  opacity: 1;
  z-index: 2;
}

/* NICE SHADOW */
.mySwiper .swiper-slide-active img {
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}


.category-wrapper {
  padding: 20px;
  /* background: #f5f5f5; */
}

/* Scroll Container */
.category-scroll {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 15px;
}

/* CUSTOM SCROLLBAR */
.category-scroll::-webkit-scrollbar {
  height: 6px;
}

.category-scroll::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 10px;
}

.category-scroll::-webkit-scrollbar-thumb {
  background: #d94b4b; /* RED BAR */
  border-radius: 10px;
}

/* Firefox */
.category-scroll {
  scrollbar-color: #d94b4b #e0e0e0;
  scrollbar-width: thin;
}

/* ITEMS */
.category-item {
  min-width: 189px;
  text-align: center;
  cursor: pointer;
}

.category-item img {
  width: 176px;
  height: 154px;
  border-radius: 20px;
  object-fit: cover;
  transition: 0.3s;
}

.category-item p {
  margin-top: 10px;
  font-size: 18px;
}

/* HOVER */
.category-item:hover img {
  transform: scale(1.05);
}
.category-item p {
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 8px;
  color: #1c1c1c;
  transition: color 0.3s ease;
}

/* 🔥 HOVER EFFECT */
.category-item:hover p {
  color: #d94b4b; /* RED */
}
.category-item:hover img {
  transform: scale(1.05);
}

.category-item:hover p {
  color: #d94b4b;
}

category-scroll {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 18px;
}

/* MODERN SCROLLBAR */
.category-scroll::-webkit-scrollbar {
  height: 5px;
}

/* Track */
.category-scroll::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.05);
  border-radius: 50px;
}

/* Thumb (Modern Gradient) */
.category-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #ff4d4d, #ff7a7a);
  border-radius: 50px;
  transition: all 0.3s ease;
}

/* Hover Effect */
.category-scroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #e60023, #ff4d4d);
}

/* Firefox */
.category-scroll {
  scrollbar-width: thin;
  scrollbar-color: #ff4d4d rgba(0,0,0,0.05);
}
.category-scroll::-webkit-scrollbar {
  height: 0px;
}

.category-scroll:hover::-webkit-scrollbar {
  height: 5px;
}
.category-scroll::-webkit-scrollbar {
  height: 5px;
}

.category-scroll::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.05);
  border-radius: 50px;
}

.category-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #ff4d4d, #ff7a7a);
  border-radius: 50px;
}
/* Remove scrollbar arrows (Webkit browsers) */
.category-scroll::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
.home-service-1 h5
{
  font-size: 35px;
  margin-bottom: 10px;
}






.nx-tabs {
  padding: 30px;
  font-family: sans-serif;
}

/* TAB MENU */
.nx-tab-menu {
  display: flex;
  gap: 40px;
  overflow-x: auto;
  padding-bottom: 15px;
  scroll-behavior: smooth;
}

/* HIDE SCROLLBAR */
.nx-tab-menu::-webkit-scrollbar {
  height: 4px;
}
.nx-tab-menu::-webkit-scrollbar-thumb {
  background: #ff4d4d;
  border-radius: 10px;
}
.nx-tab-menu::-webkit-scrollbar-button {
  display: none;
}

/* TAB */
.nx-tab {
  text-align: center;
  cursor: pointer;
  min-width: 120px;
  justify-content: center;
  transition: 0.3s;
  /* text-align: center; */
  align-items: center !important;
}

/* ICON */
.nx-icon {
  width: 162px;
  height: 160px;
  border: 2px solid red;
  border-radius: 50%;
  background: #fff0d3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  overflow: hidden;
}

.nx-icon img {
  width: 100%;
  height: 176px;
  object-fit: cover;
}

/* TEXT */
.nx-tab p {
  margin-top: 13px;
  font-size: 28px;
  color: #333;
  transition: 0.3s;
}

/* ACTIVE TAB */
.nx-tab.active .nx-icon {
  background: linear-gradient(135deg, #ff4d4d, #500c0d);
  border: 3px solid #500c0d;
}

.nx-tab.active p {
  color: #d32f2f;
  font-weight: 600;
}

/* HOVER */
.nx-tab:hover .nx-icon {
  transform: scale(1.08);
}

/* CONTENT AREA */
.nx-content {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}

/* PANES */
.nx-pane {
  display: none;
  animation: fadeSlide 0.5s ease;
}

.nx-pane.active {
  display: block;
}

/* ANIMATION */
@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}





/* ONE LINE FILTER BAR */
.nx-all-filters {
  display: flex;
  gap: 12px;
  align-items: center;
  overflow-x: auto;
  padding-bottom: 10px;
}

/* REMOVE SCROLL ARROWS */
.nx-all-filters::-webkit-scrollbar {
  height: 4px;
}
.nx-all-filters::-webkit-scrollbar-thumb {
  background: #ff4d4d;
  border-radius: 10px;
}
.nx-all-filters::-webkit-scrollbar-button {
  display: none;
}

/* SWITCH BASE */
.nx-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 135px;
  padding: 10px 15px;
  border-radius: 12px;
  background: #eee;
  cursor: pointer;
}

/* TOGGLE */
.nx-toggle {
  width: 38px;
  height: 20px;
  background: #ccc;
  margin-left: 10px;
  border-radius: 20px;
  position: relative;
}

.nx-toggle::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  transition: 0.3s;
}

/* VEG ACTIVE (GREEN) */
.nx-switch.active[data-type="veg"] {
  background: #e8f5e9;
}
.nx-switch.active[data-type="veg"] .nx-toggle {
  background: #2e7d32;
}
.nx-switch.active[data-type="veg"] .nx-toggle::after {
  left: 20px;
}

/* NON VEG ACTIVE (RED 🔥) */
.nx-switch.active[data-type="nonveg"] {
  background: #fdecea;
}
.nx-switch.active[data-type="nonveg"] .nx-toggle {
  background: #d32f2f;
}
.nx-switch.active[data-type="nonveg"] .nx-toggle::after {
  left: 20px;
}

/* PRICE BUTTON */
.nx-price {
  padding: 11px 22px;
  background: #f2f2f2;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

/* ACTIVE PRICE */
.nx-price.active {
  background: #ffe5e5;
  color: #d32f2f;
  font-weight: 600;
}
.home_packages_1 span
{
  font-weight: 600;
}
.nx-title
{
  margin-bottom: 10px;
  color: #500c0d;
}



.product-card {
    background: #f4f4f4;
    font-family: 'Segoe UI', sans-serif;
}

/* CARD */
.product-card {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    /* background: #000; */
    position: relative;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.2); */
}

/* IMAGE */
.card-image {
    position: relative;
}

.card-image img {
    width: 100%;
    display: block;
    height: 207px;
    object-fit: cover;
}

/* PREMIUM BADGE */
.badge {
    position: absolute;
    top: -2px;
    height: 137px;
    left: 0;
    background: #d4af37;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
    clip-path: polygon(100% 0, 99% 55%, 51% 28%, 51% 28%, 0 54%, 0% 0%);
}

/* VEG ICON */
.veg-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: 2px solid green;
    background: #fff;
    border-radius: 6px;
}

.veg-icon::after {
    content: "";
    width: 12px;
    height: 12px;
    background: green;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* VEG ICON */
.non-veg-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: 2px solid rgb(206, 0, 0);
    background: #fff;
    border-radius: 6px;
}

.non-veg-icon::after {
    content: "";
    width: 12px;
    height: 12px;
    background: rgb(206, 0, 0);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* CONTENT OVERLAY */
.card-content {
    background: linear-gradient(to top, #000000, #280000);
    color: #fff;
    padding: 15px;
    position: relative;
    margin-top: -26px;
    /* top: -32px; */
    border-radius: 20px;
}

/* TITLE */
.card-content h3 {
    margin: 0;
    font-size: 28px;
    color: white;
}

/* STARTING TEXT */
.starting {
    font-size: 14px;
    /* opacity: 0.8; */
    color: #c5c5c5;
    margin: 0px 0;
}

/* PRICE ROW */
.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* PRICE */
.price {
    font-size: 31px;
    font-weight: bold;
    margin-top: 2px;
    color: #ffa500;
}

.price span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

/* AVAILABILITY */
.availability {
    text-align: right;
    font-size: 12px;
}

.availability span {
    color: #ffa500;
    display: block;
    font-size: 18px;
}

.availability strong {
    font-size: 13px;
}

/* BUTTON */
.view-btn {
    width: 100%;
    margin-top: 4px;
    padding: 10px;
    background: #d4af37;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.view-btn:hover {
    background: #c19b2e;
}


/* SCROLL CONTAINER */
.product-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    /* padding: 20px; */
}

/* HIDE SCROLLBAR */
.product-scroll::-webkit-scrollbar {
    display: none;
}
.product-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* GRID */
.product-wrapper {
   display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

/* MOBILE */
@media (max-width: 768px) {
    .product-wrapper {
        grid-auto-columns: calc(100% / 2); /* 2 per row */
    }
}

/* CARD DESIGN */
.product-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.product-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.card-image {
    position: relative;
}

.card-image img {
    width: 100%;
    height: 204px;
    object-fit: cover;
}

/* BADGE */
.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: orange;
    color: #fff;
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 6px;
}

/* VEG ICON */
.veg-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    border: 2px solid green;
}

.non-veg-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px;
    border: 2px solid rgb(250, 0, 0);
}

/* CONTENT */
.card-content {
    padding: 12px;
}

.card-content h3 {
    font-size: 23px;
}

.starting {
    font-size: 14px;
    color: #dcdcdc;
}

/* PRICE ROW */
.price-row {
    display: flex;
    justify-content: space-between;
    margin: 0px 0;
}

.price span {
    font-size: 14px;
    display: block;
    color: white;
    font-weight: 600;
}

/* BUTTON */
.view-btn {
    width: 100%;
    padding: 8px;
    border: 1px solid #ffa500;
    color: #ffa500;
    background: transparent;
    border-radius: 8px;
    cursor: pointer;
}

.view-btn:hover {
    background: #ff6600;
    color: #fff;
}