@charset "utf-8";
/***** Design By Manjeet 5.3.5 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* CSS Document */

body {
    background: #FEF9F9;
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: var(--font1);

}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}

* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

p {
    margin: 0px;
}

::-moz-selection {
    text-shadow: none;
    background: #1265ff;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #2049ff;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.container-fluid {
    padding-left: 2%;
    padding-right: 2%;
}

/*------------------ VARIABLE CSS ------------ */

:root {
    --font1: "Open Sans", sans-serif;
    --font2: "Alumni Sans", sans-serif;
}

/*Design Of Index Page*/
/* ===== MAIN MODAL ===== */
.offerModal .modal-content {
  border-radius: 18px;
  overflow: hidden;
}
/* CLOSE BUTTON */
.offerModal-close {
  position: absolute;
  top: 12px;
  right: 15px;
  background: #ffd600;
  border: none;
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
   color: #1f6f08;
   z-index: 9999;
}
/* LEFT */
.offerModal-left {
  background: linear-gradient(135deg, #1f6f08, #c3b24b);
  padding: 30px  !important;
   color: #fff;
    position: relative;
}
.offerModal-left h4 {
    font-size: 25px;
 }
 .offerModal-left p {
    font-size: 14px;
    margin: 12px 0px;
 }
 .offerModal-left img { 
   position: absolute;
    bottom: 0px;
    right: 3px;
    width: 195px;
 }
.offerModal-feature {
  margin: 19px 0px;
  font-size: 14px;
  color: #fff;
}

/* RIGHT */
.offerModal-right {
  padding: 30px  !important;
}
.offerModal-right h5 {
   font-size: 22px;
    margin-bottom: 10px;
}
/* BUTTON */
.offerModal-btn {
background: linear-gradient(135deg, #1f6f08, #c3b24b);
    border: none;
    color: #fff;
    padding: 7px;
    border-radius: 8px;
}

.offerModal-btn:hover {
  transform: scale(1.02);
   color: #fff;
}
.offerModal-right.nav-tabs {
     border: none;
}
.offerModal-right .note {
    text-align: center;
     color: #4b4b4b;
     font-size: 14px;
     margin: 12px 0px;
}
/* TABS */
.offerModal .nav-tabs .nav-link.active {
  background: #ffd600;
  border: none;
  color: #1f6f08;
  border-radius: 8px;
}

.offerModal .nav-tabs .nav-link {
  border: none;
  color: #555;
  font-size: 14px;
}
.offerModal-right label {
     font-size: 14px;
}
/* LANGUAGE DROPDOWN */
.language-wrapper {
    position: relative;
    width: 100%;
    text-align: end;
    display: flex;
    justify-content: end;
}

.selected-lang {
    background: #cbbc64;
    padding: 5px 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    color: #fffcfc;
    font-size: 15px;
    gap: 39px;
}

.lang-dropdown {
    position: absolute;
    width: 184px;
    background: #1f6f08;
    list-style: none;
    padding: 0;
    margin: 5px 0;
    display: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1000;
    color: #ffff;
    text-align: left;
    top: 34px;
}

.lang-dropdown li {
    padding: 10px;
    cursor: pointer;
}

.lang-dropdown li:hover {
    background: #6c8a1c;
}

.look {
    display: block;
}

/* loader */
/* .darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #fff;
	backdrop-filter: blur(12px);
} */
/* LOADER */
main {
     background-color: #fff;
}
#loader {
    height: 100vh;
    width: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    position: fixed;
    z-index: 99999;
}

/* LOGO LOADER */
.logoLoader {
    display: flex;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 10px;
}

.logoLoader span {
    opacity: 0;
    transform: translateY(50px);
    display: inline-block;
    /* gradient text */
    background: linear-gradient(319deg, rgb(255 255 255) 0%, rgb(186 166 48) 35%, rgb(31 111 8) 89%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: letterReveal .6s forwards,
        wave 2s ease-in-out infinite;
}

.logoLoader span:nth-child(1) {
    animation-delay: .1s, 1s;
}

.logoLoader span:nth-child(2) {
    animation-delay: .2s, 1.1s;
}

.logoLoader span:nth-child(3) {
    animation-delay: .3s, 1.2s;
}

.logoLoader span:nth-child(4) {
    animation-delay: .4s, 1.3s;
}

.logoLoader span:nth-child(5) {
    animation-delay: .5s, 1.4s;
}

.logoLoader span:nth-child(6) {
    animation-delay: .6s, 1.5s;
}

@keyframes letterReveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wave {

    0%,
    100% {
        transform: translateY(0);
        text-shadow: 0 0 5px #9cb85d;
    }

    50% {
        transform: translateY(-12px);
        text-shadow: 0 0 20px #02a002;
    }

}

/* SLOGAN */

.slogan {
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: 3px;
    color: #000000;
    opacity: 0;
    animation: sloganFade 1s forwards 1.2s,
        pulse 3s infinite 2.5s;
}

@keyframes sloganFade {
    to {
        opacity: 1;
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: .4;
    }

    50% {
        opacity: 1;
    }
}

/* loader end */
.logo {
    width: 100%;
}

.logo img {
    width: 57%;
}

.locationModal .modal-content {
    border-radius: 16px;
    padding: 20px;
}

.searchBox {
    border-radius: 12px;
    padding: 10px;
    border: 1px solid #ddd;
}

.useLocation {
    color: #0f3704;
    font-weight: 500;
    cursor: pointer;
}

.locationModal .divider {
    border-top: 1px dashed #ddd;
    margin: 15px 0;
}

.locationModal .loginLink {
    color: #4b4b4b;
    cursor: pointer;
}

.locationIndex {
    display: flex;
    gap: 5px;
    cursor: pointer;
}

.locationIndex:hover {
    color: #1f6f08;
}


.locationIndex p {
    display: inline-block;
    font-size: 14px;
        margin: 0px;
}


.locationIndex p:nth-child(1) {
    color: #444343;
}

.topRight {
    display: flex;
    align-items: center;
}

.TopLeft {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infoIndexTop a {
    color: #ffffff;
    font-size: 14px;
}

.discountTop {
    width: 100%;
    background: #4728E9;
    background: linear-gradient(319deg, rgb(255 255 255) 0%, rgb(186 166 48) 35%, rgb(31 111 8) 89%);
    padding: 10px 23px 10px 20px;
}

.codeIndex a {
    color: #ffffff;
    font-size: 14px;
}

.codeIndex {
    text-align: center;
}

/***search***/
.search-container {
    position: relative;
    width: 100%;
}

.search-bar {
    display: flex;
    border: 3px solid #d4af37;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

/* Category Dropdown */
.search-category {
    width: 156px;
    border: none;
    background: #f3f3f3;
    padding: 10px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.search-input {
    flex: 1;
    padding: 12px;
    border: none;
    font-size: 15px;
    outline: none;
}

.search-button {
    width: 48px;
    border: none;
    background-color: #d4af37;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    color: #fff;
}

.search-button:hover {
    background-color: #f3a847;
}

.suggestions-box {
    display: none;
    position: absolute;
    width: 100%;
    background: #e6e6e6;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    z-index: 1000;
}

.suggestion-item {
    padding: 12px 15px;
    font-size: 15px;
    color: #518b34;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.suggestion-item:hover {
    background-color: #d4d4d4;
}

.search-category option {
    height: 100px;
    overflow: scroll;
}

.close-suggestions {
    cursor: pointer;
    font-size: 18px;
    color: #333;
}



/* Mobile search icon */
.mobile-search-icon {
    display: none;
    background: #d4af37;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 8px 10px;
    border-radius: 5px;
}

/* Mobile Responsive */
@media (max-width:768px) {

    .mobile-search-icon {
        display: block;
        background: #1f6f08;
    }

    .search-container {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        padding: 10px;
        background: #fff;
    }

    .search-container.active {
        display: block;
    }
}


/* ================= TRIGGER ================= */
.signInIndex {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
    font-weight: 600;
}

.signInIndex:hover {
    color: #005024;
}

/* ================= PANEL ================= */
.signInIndex-panel {
    position: absolute;
    top: 45px;
    right: 0;
    width: 260px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    padding: 10px 0;
    z-index: 999;
    animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* HEADER */
.signInIndex-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    font-size: 14px;
}

.signInIndex-header a {
    color: #2874f0;
    font-weight: 600;
    text-decoration: none;
}

/* MENU ITEM */
.signInIndex-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    transition: 0.2s;
}
.signInIndex-item a{
color: #333;
}
.signInIndex-item:hover {
    background: #f5f5f5;
}

.signInIndex-item i {
    font-size: 16px;
}

/* DIVIDER */
.signInIndex-divider {
    height: 1px;
    background: #eee;
    margin: 5px 0;
}



/* MODAL LOGIN */
.wishlistIndex i {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.wishlistIndex i:hover {
    color: #005024;
}

/* ================= CART ICON ================= */
.myCart-wrapper {
    position: relative;
    font-size: 26px;
    cursor: pointer;
}

.myCart-count {
    position: absolute;
    top: -8px;
    right: -14px;
    background: linear-gradient(80deg, #d4af37, #1f6f08);
    color: #fff;
    font-size: 11px;
    padding: 4px 9px;
    border-radius: 50%;
    font-weight: 600;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    height: 25px;
    width: 25px;
}

/* ================= PANEL ================= */
.myCart-panel {
    position: absolute;
    right: 0;
    top: 50px;
    width: 360px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    padding: 16px;
    z-index: 999;
    animation: fadeSlide 0.3s ease;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================= HEADER ================= */
.myCart-header {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* ================= TABS ================= */
.myCart-tabs .nav-link {
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    color: #000
}

.myCart-tabs .nav-link.active {
    background: #bfac3f;
    color: #fff;
    border-radius: 9px 9px 0px 0px;
}

/* ================= ITEMS ================= */
.serviceRepair  p {
margin: 0px 0px 19px;
    font-size: 18px;
}
.myCart-item {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 10px;
    transition: 0.3s;
}

.myCart-item:hover {
    background: #f5f5f5;
}

.myCart-img {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    object-fit: cover;
    margin-right: 10px;
}

.myCart-title {
    font-size: 14px;
    font-weight: 600;
}

.myCart-price {
    font-size: 13px;
    color: #28a745;
}

/* REMOVE BTN */
.myCart-remove {
    margin-left: auto;
    color: #dc3545;
    cursor: pointer;
    font-size: 18px;
}

.myCart-serviceRemove {
    margin-left: auto;
    color: #dc3545;
    cursor: pointer;
    font-size: 18px;
}

/* ================= FOOTER ================= */
.myCart-footer {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.myCart-btn {
    background: linear-gradient(135deg, #1f6f08, #c2b048);
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    border: none;
}

.myCart-btn:hover {
    background: #1f6f08;
    color: #fff;
}
.addAddressServices {
border-bottom-style: dashed;
    border-block-color: #ccc;
    padding-bottom: 7px;
    cursor: pointer;
}
  .addressCard {
            border: 1px solid #e5e5e5;
            border-radius: 12px;
            padding: 10px;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .addressLeft {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .locationIcon {
           width: 30px;
    height: 30px;
    background: #f5f5f5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #555;
        }

        .addressText h5 {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
        }
        
.addressText {
	    border: 1px solid #ccc;
    padding: 11px;
    border-radius: 10px;
    margin-bottom: 11px;
}

        .addressText p {
            margin: 3px 0 0;
            color: #777;
            font-size: 14px;
        }

        .editBtn {
            border: 1px solid #dcdcdc;
            padding: 8px 18px;
            border-radius: 10px;
            background: #fff;
            font-weight: 500;
            transition: 0.3s;
        }

        .editBtn:hover {
            background: #f7f7f7;
        }
        
        
        
        /* Modal */
.slotModal {
  border-radius: 20px;
  overflow: hidden;
  border: none;
}

/* Header */
.customHeader {
  background: #1f6f08;
  color: #fff;
  border-bottom: none;
}

/* Section Title */
.sectionTitle {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Date Scroll */
.dateScroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
}

/* Date Box */
.dateBox {
  min-width: 75px;
  background: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
  transition: 0.3s;
}

.dateBox h4 {
  margin: 5px 0;
  font-weight: 600;
}

.dateBox.active {
  background: #1f6f08;
  color: #fff;
  box-shadow: 0 4px 12px rgba(31,111,8,0.3);
}

/* Slot Box */
.slotBox {
  background: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
}

.slotBox:hover {
  border-color: #1f6f08;
  transform: translateY(-2px);
}

.slotBox.active {
  background: #1f6f08;
  color: #fff;
  box-shadow: 0 5px 15px rgba(31,111,8,0.25);
}

/* Continue Button */
.continueBtn {
  background: linear-gradient(135deg, #1f6f08, #2ea10f);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
}
/* header ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

header {
    background: #4f8c3b;
    margin-top: 10px;
}

header ul a {
    color: #f3f1f1;
    font-size: 14px;
    margin: 0px 10px;
    padding: 10px 0px;
}

header ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menuClick {
    font-size: 25px;
} */

.menuRight ul {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu {
    background-color: #1f6f08;
    padding: 14px 0px;
}

.department i {
    font-size: 20px;
}

.department {
    background-color: #c3b24b;
    color: #fff;
    padding: 8px 12px !important;
    border-radius: 5px;
    font-size: 16px !important;
}

.menuRight ul a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;

}

.menuRight a {

    padding: 20px 0px;
}

/* MEGA MENU */

.megaParent {
    position: relative;
}

.megaMenu {
    position: absolute;
    left: 0;
    top: 35px;
    width: 800px;
    background: #ffffff;
    padding: 15px 20px;
    display: none;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    z-index: 12;
    position: absolute;
}

.menuRight .allDeep {
    width: auto;
}

.megaMenu h6 {
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

.Fashion {
    width: 20px !important;
    height: 20px !important;
    object-fit: cover;
}

.megaMenu img {
    object-fit: cover;
    border-radius: 5px;
      height: auto;
    width: 100%;

}

.megaMenu p {
    color: #000;
    background-color: #fff;
    border-radius: 50px;
    font-size: 14px;
    padding: 8px 12px;
    position: relative;
    bottom: 60px;
    left: 30px;
    display: inline-block;
}

.megaMenu ul {
    display: block;
    padding: 0;
    margin: 0;
}

.megaMenu ul li {
    margin-bottom: 8px;
}

.megaMenu ul li a {
    color: #555;
    font-size: 14px;
    transition: 0.5s linear;
    display: flex;
    padding: 7px 0px !important;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    white-space: nowrap;
    /* text break nahi hoga */
}

/* LEFT SIDE ICON + TEXT */
.allDeep ul li a span {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

/* RIGHT ARROW */
.allDeep ul li a::after {
    content: "\f285";
    /* bootstrap icon arrow */
    font-family: "bootstrap-icons";
    font-size: 12px;
    margin-left: 90px;
    color: #999;
    transition: 0.3s;
    flex-shrink: 0;
    /* arrow shrink nahi hoga */
}

.allDeep ul li a:hover::after {
    color: #1f6f08;
    transform: translateX(3px);
}

.megaMenu ul li a:hover {
    color: #1f6f08;
    margin-left: 3px;
    transition: 0.5s linear;
}






/* SUB MEGA MENU */
.subMegaMenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 800px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    padding: 10px;
    display: none;
}

.subMegaMenu ul {
    padding: 0;
    margin: 0;
}

.subMegaMenu ul li {
    list-style: none;
}

.subMegaMenu ul li a {
    display: block;
    padding: 8px 10px;
    color: #555;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}

.subMegaMenu ul li a:hover {
    color: #1f6f08;
}

/* SHOW ON HOVER */
.megaMenu .megaParent:hover .subMegaMenu {
    display: block;
}

/***left Menu ***/
.menuLeft ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 32px;
}

.menuLeft ul a {
    color: #fff;
    display: flex;
    gap: 32px;
}

/* .menuBar {
     position: absolute;
    top: 44px;
           background: #fff;
    padding: 5px;
    border-radius: 0px 0px 12px 12px;
    border: 1px solid #ccc;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
     width: 100%;
     font-size: 13px !important;
           z-index: 5;
           display: flex;
}
.menuBar a{
  color: #000 !important; 
         background: #fff;
         font-size: 14px !important;
          display: flex;
           gap: 8px;
       
}
.menuBar li {
  margin: 3px 0px !important;
  
}
.menuBar ul {
   display: inline-block;
  
} */
/* hover open */

.megaParent:hover .megaMenu {
    display: block;
}



/* MENU TOGGLE ICON */
.menuToggle {
    display: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

/* MOBILE */
@media (max-width:991px) {

    .menuToggle {
        display: block;
    }

    .menuRight {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100vh;
        background: #1f6f08;
        padding: 20px;
        transition: 0.4s;
        z-index: 999;
    }

    .menuRight.active {
        left: 0;
    }

    .menuRight ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .menuRight ul li {
        width: 100%;
    }

    .menuRight ul li a {
        display: block;
        width: 100%;
    }

    .menuLeft {
        display: none;
    }

    /* Mega menu mobile */
    .megaMenu {
        position: static;
        width: 100%;
        box-shadow: none;
        padding: 10px 0;
    }

    .subMegaMenu {
        position: static;
        width: 100%;
        box-shadow: none;
    }

    .megaParent:hover .megaMenu {
        display: none;
    }

    .megaParent.active .megaMenu {
        display: block;
    }

}

/* MOBILE HEADER FIX */

@media (max-width:768px) {

    .topRight {
        gap: 10px;
    }

    .locationIndex {
        display: none;
    }

    .logo img {
        width: 90%;
    }

    .TopLeft {
        gap: 10px;
    }

    .discountTop {
        padding: 8px 10px;
    }

    .infoIndexTop,
    .codeIndex {
        text-align: center;
    }

    .infoIndexTop a {
        display: block;
    }

}





/* MENU ICON */
.menuToggle {
    display: none;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}

#menuClose {
    display: none;
}

/* MOBILE MENU */
@media(max-width:991px) {

    .menuToggle {
        display: block;
    }

    .menuRight {
        position: fixed;
        top: 66px;
        left: -100%;
        width: 280px;
        height: 100vh;
        background: #1f6f08;
        padding: 20px;
        transition: 0.4s;
        z-index: 999;
    }

    .menuRight.active {
        left: 0;
    }

    .menuRight ul {
        flex-direction: column;
        gap: 15px;
    }

    .menuRight a {
        padding: 10px 0 !important;
    }

    /* disable hover mega menu on mobile */
    .megaMenu {
        position: static;
        width: 100%;
        box-shadow: none;
        display: none;
    }

    .megaParent.active .megaMenu {
        display: block;
    }

}

/* LEFT SLIDER */
.banner {
    margin-top: 40px;
    animation: moveUp 0.8s ease-out;
}

/* LEFT SLIDER */
/* LEFT SLIDER */

.banner-slider {
    height: 520px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.banner-slide {
    position: relative;
    height: 520px;
    display: flex;
    align-items: center;
    padding: 60px;
    color: #fff;
}

.banner-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.banner-content {
    position: relative;
    z-index: 2;
    animation: bannerFadeUp 1s ease;
}

.banner-content span {
    font-size: 13px;
    letter-spacing: 2px;
}

.banner-content h1 {
    font-size: 48px;
    margin: 10px 0;
}

.banner-btn {
    padding: 12px 28px;
    border: none;
    border-radius: 30px;
    background: white;
    font-weight: 600;
    cursor: pointer;
}

/* RIGHT SIDE */

.banner-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 520px;
}

.banner-card-large {
    flex: 1;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px;
    color: white;
}

.banner-card-large img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.banner-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.banner-card-content {
    position: relative;
    z-index: 2;
}

.banner-small-cards {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    flex: 1;
}

.banner-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding: 20px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-card img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.banner-card-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.banner-card:hover {
    transform: scale(1.05);
    transition: 0.4s;
}

.banner-card h5,
.banner-card p {
    position: relative;
    z-index: 2;
}

/* OWL NAV */

.banner.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.banner.owl-nav button {
    background: white !important;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
}

.banner .owl-nav i {
    font-size: 22px;
}

/* NAV ARROWS */

.banner-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s;
    z-index: 5;
}

.banner-slider:hover .owl-nav {
    opacity: 1;
}

.banner-slider .owl-nav button {
    background: white !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.banner-slider .owl-nav i {
    font-size: 24px;
}

/* ANIMATION */

@keyframes bannerFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE */

@media(max-width:991px) {

    .banner-slider {
        height: 420px;
    }

    .banner-slide {
        height: 420px;
    }

    .banner-right {
        height: auto;
    }

}

/* DOTS INSIDE BANNER */

.banner-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.banner-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s;
}

.banner-slider .owl-dots .owl-dot.active {
    background: #fff !important;
    width: 25px;
    border-radius: 20px;
}

/* TICKER BAR */

.topTicker {
    background: #d4af37;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin-top: 30px;
}

/* TRACK */

.topTicker-track {
    display: flex;
    width: max-content;
    animation: scrollTicker 25s linear infinite;
}

/* TEXT */

.topTicker span {
    padding: 12px 20px;
    font-weight: 600;
    letter-spacing: .5px;
    display: inline-block;
}

/* HOVER PAUSE */

.topTicker:hover .topTicker-track {
    animation-play-state: paused;
}

/* SCROLL ANIMATION */

@keyframes scrollTicker {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

}

/* features pannel */
.topcat {
    padding-bottom: 15px;
    border-bottom: 1px solid#ccc;
}

.featuresTopIndex h3 {
    font-size: 35px;
}

.featuresTopMore a {
    text-align: end;
    display: block;
    background-color: #c3b24b;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
}

.featuresTopMore a:hover {
    opacity: 0.8;
    transition: 0.6s linear;
    background: #1f6f08;
}

.featuresTopMore {
    display: flex;
    justify-content: end;
}

.featuresIndex {
    padding: 60px 0 0px;
}

/* CARD */

.featuresBox {
    position: relative;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    transition: all .4s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    margin-top: 40px;
}

/* IMAGE */

.featuresBox img {
       width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform .5s ease;
}

/* TEXT */

.featuresBox p {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 12px;
    text-align: center;
    font-weight: 500;
    background: #f4f4f4;
    transition: .35s;
}

/* IMAGE ZOOM */

.featuresBox:hover img {
    transform: scale(1.08);
}

/* TEXT DARK */

.featuresBox:hover p {
    background: linear-gradient(135deg, #1f6f08, #cbbc64);
    color: #fff;
}

/* LIGHT SHINE EFFECT */

.featuresBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    transition: .75s;
}

/* SHINE MOVE */

.featuresBox:hover::before {
    left: 125%;
}

/* CARD LIFT */

.featuresBox:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* features pannel */
/* FLASH SALE */

.saleFlash {
    background: linear-gradient(135deg, #c3b24b, #d4af37);
    border-radius: 16px;
    padding: 35px 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    margin-top: 50px;
}

/* LEFT TEXT */

.saleFlash-left h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.saleFlash-left p {
    font-size: 14px;
    color: #ffffff;
}

/* TIMER */

.saleFlash-timer {
    display: flex;
    align-items: center;
    gap: 20px;
}

.saleFlash-box {
    position: relative;
    text-align: center;
}

.saleFlash-box span {
    display: block;
    background: #e74c3c;
    color: white;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    min-width: 55px;
}

.saleFlash-box small {
    display: block;
    font-size: 11px;
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
}

/* COLON USING CSS */

.saleFlash-box:not(:last-child)::after {
    content: ":";
    position: absolute;
    right: -12px;
    top: 8px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/* RIGHT SIDE */

.saleFlash-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* COUPON COPY */

.saleFlash-copy {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
}


/* BUTTON */

.saleFlash-btn {
  background: #1f6f08;
    color: white;
    border: none;
    padding: 6px 19px;
    border-radius: 9px;
    font-weight: 600;
}

.saleFlash-btn:hover {
    opacity: 0.9;
}

/* MOBILE */

@media(max-width:900px) {

    .saleFlash {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }

}

.category-section{
    padding-bottom: 80px;
}
.allCat {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #ccc;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

}

.category-item {
    text-align: center;
    margin-bottom: 25px;
}

.category-box {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: #fff;
    transition: .3s;
    cursor: pointer;
}

.category-box img {
    width: 38px;
}

.category-item p {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
}

.category-box:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}


.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    padding: 20px 100px;
    margin-top: 0px;
}


/* Tabs */


        .tabs-wrapper {
            position: relative;
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }

        .product-tabs {
            display: flex;
              flex-wrap: nowrap !important;
            overflow-x: auto;
            overflow-y: hidden;
            gap: 15px;
            width: 100%;
            padding: 10px 50px;
            white-space: nowrap;
            scroll-behavior: smooth;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .product-tabs::-webkit-scrollbar {
            display: none;
        }

        .product-tabs .nav-item {
            flex: 0 0 auto;
        }

        .product-tabs .nav-link {
            min-width: 120px;
            border: none;
            border-radius: 16px;
            background: #fff;
            color: #222;
            text-align: center;
            padding: 15px 10px;
            font-weight: 600;
            transition: 0.3s;
        }

     
        .product-tabs .nav-link img {
            width: 40px;
            height: 40px;
            object-fit: contain;
            margin-bottom: 5px;
        }

        /* Arrow Button */

        .tabArrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 42px;
            height: 42px;
            border: none;
            border-radius: 50%;
            background: #0d6efd;
            color: #fff;
            z-index: 20;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }

        .leftArrow {
            left: 0;
        }

        .rightArrow {
            right: 0;
        }
    /* =========================
           Owl Nav
        ========================== */

        .product-tabs .owl-nav {
            display: flex !important;
            justify-content: end;
            gap: 10px;
            margin-top: 20px;
        }

       .product-tabs .owl-nav button {
            width: 40px;
            height: 40px;
            border-radius: 50% !important;
            background: #0d6efd !important;
            color: #fff !important;
            font-size: 20px !important;
        }
 
.product-tabs .nav-link {
    font-size: 18px;
    color: #888;
    border: none;
}
.product-tabs {
    border-bottom: 2px solid#ceb03e;
}
.product-tabs .nav-link.active {
    color: #000;
    border-bottom: 3px solid #1e7007;
        border-radius: 15px 14px 12px 12px;
}
.product-tabs img {
    width: 30px;
     height: 30px;
      object-fit: cover;
}
/* All Product Card */

.allProduct {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    transition: .3s;
    margin-bottom: 80px;
}



/* Image */

.product-img {
    position: relative;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    transition: .4s;
    height: 331px;
    object-fit: cover;
}

.allProduct:hover img {
    transform: scale(1.05);
}

/* Sale */

.salepro {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e63946;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 20px;
    z-index: 2;
}

/* Icons */

.iconsPro {
    position: absolute;
    top: 15px;
    right: -50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: .3s;
    z-index: 10;
}

.allProduct:hover .iconsPro {
    right: 10px;
}

.iconsPro i {
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    height: 40px;
    width: 40px;
    text-align: center;
}

.iconsPro i:hover {
    background: #1f6f08;
    color: #fff;
}

/* Price */

.old {
    text-decoration: line-through;
    color: #888;
}

.new {
    color: #e63946;
    font-weight: 600;
}
.addBuy {
     display: flex;
      align-items: center;
      justify-content: space-between;
}
.buyNowIndex{
    width: 100%;
    border: none;
     border-radius: 8px;
    padding: 10px 14px;
    font-weight: 600;
    color: #fff;
     margin-top: 10px;
    background: linear-gradient(135deg, #d8bd7b, #caa55d);
    transition: all .35s ease;
    font-size: 13px;
}
.product-slider .owl-nav {
	display:none;
}
/* Add Cart */
.add-cartPro {
    width: 100%;
    padding: 10px;
    border: none;
    background: linear-gradient(135deg, #1f6f08, #cbbc64);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 13px;
}

/* SHINE EFFECT */
.add-cartPro::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.4s;
}

.add-cartPro:hover::after {
    left: 100%;
}

.add-cartProt:hover {
    transform: scale(1.02);
}

/* Owl Arrows */


.logoFooter img {
    width: 170px;
}

/*  */
.queryPannel {
    position: relative;
    padding: 100px 40px;
    overflow: hidden;
    margin-top: 70px;
    border-radius: 5px;
}

.queryPannel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bannerRwquest.png");
    background-size: cover;
    background-position: center;
    filter: blur(6px);
    z-index: -1;
}

.queryPannel {
    position: relative;
    z-index: 1;
}

.leftEnquery {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #ccc;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.leftEnquery h3 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.leftEnquery span {
    color: #005024;
}

.leftEnquery p {
    margin: 5px 0px;
    font-size: 15px;
}

.leftEnquery ul a {
    color: #313131;
    font-size: 14px;
    margin: 8px 0px;
    display: block;

}

.writeEnquery {
    background-color: rgb(255 255 255 / 80%);

    backdrop-filter: blur(6px);
    border-radius: 5px;
    padding: 25px;
}

.writeEnquery h3 {
    font-size: 28px;
    color: #005024;
    font-weight: 600;
}

.writeEnquery label {
    width: 100%;
    font-size: 14px;
}

.writeEnquery input {
    width: 100%;
    padding: 5px 12px;
    outline: none;
    border: 1px solid#ccc;
    border-radius: 5px;
}

.writeEnquery textarea {
    width: 100%;
    padding: 5px 12px;
    outline: none;
    border: 1px solid#ccc;
    border-radius: 5px;
}

.submitEnquery {
    background-color: #005024;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    width: 100%;
    margin-top: 5px;
    display: block;
}

/*  */
/* footer */
footer {
    border-top: 1px solid #ccc;
    padding: 40px 0px;
}

.logoFooter p {
    margin: 0px;
    font-size: 14px;
    color: #464646;
    margin-top: 25px;
}

.companyFooter h3 {
    margin-bottom: 25px;
    margin-top: 110px;
    font-size: 26px;
}

.companyFooter ul li a {
    font-size: 14px;
    color: #464646;
    margin-top: 10px;
    display: block;
    transition: 0.5s linear;

}

.companyFooter ul li a:hover {
    color: #1f6f08;
    margin-left: 3px;
    transition: 0.5s linear;
}


.socialMediaIndex h3 {
    margin-bottom: 25px;
    margin-top: 110px;
    font-size: 26px;
}

.social-icons {
    display: flex;
    justify-content: start;
    gap: 20px;
}

.social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #f2f2f2;
    border-radius: 50%;
    font-size: 22px;
    color: #333;
    text-decoration: none;
    transition: all 0.4s ease;
}

/* Hover animation */
.social-icons a:hover {
    transform: translateY(-8px) scale(1.1);
    background: #0d6efd;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Individual hover colors */
.social-icons a:nth-child(1):hover {
    background: #1877f2;
    /* Facebook */
}

.social-icons a:nth-child(2):hover {
    background: #e4405f;
    /* Instagram */
}

.social-icons a:nth-child(3):hover {
    background: #1da1f2;
    /* Twitter */
}

.social-icons a:nth-child(4):hover {
    background: #ff0000;
    /* YouTube */
}

@keyframes moveUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.copyright p {
margin: 0px;
    font-size: 14px;
    text-align: center;
    /* margin-bottom: 20px !important; */
    padding: 8px;
    background: #cbbc64;
}
.copyright a {
color:#006400;
}
/*ShortPannel*/
.shortPannel {
    padding-top: 80px;
}

.proservices {
    border: 1px solid#CCC;
    padding: 20px;
    border-radius: 5px;
}

.proservices img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 3px;
}

.proservices a {
    display: inline-grid;
    margin: 15px 3px;

}

.seeMore {
    display: block !important;
    color: #1f6f08;
    font-size: 16px;
    margin: 0px !important;
    font-weight: 500;
    transition: 0.6s linear;

}

.seeMore:hover {
    display: block !important;
    transition: 0.6s linear;
    margin-left: 5px !important;
    color: #cfb03d;
}

.servicesPro img {
    object-fit: contain;
    width: 100%;
    border-radius: 5px;
    /* height: 359px; */
}

/*ShortPannel*/
/* Select trading  */
.trandingPannel {
    border-radius: 5px;
    margin-top: 30px;
}

.SelectedTrending h3 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
}

.SelectedTrending span {
    color: #005024;
}

.trandingbox {
    padding: 20px;
    border: 1px solid#ccc;
    border-radius: 5px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    overflow: hidden;
}

.trandingbox img {
    object-fit: cover;
    width: 100%;
    height: 190px;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: 0.6s;

}

/* Hover Effect */
.trandingbox:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.trandingbox:hover img {
    transform: scale(1.1);
}

/* Select trading  */
/* banner About */
/* .aboutBanner {
  background-image: url(../images/aboutAll.png);
    background-size: 100%;
    padding: 273px 0px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background-repeat: no-repeat;
} */
/* .aboutBanner {
      background-image: url(../images/aboutAll.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    border-bottom: 1px solid #ccc;
    width: 100%;
    height: 320px;
} */
.aboutPannel h3 {
    font-size: 50px;
    color: #000000;
    font-weight: 600;
}

.aboutPannel p {
    color: #333333;
    margin-top: 5px;
    font-size: 18px;
}

/* banner About */
.aboutPanel {
    background-color: #fff;
}

.aboutTop {
    padding-top: 50px;
}

.aboutTop span {
    font-size: 17px;
    font-weight: 500;
}

.aboutTop h3 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 10px;
}

.aboutTop p {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #555;
}

.aboutHistory {
    margin-top: 50px;
}

.boxAbout img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    border-radius: 5px;
}

.boxAbout h3 {
    margin-top: 20px;
    font-size: 26px;
}

.boxAbout p {
    margin-top: 20px;
    font-size: 14px;
    color: #686868;
}

.add-About-left img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.add-About img {
    width: 100%;
    height: 365px;
    object-fit: fill;
}

.fastdelivery-section {
    background: #fff;
    padding: 20px;
    margin-top: 50px;
    border-radius: 12px;
}

.fastdelivery-tag {
    display: inline-flex;
    align-items: center;
    background: #dff7d7;
    color: #1f6f08;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.fastdelivery-tag::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #1f6f08;
    border-radius: 50%;
    margin-right: 8px;
}

.fastdelivery-title {
    font-size: 32px;
    margin: 15px 0;
    font-weight: 600;
    color: #1a1a1a;
}

.fastdelivery-text {
    color: #555;
    line-height: 1.7;
    font-size: 15px;
}

.fastdelivery-list {
    margin: 25px 0;
    padding: 0;
    list-style: none;
}

.fastdelivery-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 15px;
    color: #444;
}

.fastdelivery-icon {
    width: 24px;
    height: 24px;
    background: #1f6f08;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 12px;
    flex-shrink: 0;
}

.fastdelivery-icon::before {
    content: '✔';
}

.fastdelivery-footer {
    margin-top: 20px;
    font-size: 15px;
    color: #555;
}

.faster-right img {
    width: 100%;
    object-fit: cover;
    height: 396px;
    border-radius: 5px;
}

/* Section */
.qualityPriority-section {
    background: #1f6f08d1;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    margin-top: 60px;
}

/* Header */
.qualityPriority-header {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 20px 60px;
    border-radius: 0 0 50px 50px;
    text-align: center;
}

.qualityPriority-header h2 {
    margin: 0;
    font-weight: 600;
}

.qualityPriority-header p {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

/* Card */
.qualityPriority-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    transition: 0.3s;
    height: 204px;
    margin-top: 60px;
}

.qualityPriority-card:hover {
    transform: translateY(-5px);
}

/* Icon */
.qualityPriority-icon {
    width: 60px;
    height: 60px;
    background: #f5e6b8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
}

/* Text */
.qualityPriority-card h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.qualityPriority-card p {
    font-size: 14px;
    color: #555;
}

/*  */
.product-gallery {
    padding: 60px 0;
}

.thumbnail-list .nav-link {
    border: none;
    padding: 6px;
    margin-bottom: 12px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all .3s;
}

.thumbnail-list .nav-link img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    height: 100px;
}

.thumbnail-list .nav-link.active {
    border: 1px solid #ccc;
    transform: scale(1.05);
    background: #fff;
    padding: 6px;
}

.thumbnail-list .nav-link:hover {
    transform: scale(1.05);
}

.product-preview {
    border-radius: 18px;

    text-align: center;
}

.product-preview img {
    width: 100%;
    height: 463px;
    object-fit: contain;
    transition: transform .4s;
    border-radius: 5px;
}


/*  */
/* brand */


/* title */

.productTitle h3 {
    font-weight: 700;
    font-size: 32px;
    margin: 5px 0 10px;
}

.productTitle p {
    font-size: 14px;
    color: #777;
    text-transform: uppercase;
}

/* rating */

.productRating {
    font-size: 14px;
}

.productRating i {
    color: #ffa500;
}

.productSold {
    color: #ff6600;
    margin-left: 10px;
}

/* price */

.productPrice h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 15px 0;
}

.productPrice p {
    color: #666;
    line-height: 1.7;
}


/* info box */

.productInfoBox {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.productInfoItem {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    transition: .3s;
}

.productInfoItem:last-child {
    border: none;
}

.productInfoItem i {
    font-size: 20px;
    transition: .3s;
}

.productInfoItem:hover {
    background: #fafafa;
}

.productInfoItem:hover i {
    transform: scale(1.2);
}

/* viewing */

.productViewing {
    margin-top: 18px;
    color: #444;
}

/* actions */

.productActions {
    margin-top: 10px;
    display: flex;
    gap: 20px;
    color: #555;
}

.productActions div {
    cursor: pointer;
    transition: .3s;
}

.productActions div:hover {
    color: #000;
    transform: translateY(-2px);
}

/* cart section */

.productCartSection {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* quantity */

.productQty {
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 30px;
    padding: 6px 12px;
}

.productQty button {
    border: none;
    background: none;
    width: 30px;
    font-size: 18px;
    transition: .3s;
}

.productQty button:hover {
    transform: scale(1.2);
}

.productQty span {
    width: 30px;
    text-align: center;
}

/* add cart */

.productAddCart {
    flex: 1;
    background: #c3b24b;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 14px;
    font-weight: 600;
    transition: .3s;
}

.productAddCart:hover {
    background: #1f6f08;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* icon buttons */

.productIconBtn {
    width: 45px;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}
.productIconBtn.active i{
    color: red;
}
.productIconBtn:hover {
    background: #1f6f08;
    color: #fff;
    transform: scale(1.1);
}



/* checkbox */

.productTerms {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    margin-top: 25px;
}

.productTerms input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

/* buy button */

.buyNowBtn {
    width: 100%;
    border: none;
    border-radius: 40px;
    padding: 16px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;

    background: linear-gradient(135deg, #d8bd7b, #caa55d);

    transition: all .35s ease;
}

.buyNowBtn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* product meta */

.productMeta {
    margin-top: 25px;
    font-size: 15px;
    color: #444;
}

.metaRow {
    display: flex;
    margin-bottom: 10px;
}

.metaLabel {
    width: 100px;
    font-weight: 500;
    color: #666;
}

.metaValue {
    flex: 1;
}

/* tab nav */

.productTabsNav {
    border-bottom: 1px solid #ddd;
    justify-content: center;
}

.productTabsNav .nav-link {
    border: none;
    color: #777;
    font-weight: 500;
    padding: 15px 25px;
    position: relative;
    transition: .3s;
}

.productTabsNav .nav-link:hover {
    color: #000;
}

.productTabsNav .nav-link.active {
    color: #000;
    background: none;
}

.productTabsNav .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000;
}

/* tab content */

.productTabContent {
    padding-top: 30px;
}

/* text */

.productTabText {
    color: #666;
    line-height: 1.8;
}

/* feature title */

.featureTitle {
    font-size: 20px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

/* image */

.productTabImage {
    width: 100%;
    border-radius: 6px;
    transition: .4s;
}

.productTabImage:hover {
    transform: scale(1.04);
}

.boxRelated {
    border: 1px solid#ccc;
    padding: 15px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
    background: #fff;
}

.boxRelated img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    border-radius: 5px;
}

.boxRelated h3 {
    margin-top: 8px;
    font-size: 18px;
}

.relatedBox h1 {
    margin-top: 70px;
    font-size: 22px;
    border-bottom: 1px solid#ccc;
    padding-bottom: 12px;
}


/* PRODUCT CARD */
.collectionPannel {
    padding: 50px 0px;
    background-color: #fff;
}

.collectionrightTop h3 {
    font-size: 26px;
}

.collectionrightTop p {
    font-size: 14px;
}

.featuresFilter {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.featuresFilter label {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.featuresFilter select {
    padding: 8px 35px 8px 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
}

/* Hover */
.featuresFilter select:hover {
    border-color: #555;
}

/* Focus */
.featuresFilter select:focus {
    border-color: #007bff;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.3);
}


.product-card {
    background: #fff;
    margin-top: 30px;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid#ccc;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.product-card-image img {
      width: 100%;
    object-fit: cover;
    transition: 0.4s;
    height: auto;
    aspect-ratio: 1 / 1;

}

.product-card:hover img {
    transform: scale(1.1);
    z-index: -9;
    position: relative;

}

/* Discount */
.product-card-image span {
    position: absolute;
    top: 15px;
    left: 15px;
  background: linear-gradient(80deg, #d4af37, #1f6f08);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    z-index: 7;

}


/* Icons */

.product-actions {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: 0.3s;
}

.product-card:hover .product-actions {
    opacity: 1;
}

.product-actions i {
    width: 40px;
    height: 40px;
    background: #d4af38;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.product-actions i:hover {
    background: #1f6f08;
}

/* Title */


/* Price */

.product-price {
    margin-top: 8px;
}

.product-price h4 {
    font-size: 15px;
    margin-top: 15px;
    color: #333;
}

.price-old {
    text-decoration: line-through;
    color: #888;
    margin-right: 5px;
    font-size: 14px;
}

.price-new {
    color: #ff3b30;
    font-size: 14px;
    font-size: 14px;
}

/* Fillter box Details product and services */
.filterSidebar {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
}

.filterTitle {
    padding: 16px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.filterBlock {
    border-bottom: 1px solid #eee;
}

.filterHead {
    padding: 14px 16px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
}

.filterHead:hover {
    background: #fafafa;
}

.filterBody {
    padding: 12px 16px;
}

.categoryList {
    padding: 0;
    margin: 0;
}

.categoryList li {
    list-style: none;
    font-size: 13px;
    margin-bottom: 8px;
    color: #444;
    cursor: pointer;
}

.categoryList li:hover {
    color: #2874f0;
}

.brandSearch {
    width: 100%;
    padding: 7px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
}

.brandList {
    max-height: 180px;
    overflow: auto;
    padding-right: 4px;
}

.checkItem {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 7px;
    cursor: pointer;
}

.checkItem input {
    margin-right: 7px;
    cursor: pointer;
}

.moreBrand {
    font-size: 13px;
    color: #2874f0;
    cursor: pointer;
    margin-top: 6px;
}

.arrow {
    transition: 0.3s;
    font-size: 14px;
}

.filterHead.collapsed .arrow {
    transform: rotate(180deg);
}

.priceFilter {
    background: #fff;
    padding: 15px;
    border-bottom: 1PX solid #CCC;
}

.priceTitle {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.priceGraph {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 35px;
    margin-bottom: 5px;
}

.priceGraph span {
    flex: 1;
    background: #dcdcdc;
}

.priceGraph span:nth-child(1) {
    height: 10px;
}

.priceGraph span:nth-child(2) {
    height: 16px;
}

.priceGraph span:nth-child(3) {
    height: 22px;
}

.priceGraph span:nth-child(4) {
    height: 28px;
}

.priceGraph span:nth-child(5) {
    height: 22px;
}

.priceGraph span:nth-child(6) {
    height: 16px;
}

.priceGraph span:nth-child(7) {
    height: 10px;
}

.priceSlider {
    width: 100%;
    accent-color: #2874f0;
}

.priceInputs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;

}

.priceSelect {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    border: 1px solid #ddd;
    outline: none;
}

.priceText {
    font-size: 13px;
}

.postBanner {
    margin-top: 30px;
}

.postBanner img {
    object-fit: cover;
    width: 100%;
}

.quickEye {
    font-size: 22px;
    cursor: pointer;
}

.quickProductImg {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.quickBrandmodal p:nth-child(1) {
    font-size: 14px;
    color: #505050;
}

.quickBrandmodal h3 {
    font-size: 24px;
    color: #000000;
    margin-top: 8px;
}

.quickBrandmodal p:nth-child(3) {
    font-size: 14px;
    color: #141414;
    margin-top: 5px;
}

.quickBrandmodal p:nth-child(4) {
    font-size: 14px;
    color: #505050;
    margin-top: 5px;
}



.qtyBox {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    margin-top: 15px;
}

.qtyBtn {
    width: 40px;
    height: 40px;
    border: none;
    background: #f5f5f5;
}

.qtyInput {
    width: 40px;
    text-align: center;
    border: none;
}

.addCartBtn {
    background: #c3b24b;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 6px 14px;
    font-weight: 600;
    transition: .3s;
    width: 100%;
    margin-top: 15px;
}

.wishlist {
    font-size: 14px;
    cursor: pointer;
}

.viewDetails {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: #444;
    text-decoration: none;
}

/* login page  */
.loginDash {
    margin-top: 60px;
}

.longinleft img {
    width: 100%;
    object-fit: cover;
}

.changeImage {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Box */
.loginBox {
    width: 100%;
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.loginBox h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.loginBox p {
    font-size: 14px;
    color: #3f3f3f;
    margin: 7px 0px 20px;
}

.loginBox:hover {
    transform: translateY(-5px);
}

/* Form */
.formGroup {
    margin-bottom: 15px;
    position: relative;
}

.formGroup label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.formGroup input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: 0.3s;
}

.formGroup input:focus {
    border-color: #28a745;
    outline: none;
    box-shadow: 0 0 5px rgba(40, 167, 69, 0.3);
}

/* Forgot */
.forgotBox {
    text-align: right;
    margin-bottom: 15px;

}

.forgotBox a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

.forgotBox a:hover {
    text-decoration: underline;
}

/* Button */
.loginBtn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    background: linear-gradient(319deg, #ffffff 0%, #baa630 35%, #1f6f08 89%);
    transition: 0.3s;
}

.loginBtn:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

/* Register */
.registerText {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

.registerText a {
    color: #28a745;
    font-weight: 600;
    cursor: pointer;
}

.registerText span:hover {
    text-decoration: underline;
}

.formGroup span {
    position: absolute;
    right: 10px;
    top: 32px;
    cursor: pointer;
    color: #555;
}

.formGroup span:hover {
    color: #000;
}

.otp-input {
    width: 50px;
    height: 55px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
}

.resend-link {
    cursor: pointer;
}

.verifyPannel {
    background-color: #d4af37;
    color: #fff;
}

.success-icon svg {
    width: 90px;
    height: 90px;
    display: block;
    margin: 0 auto;
}

.circle {
    stroke: #28a745;
    stroke-width: 3;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-linecap: round;
    animation: stroke 0.6s ease-out forwards;
}

.check {
    stroke: #28a745;
    stroke-width: 4;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    stroke-linecap: round;
    animation: stroke 0.4s 0.6s ease forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

.modal-content {
    animation: popup 0.4s ease;
}

@keyframes popup {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.Continue {
    width: 100%;
    padding: 10px 0px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(45deg, #4CAF50, #2e7d32);
    color: white;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

/* my cart pages */
/* HEADER */
.clickCart {
      background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #ccc;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);  
}
.cartPannel {
    position: relative;
    background: #f8f9fa;
     padding: 40px 0px;
}

/* ================= HEADER ================= */
.cartPannel .cart-header {
   padding-bottom: 20px;
}

.cartPannel .cart-header h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

/* ================= ITEM ================= */
.cartPannel .cart-item {
    display: grid;
    grid-template-columns: 90px 1fr auto auto;
    gap: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 14px;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    animation: cartFadeSlideIn 0.4s ease;
    transition: all 0.25s ease;
}

/* Animation */
@keyframes cartFadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Remove animation */
.cartPannel .cart-item.removing {
    transform: translateX(-80px) scale(0.95);
    opacity: 0;
    filter: blur(2px);
}

/* Hover */
.cartPannel .cart-item:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* Image */
.cartPannel .cart-item__img {
    width: 90px;
    height: 90px;
    border-radius: 10px;
    object-fit: cover;
}

/* ================= TAG ================= */
.cartPannel .tag {
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 5px;
}

.cartPannel .product {
    background: #e7f1ff;
    color: #0d6efd;
}

.cartPannel .food {
    background: #ffe8e8;
    color: #d62828;
}

/* ================= TEXT ================= */
.cartPannel .sub-info {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

/* ================= ACTIONS ================= */
.cartPannel .item-actions {
    margin-top: 8px;
    display: flex;
    gap: 15px;
    font-size: 13px;
}

.cartPannel .save {
    color: #555;
    cursor: pointer;
    transition: 0.2s;
}

.cartPannel .save:hover {
    color: #000;
}

.cartPannel .remove {
    color: #ff4d4f;
    cursor: pointer;
    transition: 0.2s;
}

.cartPannel .remove:hover {
    color: #d9363e;
}

/* ================= QTY ================= */
.cartPannel .cart-item__qty {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cartPannel .cart-item__qty button {
    width: 32px;
    height: 32px;
    border: none;
    background: #eef1f7;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s;
    font-weight: 600;
}

.cartPannel .cart-item__qty button:hover {
    background: #0d6efd;
    color: #fff;
}

.cartPannel .cart-item__qty button:active {
    transform: scale(0.9);
}

.cartPannel .qty {
    min-width: 20px;
    text-align: center;
    font-weight: 500;
}

/* ================= PRICE ================= */
.cartPannel .cart-item__price {
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
}

/* ================= SUMMARY ================= */
.billDetails {border: 1px solid #ccc;
    padding: 4px 15px 10px;
    border-radius: 12px;
    border: 1px solid #ccc;}
.cartPannel .cart__summary {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    position: sticky;
    top: 20px;
    height: fit-content;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.cartPannel .cart__summary h3 {
   font-size: 22px;
    margin-bottom: 10px;
}

.cartPannel .summary-row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    border-bottom-style: dashed;
    border-block-color: #ccc;
    padding-bottom: 7px;
        font-size: 14px;
}
.addAddressCart{
margin: 10px 0;
    border-bottom-style: dashed;
    border-block-color: #ccc;
    padding-bottom: 7px;
    cursor: pointer;
  
}

.breadcrumb  a{
      font-size: 14px;
    color: #555;
    margin: 0px 8px;
}
.cartPannel .discount {
    color: green;
}

.cartPannel .total {
    font-weight: 600;
    font-size: 18px;
}

.cartPannel .free-delivery {
    background: #e9f7ef;
    color: #198754;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 13px;
}
.addressCartCanvas {
 width: 451px !important;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.addressCartHeader {
    border-bottom: 1px solid #eee;
}

.addressCartBody {
    padding: 16px;
}

.addressCartAddNew {
    padding-bottom: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addressCartTitle {
    font-weight: 600;
}

.addressCartItem {
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.addressCartItem:hover {
    border-color: #0d6efd;
}

.addressCartItem.selected {
    border-color: #006400;
    background: #f5f9ff;
}

.addressCartRow {
    display: flex;
    justify-content: space-between;
}

.addressCartLeft {
    display: flex;
    gap: 10px;
}

.addressCartName {
    font-weight: 600;
}

.addressCartText {
    font-size: 13px;
    color: #666;
}

.addressCartBadge {
  background: #c8e1c8ad;
    color: #006400;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 8px;
    margin-left: 6px;
}

/* ================= COUPON ================= */
.cartPannel .coupon {
    display: flex;
    gap: 10px;
    margin: 20px 0;
}

.cartPannel .coupon input {
    flex: 1;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.cartPannel .coupon button {
    background: #198754;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 8px;
    transition: 0.2s;
}

.cartPannel .coupon button:hover {
    background: #157347;
}

/* ================= CHECKOUT ================= */
.cartPannel .checkout {
    width: 100%;
    padding: 14px;
    border: none;
    background: linear-gradient(135deg, #1f6f08, #cbbc64);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.cartPannel .checkout::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.4s;
}

.cartPannel .checkout:hover::after {
    left: 100%;
}

.cartPannel .checkout:hover {
    transform: scale(1.02);
}

/* ================= EMPTY CART ================= */
.cartPannel .empty-cart {
    display: none;
    text-align: center;
    padding: 60px;
    position: absolute;
    top: 80px;
    left: 300px;
}

.cartPannel .empty-cart-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    max-width: 350px;
    width: 100%;
    margin: auto;
    animation: cartFadeInScale 0.6s ease;
}

.cartPannel .empty-icon {
    margin-bottom: 15px;
    animation: cartBounce 1.5s infinite;
}

.cartPannel .empty-icon img {
    width: 90px;
}

.cartPannel .empty-cart-box h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

.cartPannel .empty-cart-box p {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.cartPannel .shop-btn {
    display: inline-block;
    padding: 10px 22px;
    background: linear-gradient(45deg, #1f6f08, #ffb347);
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.cartPannel .shop-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

/* ================= ANIMATIONS ================= */
@keyframes cartFadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes cartBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ================= RESPONSIVE ================= */
@media(max-width: 992px) {
    .cartPannel .cart-item {
        grid-template-columns: 70px 1fr;
        gap: 15px;
    }

    .cartPannel .cart-item__qty,
    .cartPannel .cart-item__price {
        grid-column: span 2;
        justify-content: space-between;
    }

    .cartPannel .empty-cart {
        position: static;
        padding: 40px 20px;
    }
}

@media(max-width: 576px) {
    .cartPannel .cart-header {
        padding: 15px;
    }

    .cartPannel .cart-header h2 {
        font-size: 22px;
    }

    .cartPannel .cart__summary {
        padding: 20px;
    }

    .cartPannel .coupon {
        flex-direction: column;
    }

    .cartPannel .coupon button {
        width: 100%;
    }
}
/* services pages */
.services-card {
    background: #fff;
    margin-top: 30px;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid#ccc;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.services-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.services-card-image img {
   width: 100%;
    object-fit: cover;
    transition: 0.4s;
    height: auto;
    aspect-ratio: 1 / 1;

}

.services-card:hover img {
    transform: scale(1.1);
    z-index: -9;
    position: relative;

}

/* Discount */
.services-card-image span {
    position: absolute;
    top: 15px;
    left: 15px;
  background: linear-gradient(80deg, #d4af37, #1f6f08);
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    z-index: 7;

}


/* Icons */

.services-actions {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: 0.3s;
}

.services-card:hover .services-actions {
    opacity: 1;
}

.services-actions i {
    width: 40px;
    height: 40px;
    background: #d4af38;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.services-actions i:hover {
    background: #1f6f08;
}

/* Price */
.services-price {
    margin-top: 8px;
}

.services-price h4 {
    font-size: 15px;
    margin-top: 15px;
    color: #333;
}

.servicesprice-old {
    text-decoration: line-through;
    color: #888;
    margin-right: 5px;
    font-size: 14px;
}

.servicesprice-new {
    color: #ff3b30;
    font-size: 14px;
    font-size: 14px;
}

.servicepannelall {
    padding: 50px 0px;
    background-color: #fff;
}

/* service Detail page  */
/* services pages */
.detailsServicesBox {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
}

/* IMAGE */
.detailsServicesBanner {
  position: relative;
}

.detailsServicesMainImg {
  width: 100%;
  border-radius: 14px;
  height: 300px;
  object-fit: cover;
}

.detailsServicesThumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.detailsServicesThumbs img {
 width: 120px;
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
    cursor: pointer;
}

/* HEADER */
.detailsServicesHeader h3 {
  font-weight: 600;
}

.detailsServicesRating {
  color: #666;
  margin: 5px 0;
}
.detailsServicesRating i  {
  color: #f7bd3b;
}
.detailsServicesPrice {
  font-weight: 600;
}

.detailsServicesPrice span {
  text-decoration: line-through;
  color: #999;
  margin-left: 6px;
}

/* SECTION */
.detailsServicesSection {
  margin-top: 20px;
}

.detailsServicesSection h4,
.detailsServicesSection h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* LIST */
.detailsServicesList {
  list-style: none;
  padding-left: 0;
}

.detailsServicesList li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #444;
}

/* PROVIDER */
.detailsServicesProvider {
  display: flex;
  gap: 10px;
  align-items: center;
}

.detailsServicesProvider img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* SIDEBAR */
.detailsServicesSidebar {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  position: sticky;
  top: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.addButtonService{
display: flex;
    gap: 11px;
}
.detailsServicesAddBtn {
border: 2px solid #1e7007;
    color: #1e7007;
    background: transparent;
    padding: 7px 13px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px
}

.detailsServicesAddBtn:hover {
     background: #1e7007;
    color: #fff;
}
/* HEADER FLEX */
.detailsServicesHeader {
  margin-top: 15px;
  gap: 10px;
}

.detailsServicesBars i  {
  color: #f7bd3b;
}
/* PROGRESS BAR */
.progress {
  height: 6px;
  background: #eee;
  border-radius: 10px;
}

.progress-bar {
    background: #107c45;
}

/* FILTER */
.detailsServicesFilter {
  color: #6c63ff;
  font-weight: 600;
  text-decoration: none;
}


/* REVIEW ITEM */
.detailsServicesReviewItem h5 {
  font-weight: 600;
}

.detailsServicesReviewRating {
  background: #0f7b45;
  color: #fff;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 14px;
}

.detailsServicesReviewItem p {
  font-size: 15px;
  color: #333;
}

/* Product Category*/

/* Title */
.productlistui {
    padding: 50px 0px;
}

.productlistui h2 {
    margin-bottom: 30px;
    color: #1f6f08;
    border-bottom: 2px solid #c3b24b;
    /* letter-spacing: 2px; */
    display: inline-flex;
    font-size: 35px;
    font-weight: 600;
}

/* Card */
.productlistui-card {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 15px;
    transition: 0.3s;
    height: 100%;
}

.productlistui-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Row (instead of d-flex) */
.productlistui-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Image Box */
.productlistui-imgBox {
        width: 157px;
}

.productlistui-imgBox img {
    width: 100%;
    height: 114px;
    object-fit: cover;
    border-radius: 5px;
}

/* Content */
.productlistui-content {
    flex: 1;
}

/* Heading */
.productlistui-heading {
    margin-bottom: 5px;
    font-size: 16px;
}

/* Description */
.productlistui-desc {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

/* Footer */
.productlistui-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Count */
.productlistui-count {
    font-size: 12px;
    color: #999;
}

/* Button */
.productlistui-btn {
    font-size: 13px;
    color: #1f6f08;
    cursor: pointer;
    font-weight: 500;
}

.productlistui-btn:hover {
    text-decoration: underline;
}

/* Product Catogory*/

/* Services Catogory */
/* Container */
.servicesListUi {
    padding: 50px 0;
}

/* Title */
.servicesListUi h2 {
    margin-bottom: 30px;
    color: #1f6f08;
    border-bottom: 2px solid #c3b24b;
    display: inline-flex;
    font-size: 35px;
    font-weight: 600;
}

/* Card */
.servicesListUi-card {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 15px;
    transition: 0.3s;
}

.servicesListUi-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Row */
.servicesListUi-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.servicesListUi-imgBox {
    width: 157px;
}

/* Image */
.servicesListUi-imgBox img {
    width: 100%;
    height: 114px;
    object-fit: cover;
    border-radius: 5px;
}

/* Content */
.servicesListUi-content {
    flex: 1;
}

/* Heading */
.servicesListUi-heading {
    margin-bottom: 5px;
    font-size: 16px;
}

/* Description */
.servicesListUi-desc {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

/* Footer */
.servicesListUi-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Count */
.servicesListUi-count {
    font-size: 12px;
    color: #999;
}

/* Button */
.servicesListUi-btn {
    font-size: 13px;
    color: #1f6f08;
    cursor: pointer;
    font-weight: 500;
}

.servicesListUi-btn:hover {
    text-decoration: underline;
}

/* My Profile Page */
.myProfilePanel {
    background: #f1f3f6;
    padding: 30px 0;
}

.profileMenu {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}


.profileUserBox {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.profileUserBox img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.profilemenuSection {
    border-bottom: 1px solid #eee;
}

.profileUserBox p {
     font-size: 14px;
     color: #005024;
     cursor: pointer;
         font-weight: 500;
}
.profilemenuTitle {
    font-size: 13px;
    font-weight: 600;
    color: #878787;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.profile-preview {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #eaeaea;
    }

    .upload-box {
      border: 2px dashed #ddd;
      padding: 20px;
      border-radius: 12px;
      cursor: pointer;
      transition: 0.3s;
    }

    .upload-box:hover {
      border-color: #0d6efd;
      background: #f8f9ff;
    }
    .editPhoto {
      color: #005024;  
      border: none;
       font-size: 14px;
      background-color: #fff;
    }
    .saveImage {
 border: none;
  background-color: #1f6f08;
   padding: 5px 17px;
   color: #fff;
    border-radius: 8px;
    }
.profilemenuItem {
    padding: 12px 45px;
    font-size: 15px;
    color: #212121;
    border: none;
    background: none;
    text-align: left;
    width: 100%;
    font-size: 14px;
}

.profilemenuItem:hover {
    background: #f5f5f5;
}

.profilemenuItem.active {
    background: #fff7c9;
    color: #1f6f08;
    font-weight: 600;
}

.profileContentBox {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
}

.topProfile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid#ccc;
    padding-bottom: 20px;
}

.topProfile h3 {
    font-size: 25px;
}

.topProfile button {
    background-color: #1f6f08;
    border: none;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 14px;
}

.generalInformation {
    background: #ffffff;
    margin-top: 35px;
}
.saveAddress {
    border: none;
    background: linear-gradient(135deg, #1f6f08, #cbbc64);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
        padding: 8px 25px;
    margin-top: 10px;
    font-size: 13px;
}
.generalInformation h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #006400;
    border-left: 4px solid #d4af37;
    padding-left: 10px;
}


.generalInformation .formGroup {
    margin-bottom: 20px;
}


.generalInformation label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #333;
}


.generalInformation input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    transition: all 0.3s ease;
}


.generalInformation input:focus {
    border-color: #006400;
    box-shadow: 0 0 0 3px rgba(0, 100, 0, 0.1);
    outline: none;
}


.generalInformation input:hover {
    border-color: #999;
}

.generalInformation input::placeholder {
    color: #aaa;
}

.generalInformation select {
    width: 100%;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    background: #fafafa;
    transition: 0.3s;
    appearance: none;
    /* remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* custom arrow */
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23006400' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
}


.generalInformation select:focus {
    border-color: #006400;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(0, 100, 0, 0.08);
    outline: none;
}


.generalInformation select:hover {
    border-color: #999;
}

/*Manage Address*/
.profile-address {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.badge {
    background: #eee;
    color: #555;
    font-size: 12px;
    padding: 5px 10px;
}

.addressDetails p:nth-child(1) {
    color: #000000;
    font-weight: 600;
    margin-top: 10px;
    font-size: 14px;
}

.addressDetails p:nth-child(1) span {
    color: #555;
}

.addressDetails p:nth-child(2) {
    color: #000000;
    margin-top: 7px;
    font-size: 14px;
}

.manageAddress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid#ccc;
    padding-bottom: 20px;
}

.manageAddress h3 {
    font-size: 25px;
}

.manageAddress button {
    background-color: #c3b24b;
    border: none;
    color: #fff;
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
}

.editDeleteAdress span:nth-child(1) {
    background-color: #007bff;
    font-size: 13px;
    padding: 4px 8px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.editDeleteAdress span:nth-child(2) {
    background-color: #ff0707;
    font-size: 13px;
    padding: 4px 8px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.addressTop {
    display: flex;
    align-items: center;
    justify-content: space-between;	
}
.addressTop h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #006400;
    border-left: 4px solid #d4af37;
    padding-left: 10px;
} 
.formAddress {
    background: #ffffff;
    margin-top: 20px;
    border: 1px solid#ccc;
    padding: 20px;
    border-radius: 5px;
}
.addressTop button {
	    border: none;
    background: none;
    font-size: 16px;
}
.addAddress .formGroup {
    margin-bottom: 20px;
}


.addAddress label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #333;
}

.addAddress input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    transition: all 0.3s ease;
}

.addAddress textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    transition: all 0.3s ease;
}

.addAddress textarea:focus {
    border-color: #006400;
    box-shadow: 0 0 0 3px rgba(0, 100, 0, 0.1);
    outline: none;
}

.addAddress input:focus {
    border-color: #006400;
    box-shadow: 0 0 0 3px rgba(0, 100, 0, 0.1);
    outline: none;
}

.addAddress input:hover {
    border-color: #999;
}

.addAddress input::placeholder {
    color: #aaa;
}

.addAddress select {
    width: 100%;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    background: #fafafa;
    transition: 0.3s;
    appearance: none;
    /* remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* custom arrow */
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23006400' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.addAddress select:focus {
    border-color: #006400;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(0, 100, 0, 0.08);
    outline: none;
}

.addAddress select:hover {
    border-color: #999;
}

.saveCancel {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.saveCancel button:nth-child(1) {
    border: none;
    padding: 7px 16px;
    background-color: #006400;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

.saveCancel button:nth-child(2) {
    border: none;
    padding: 7px 16px;
    background-color: #ff0c0c;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
}

/* Offer by offline Payment */
/* Card */
.offerCard {
    padding: 26px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transition: 0.25s ease;
    margin-top: 30px;
    position: relative;
}


.offerCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

/* Emojis */
.emojiTop {
    position: absolute;
    top: 12px;
    right: -55px;

}

.emojiTop img {
    width: 190px;
}

.emojiBottom {
    position: absolute;
    left: 80px;
    top: 7px;
}

.emojiBottom img {
    width: 100px;
}

/* Top Row */
.topRowDeal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo */
.KirattName {
    font-weight: 700;
    font-size: 18px;
    color: #111;
}

/* Badge */
.badgeDeal {
    font-size: 12px;
    background: #fff4e6;
    color: #ff922b;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 600;
}

/* Flat */
.flatOfferCard {
    margin-top: 18px;
    font-size: 12px;
    letter-spacing: 1.5px;
    color: #888;
}

/* Discount */
.discountOfferCard {
    font-size: 36px;
    font-weight: 700;
    margin: 6px 0;
    color: #111;

}

.discountOfferCard span {
    color: #ff4d4d;
}

/* Subtext */
.subTextOfferCard {
    font-size: 14px;
    color: #666;
}

/* Bottom strip */
.dealAmount {
    position: relative;
    margin: 20px 0;
}

.dealAmount input {
    width: 100%;
    padding: 12px 10px;
    border: 2px solid #c3b24b;
    border-radius: 12px;
    outline: none;
    font-size: 16px;
    transition: 0.3s;
}

/* Label */
.dealAmount label {
    position: absolute;
    top: 50%;
    left: 10px;
    color: #777;
    font-size: 14px;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 5px;
    transition: 0.3s;
    pointer-events: none;
}

/* Focus & filled effect */
.dealAmount input:focus+label,
.dealAmount input:valid+label {
    top: -5px;
    font-size: 12px;
    color: #4CAF50;
}

/* Border color change */
.dealAmount input:focus {
    border-color: #4CAF50;
}

/* CHECKOUT */
.nextClick {
    width: 100%;
    padding: 14px;
    border: none;
    background: linear-gradient(135deg, #1f6f08, #cbbc64);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

/* SHINE EFFECT */
.nextClick::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.4s;
}

.nextClick:hover::after {
    left: 100%;
}

.nextClick:hover {
    transform: scale(1.02);
}

/* Bill Section */
.billContainer {
    display: none;
    margin-top: 25px;
}

/* Card */
.billCard {
    background: #fff;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* Title */
.billTitle {
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

/* Row */
.billRow {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 14px;
    color: #444;
}

/* Divider */
.billCard .divider {
    border-top: 1px dashed #ddd;
}

.priceDeal {
    color: #00a86b;
    font-weight: 600;
    font-size: 22px;
}

/* Tip */
.addTip {
    color: #ff5a00;
    font-weight: 500;
    cursor: pointer;
}

/* Total */
.billCard .totalRow {
    font-weight: 600;
    font-size: 15px;
}

/* Pay Button */
.nextClickProceed {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
    background: #1f6f08;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* Offer by offline Payment */

/* Contact Us Page */
.contactUsPanel {
    background-color: #fff;
}

.contactUs-details {
    padding: 50px 0px;
}

/* Heading */
.contactus-title {
    text-align: center;
    margin-bottom: 60px;
}

.contactus-title h2 {
    font-weight: 700;
    font-size: 36px;
}

.contactus-title p {
    color: #666;
}

/* Left Info Panel */
.contactus-info {
    background: linear-gradient(135deg, #1f6f08, #d4c87f);
    color: #fff;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
}

.contactus-info h4 {
    margin-bottom: 30px;
}

.contactus-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contactus-info-item i {
    font-size: 18px;
    margin-right: 15px;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px;
    border-radius: 50%;
}

/* Form Card */
.contactformDetails {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contactformDetails .formGroup {
    margin-bottom: 20px;
}

.contactformDetails label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #333;
}

/* Input + Select + Textarea Common */
.contactformDetails input,
.contactformDetails select,
.contactformDetails textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* Focus */
.contactformDetails input:focus,
.contactformDetails select:focus,
.contactformDetails textarea:focus {
    border-color: #006400;
    box-shadow: 0 0 0 3px rgba(0, 100, 0, 0.1);
    outline: none;
}

/* Hover */
.contactformDetails input:hover,
.contactformDetails select:hover,
.contactformDetails textarea:hover {
    border-color: #999;
}

/* Placeholder */
.contactformDetails input::placeholder,
.contactformDetails textarea::placeholder {
    color: #aaa;
}

/* Select Custom Arrow */
.contactformDetails select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fafafa;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23006400' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

/* Textarea specific */
.contactformDetails textarea {
    resize: none;
}
.contactUsPanel .checkout {
    width: 100%;
    padding: 14px;
    border: none;
    background: linear-gradient(135deg, #1f6f08, #cbbc64);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.contactUsPanel .checkout::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.4s;
}

.contactUsPanel .checkout:hover::after {
    left: 100%;
}

.contactUsPanel .checkout:hover {
    transform: scale(1.02);
}

/*Privacy Policy*/
.privacyPolicy {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
}


/* Header */
.privacyPolicy h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 5px;
}

.privacyPolicy .date {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin-bottom: 25px;
}

/* Section */
.privacyPolicy section {
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 8px;
    transition: 0.3s;
}

.privacyPolicy section:hover {
    background: #fffdec;
}

/* Titles */
.privacyPolicy h2 {
    color: #1f6f08;
    font-size: 20px;
    margin-bottom: 5px;
}

.privacyPolicy h3 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

/* Text */
.privacyPolicy p {
    color: #555;
    font-size: 15px;
    margin: 8px 0;
}

/* List */
.privacyPolicy ul {
    margin-left: 20px;
}

.privacyPolicy ul li {
    margin-bottom: 6px;
    color: #444;
}

/* Responsive */
@media (max-width: 768px) {
    .privacyPolicy .container {
        padding: 20px;
    }
}

/*Privacy Policy*/
.termsPolicy {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
}


/* Header */
.termsPolicy h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 5px;
}

.termsPolicy .date {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin-bottom: 25px;
}

/* Section */
.termsPolicy section {
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 8px;
    transition: 0.3s;
}

.termsPolicy section:hover {
    background: #fffdec;
}

/* Titles */
.termsPolicy h2 {
    color: #1f6f08;
    font-size: 20px;
    margin-bottom: 5px;
}

.termsPolicy h3 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

/* Text */
.termsPolicy p {
    color: #555;
    font-size: 15px;
    margin: 8px 0;
}

/* List */
.termsPolicy ul {
    margin-left: 20px;
}

.termsPolicy ul li {
    margin-bottom: 6px;
    color: #444;
}

/* Responsive */
@media (max-width: 768px) {
    .termsPolicy .container {
        padding: 20px;
    }
}

/* policyPage*/

.policyPage {
    background: #ffffff;
    padding: 35px;
    border-radius: 12px;
}


/* Header */
.policyPage h1 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 5px;
}

.policyPage .date {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin-bottom: 25px;
}

/* Section */
.policyPage section {
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 8px;
    transition: 0.3s;
}

.policyPage section:hover {
    background: #fffdec;
}

/* Titles */
.policyPage h2 {
    color: #1f6f08;
    font-size: 20px;
    margin-bottom: 5px;
}

.policyPage h3 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

/* Text */
.policyPage p {
    color: #555;
    font-size: 15px;
    margin: 8px 0;
}

/* List */
.policyPage ul {
    margin-left: 20px;
}

.policyPage ul li {
    margin-bottom: 6px;
    color: #444;
}

/* Responsive */
@media (max-width: 768px) {
    .policyPage .container {
        padding: 20px;
    }
}

/* for wishlist page */
.wishlistPanel h4 {
    border-bottom: 1px solid#ccc;
    padding-bottom: 15px;
    font-size: 22px;
}

.wishlist-card {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
    margin-top: 30px;
}

.wishlist-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* LEFT */
.wishlist-left {
    width: 120px;
    text-align: center;
}

.wishlist-left img {
    width: 75px;
    object-fit: cover;
    height: 75px;
}

.wishlist-left.status {
    margin-top: 8px;
    font-size: 14px;
    color: red;
    font-weight: 600;
}

/* MIDDLE */
.wishlist-middle {
    flex: 1;
    padding: 0 20px;
}

.wishlist-middle h3 {
    font-size: 17px;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
}

.wishlist-middle.price {
    font-size: 16px;
    font-weight: 600;
}

/* RIGHT */
.wishlist-right {
    width: 50px;
    text-align: center;
}

.wishlist-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s;
}


.wishlist-btn i {
    color: #777;
    font-size: 16px;
}

.wishlist-btn:hover {
    background: #ffe6ea;
}


.wishlist-btn:hover i {
       color: #df0000;
}

/* order return */
.topOrder {
    font-size: 14px;
     padding-bottom: 10px;
}
.orderReturnPanel {
     padding: 50px 0px;
}
.orderClick {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #ccc;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.orderSearch {
    border-radius: 16px;
}

/* Search Box */
.orderSearch .search-box {
    position: relative;
}

.orderSearch .search-box input {
    height: 55px;
    border-radius: 14px;
    border: 1px solid #e6e9f0;
    padding-left: 18px;
    padding-right: 120px;
    font-size: 15px;
    background: #f9fbff;
    transition: 0.3s;
}

.orderSearch .search-box input::placeholder {
    color: #aaa;
}

.orderSearch .search-box input:focus {
    border-color: #006400;
    box-shadow: 0 0 0 3px rgba(0, 100, 0, 0.1);
    outline: none;
    ;
}

/* Right Button */
.orderSearch .search-action {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background: #d4af37;
    color: #fff;
    padding: 8px 14px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.orderSearch .search-action:hover {
    border-color: #006400;
}

/* Select Box */
.orderSearch .select-box {
    position: relative;
}

.orderSearch .select-box select {
    height: 55px;
    border-radius: 14px;
    border: 1px solid #e6e9f0;
    padding-right: 40px;
    background: #f9fbff;
    font-size: 15px;
    appearance: none;
}

.orderSearch .select-box i {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    color: #777;
}

.orderSearch .select-box select:focus {
    border-color: #006400;
    box-shadow: 0 0 0 3px rgba(0, 100, 0, 0.1);
    outline: none;
}

/* Hover */
.orderSearch input:hover,
.orderSearch select:hover {
    border-color: #006400;
}

@media (max-width: 768px) {
    .orderSearch .search-box input {
        padding-right: 100px;
    }

    .orderSearch .search-action {
        padding: 6px 10px;
        font-size: 12px;
    }
}

.return-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    transition: 0.3s;
     margin-top: 20px;
}
.return-card a{
	display: flex;
}
.return-card:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* IMAGE */
.return-img {
    width: 80px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

/* TEXT */
.return-title {
    font-size: 16px;
    font-weight: 500;
}

.return-meta {
    color: #777;
    font-size: 14px;
}

/* PRICE */
.return-price {
    font-size: 18px;
    font-weight: 600;
}

/* STATUS */
.return-status {
    font-weight: 600;
}

.return-dot {
    width: 10px;
    height: 10px;
    background: green;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.return-subtext {
    font-size: 13px;
    color: #555;
}

/* REVIEW */
.return-review {
    color: #2874f0;
    cursor: pointer;
    font-weight: 500;
}

.return-review:hover {
    text-decoration: underline;
}
/* error Page */
/* Select Services */
.topSelect {
     margin: 30px 0px;
         overflow: hidden;
}
.topSelect p {
    margin: 0;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.topSelect p::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e3e3e3;
    position: absolute;
        left: 271px;
    top: 11px;
}







.selectServiceBox {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid#ccc;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  transition: 0.3s;
  height:100%;
}
.boxAdjust {
	margin-bottom: 20px;
}
.selectServiceBox:hover {
  transform: translateY(-3px);
}

/* IMAGE */
.selectServiceBox-image {
  position: relative;
}

.selectServiceBox-image img {
  width: 100%;
  border-radius: 12px;
}

.selectServiceBox-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #333;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
}

/* CONTENT */
.selectServiceBox-content h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.selectServiceBox-rating {
  color: #ceb107;
    font-weight: 500;
    margin-bottom: 6px;
}

.selectServiceBox-rating span {
  color: #777;
  font-weight: normal;
}

.selectServiceBox-price {
  font-size: 18px;
  font-weight: 600;
}

.selectServiceBox-oldPrice {
  text-decoration: line-through;
  color: #999;
  margin-left: 6px;
}

.selectServiceBox-perRoom {
  color: green;
  margin: 6px 0;
  font-weight: 500;
}

.selectServiceBox-content ul {
  margin: 8px 0;
  padding: 0px;
}

.selectServiceBox-content li {
  font-size: 14px;
  color: #555;
}

.selectServiceBox-view {
      color: #1e7007;
  font-weight: 500;
  text-decoration: none;
}

/* BUTTON */
.selectServiceBox-btn {
 border: 2px solid #1e7007;
 color: #1e7007;
  background: transparent;
  padding: 10px 26px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
  margin-top: 10px;
}

.selectServiceBox-btn:hover {
 background: #1e7007;
  color: #fff;
}

/*  */
/* Layout */
.error-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
}

.error-container {
    max-width: 900px;
    width: 100%;
}

/* Glass Card */
.error-card {
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

/* Image */
.error-image {
    width: 260px;
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0);}
    50% { transform: translateY(-20px);}
    100% { transform: translateY(0);}
}

/* Text */
.error-code {
    font-size: 120px;
    font-weight: 700;
}

.error-title {
    font-size: 26px;
    font-weight: 600;
}

.error-desc {
    font-size: 16px;
    color: #000;
}
/* Order Details */
.orderDetails-wrapper {
     margin: 50px 0px;
   background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #ccc;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.homeDetails p{
     padding-bottom: 10px;
  color: #000;
   font-size: 14px;
}
.homeDetails span{
     padding-bottom: 10px;
  color: #006400;
   font-size: 14px;
   font-weight: 600;
}/* CARD */
.orderDetails-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
.orderDetails-Delivery {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
.orderDetails-Delivery h5 {
    font-size: 20px;
     color: #000;
      margin-bottom: 10px;
}
.orderDetails-Delivery p {
      font-size: 15px;
     color: #777;
}
.orderDetails-Delivery b {
      font-size: 15px;
     color: #292828;
}

/* HEADER */
.orderDetails-header {
    font-size: 14px;
    color: #666;
}

/* PRODUCT */
.orderDetails-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.orderDetails-product img {
    width: 90px;
    border-radius: 10px;
}

.orderDetails-product p:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
}

.orderDetails-product p:nth-child(2) {
    font-size: 13px;
    color: #777;
}
.orderDetails-product p:nth-child(3) {
    font-size: 14px;
    color: #777;
}
.orderDetails-price {
    font-size: 22px;
    font-weight: bold;
}

.orderDetails-offer {
    background: #e6f4ea;
    color: green;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 12px;
    margin-left: 10px;
}

/* TIMELINE FIX */
.orderDetails-timeline {
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
}
.orderDetails-timeline p:nth-child(1){
color: #000;
 font-size: 15px;
}
.orderDetails-timeline p:nth-child(2){
 font-size: 13px;
   color: #777;
}
.orderDetails-timeline::before {
     content: '';
    position: absolute;
    left: 15px;
    top: 9px;
    width: 3px;
    height: 67%;
    background: #ddd;
}

.orderDetails-step {
    position: relative;
    margin-bottom: 25px;
}

.orderDetails-circle {
  position: absolute;
    left: -20px;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ccc;
}

.orderDetails-completed .orderDetails-circle {
    background: green;
}

/* VIEW TRACKING */
.orderDetails-viewTracking {
    margin-top: 10px;
    display: inline-block;
    color: #2874f0;
    font-weight: 600;
    cursor: pointer;
     color: #00a86b;
}

/* MODAL TRACKING */
.orderDetails-progress {
    position: relative;
    padding-left: 25px;
}

.orderDetails-progress-line {
    position: absolute;
    left: 10px;
    top: 0;
    width: 4px;
    height: 100%;
    background: #ddd;
}

.orderDetails-progress-fill {
    position: absolute;
    left: 10px;
    top: 0;
    width: 4px;
    height: 0%;
    background: green;
    transition: 0.5s;
}

.orderDetails-step.active .orderDetails-circle {
    background: #2874f0;
}

.orderDetails-step.completed .orderDetails-circle {
    background: green;
}

/* PRICE */
.orderDetails-row {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.orderDetails-total {
    font-weight: bold;
    font-size: 18px;
}

/* PAYMENT */
.orderDetails-payment {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 8px;
}

/* BUTTON */
.orderDetails-btn {
    width: 100%;
    padding: 14px;
    border: none;
    background: linear-gradient(135deg, #1f6f08, #cbbc64);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.orderDetails-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.4s;
}

.orderDetails-btn:hover::after {
    left: 100%;
}

.orderDetails-btn:hover {
    transform: scale(1.02);
}
/* Food page start */
.food-section {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    position: relative;
}

.food-title {
    font-size: 32px;
    font-weight: 600;
}

/* SLIDER */
.slider-container {
    overflow-x: auto;
    scroll-behavior: smooth;
}

.slider-container::-webkit-scrollbar {
    display: none;
}

/* GRID 2 ROW */
.food-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    gap: 25px 30px;
    width: max-content;
}

/* ITEM */
.food-item {
    width: 164px;
    text-align: center;
    cursor: pointer;
    padding-right: 52px;
}

.food-item img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    /* background: #f2f2f2; */
    /* padding: 6px; */
    transition: 0.3s;
}

.food-item:hover img {
    transform: scale(1.08);
}

.food-item p {
    margin-top: 8px;
    font-size: 14px;
}

/* ARROWS */
.arrow-box {
    display: flex;
    gap: 10px;
}

.arrow-box button {
    border: none;
    background: #ffffff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    padding: 0px 0px 4px;
    color: #000;
    box-shadow: 0 4px 17px 4px rgba(0, 0, 0, 0.1);
}

.arrow-box button:hover {
    background: #1f6f08;
    color: #fff;
}

.foodSliderBanner {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

/* IMPORTANT: sab slides ek hi jagah stacked */
.foodSlider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

/* Active slide visible */
.foodSlider.active {
    opacity: 1;
    z-index: 1;
}

.foodSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Premium overlay */
.foodSlider::after {
    content: "";
    position: absolute;
    inset: 0;
}

/*  */
.marqueeFood {
    width: 100%;
    overflow: hidden;
    background: #efffef;
    padding: 25px 0;
    position: relative;
}

.marqueeFood-track {
    display: inline-block;
    white-space: nowrap;
    animation: marqueeFoodScroll 40s linear infinite;
}

.marqueeFood span {
    font-size: 90px;
    font-weight: 800;
    color: transparent;
    -webkit-text-stroke: 1px #c2c2c2;
    margin-right: 80px;
    letter-spacing: 2px;
}

/* Animation */
@keyframes marqueeFoodScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}


.upDown1 {
    position: relative;
}

.upDown1 img {
    animation: upDown 2s ease-in-out infinite;
    position: absolute;
    top: -63px;
    left: -104px;
    z-index: 999;
    width: 200px;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
        /* upar */
    }

    100% {
        transform: translateY(0);
        /* wapas */
    }
}

/*  */

.upDown2 {
    position: relative;
}

.upDown2 img {
    animation: upDown 2s ease-in-out infinite;
    position: absolute;
    top: -98px;
    right: 30px;
    z-index: 999;
    width: 200px;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
        /* upar */
    }

    100% {
        transform: translateY(0);
        /* wapas */
    }
}

/*  */

/* CARD */
.foodBox-card {
    background: #fff;
    border-radius: 25px;
    padding: 20px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin-top: 60px;
    border: 1px solid #ccc;

}

/* ❌ REMOVE CARD MOVE */
/* .foodBox-card:hover { transform: translateY(-10px); } */

/* IMAGE */
.foodBox-img {
    width: 170px;
    height: 170px;
    object-fit: contain;
    display: block;
    margin: -100px auto 10px;
    transition: 0.3s ease;
    cursor: pointer;
}

/* ✅ ONLY IMAGE ZOOM */
.foodBox-card:hover .foodBox-img {
    transform: scale(1.12);
}

/* HEART */
.foodBox-heart {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #d32f2f;
    font-size: 18px;
    cursor: pointer;
}

/* TITLE */
.foodBox-title {
    font-weight: 700;
    font-size: 16px;
}

/* RATING */
.foodBox-rating i {
    color: #f39c12;
    font-size: 14px;
}

/* DESC */
.foodBox-desc {
    font-size: 13px;
    color: #777;
    margin: 10px 0;
}

/* PRICE */
.foodBox-price {
    font-size: 20px;
    font-weight: bold;
    color: #d32f2f;
}

/* CART */
.foodBox-cart {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #1f6f08;
    border: none;
    color: #fff;
    padding: 12px;
    border-radius: 12px;
    transition: 0.3s;
}

.foodBox-cart:hover {

    opacity: 0.9;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .foodBox-img {
        width: 140px;
        margin-top: -60px;
    }
}

/*  */
.foodBox-marquee {
    width: 100%;
    overflow: hidden;
}

/* TRACK */
.foodBox-track {
    display: flex;
    width: fit-content;
    animation: scrollFood 20s linear infinite;
}

/* EACH BOX */
.foodBox {
    flex: 0 0 300px;
    overflow: hidden;
}

/* IMAGE */
.foodBox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* ZOOM ONLY IMAGE */
.foodBox:hover img {
    transform: scale(1.15);
}

/* PERFECT LOOP */
@keyframes scrollFood {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* add to notification */
/* WRAPPER */
.addToCart-wrap {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

/* TOAST */
.addToCart-box {
    min-width: 260px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);

    transform: translateX(120%);
    opacity: 0;
    animation: addToCart-slideIn 0.4s ease forwards;
}

/* ICON */
.addToCart-box i {
    background: linear-gradient(135deg, #16a34a, #22c55e);
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    font-size: 14px;
}

/* TEXT */
.addToCart-text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

/* PROGRESS */
.addToCart-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #22c55e;
    animation: addToCart-progress 2.5s linear forwards;
}

/* ANIMATIONS */
@keyframes addToCart-slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes addToCart-slideOut {
    to {
        transform: translateX(120%);
        opacity: 0;
    }
}

@keyframes addToCart-progress {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

/* foodRestaurants */

.foodRestaurants img {
    width: 100%;
    height: 383px;
    object-fit: cover;
}

.restaurantsPanel {
    padding: 50px 0px;
}

.filterHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* FILTER */
.restaurants-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 0px;
}

.restaurants-filter button {
    padding: 8px 18px;
    border-radius: 50px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.restaurants-filter button:hover {
    background: #1f6f08;
    color: #fff;
}

/* CARD */
.restaurants-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    transition: 0.4s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.restaurants-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* IMAGE */
.restaurants-img {
    position: relative;
}

.restaurants-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: 0.5s;
}


/* OVERLAY */
.restaurants-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}

/* OFFER */
.restaurants-offer {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

/* CONTENT */
.restaurants-content {
    padding: 14px;
}

.restaurants-content h3 {
    font-weight: 600;
    margin-bottom: 11px;
    font-size: 22px;
}

/* RATING */
.restaurants-rating {
    background: #1f8f2f;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 6px;
}

.restaurants-content p:nth-child(3) {
    color: #423f3f;
    font-size: 14px;
}

.restaurants-content p:nth-child(4) {
    color: #423f3f;
    font-size: 12px;
}

/* MODAL */
.restaurants-modal .modal-content {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

/* HEADER */
.restaurants-modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.restaurants-title {
    font-weight: 700;
}

/* CLOSE ICON */
.restaurants-close {
    font-size: 29px;
    cursor: pointer;
    transition: 0.3s;
}

.restaurants-close:hover {
    transform: rotate(90deg);
    color: #1f6f08;
}

/* LEFT TABS */
.restaurants-tabs {
    border-right: 1px solid#ccc;
    height: 100%;
}

.restaurants-tabs .nav-link {
    border: none;
    color: #444;
    padding: 14px 20px;
}

.restaurants-tabs .nav-link.active {
    background: #fff;
    color: #1f6f08;
    font-weight: 600;
}

/* RIGHT CONTENT */
.restaurants-tab-content {
    padding: 20px;
}

/* RADIO / CHECK */
.restaurants-tab-content .form-check {
    margin-bottom: 12px;
}

.restaurants-tab-content .form-check-input:checked {
    background: #1f6f08;
    border-color: #1f6f08;
}

/* FOOTER */
.restaurants-footer {
    border-top: 1px solid #eee;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* BUTTONS */
.restaurants-clear {
    color: #1f6f08;
    cursor: pointer;
    font-weight: 500;
}

.restaurants-apply {
    background: #1f6f08;
    color: #fff;
    border: none;
    padding: 8px 22px;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s;
}

.restaurants-apply:hover {
    background: #1f6f08;
}

/* food List */
.foodListimages {
    position: absolute;
    right: 10px;
    z-index: 9;
}

.foodListimages img {
    width: 458px;
    opacity: 0.5;
}

.foodListright {
    position: absolute;


}

.foodListright img {
    width: 350px;
    opacity: 0.5;
    height: 407px;
    object-fit: cover;
}

.cartEmpty {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    position: sticky;
    top: 20px;
    height: fit-content;
    border: 1px solid#ccc;
    margin-top: 20px;
    text-align: center;
}

.cartEmpty img {
    width: 100px;
    text-align: center;
}

.cartEmpty p {
    color: #757575;
    font-size: 14px;
    margin: 10px 0px;
}

.restaurantPage-header {
    background: linear-gradient(135deg, #e6fbcf, #e6fbcf);
    color: #fff;
    padding: 30px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    justify-content: space-between;
}

.restaurantPage-header h1 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.restaurantPage-header img {
    width: 50px;
}

.restaurantPage-header button {
    margin: 4px 0;
    font-size: 14px;
    color: #3a3737;
    border: none;
    background: none;
    display: block;
}

.restaurantPage-header button:nth-child(3) {
    color: #2c2c2c;
}

/* RATING */
.restaurantPage-rating {
    background: #1f8f2f;
    padding: 8px 12px;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* ================= ACCORDION ================= */
.restaurantPage-accordion .accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.restaurantPage-accordion .accordion-button {
    background: #fff;
    font-weight: 600;
}

/* ================= MENU ITEM ================= */
.restaurantPage-item {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    transition: 0.3s;
}

.restaurantPage-item:hover {
    background: #fafafa;
}

/* TEXT */
.restaurantPage-item h5 {
    font-weight: 600;
}

.restaurantPage-item p {
    margin: 3px 0;
    font-size: 13px;
}

.restaurantPage-item p:nth-child(3) {
    font-weight: 600;
}

.restaurantPage-item p:nth-child(4) {
    color: #1f8f2f;
}

.restaurantPage-item p:nth-child(5) {
    color: #777;
}

/* VEG ICON */
.restaurantPage-veg {
    width: 16px;
    height: 16px;
    border: 2px solid #1f8f2f;
    border-radius: 4px;
    position: relative;
}

.restaurantPage-veg::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #1f8f2f;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

/* IMAGE */
.restaurantPage-img {
    width: 140px;
    position: relative;
}

.restaurantPage-img img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 12px;
}

/* ADD BUTTON */
.restaurantPage-add {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #1f8f2f, #27ae60);
    color: #fff;
    padding: 7px 22px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* After क्लिक */
.restaurantPage-add.active {
    background: #fff;
    border: 2px solid #1f6f08;
    color: #1f6f08;
    padding: 4px 10px;
}

/* Qty Box */
.qty-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Buttons */
.qty-btn {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #1f6f08;
    padding: 0 6px;
}

/* Count */
.qty-count {
    font-size: 16px;
    font-weight: 600;
}

/* CUSTOM TEXT */
.restaurantPage-custom {
    text-align: center;
    font-size: 11px;
    color: #999;
    margin-top: 14px;
}

/* Card */
.carFood-card {
    background: #fff;
    padding: 18px;
    border-radius: 16px;
    max-width: 600px;
    margin: auto;
    position: sticky;
    top: 20px;
    margin-top: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

/* Header */
.carFood-header {
    display: flex;
    gap: 14px;
    align-items: center;
}

.carFood-header img {
    width: 75px;
    border-radius: 12px;
    object-fit: cover;
}

.carFood-info h3 {
    margin: 0;
    font-size: 20px;
}

.carFood-info p {
    margin: 3px 0 0;
    color: #777;
    font-size: 14px;
}

/* Offer */
.carFood-offer {
    margin: 16px 0;
    padding-left: 12px;
    border-left: 4px solid #1f6f08;
}

.carFood-offer h4 {
    margin: 0;
    font-size: 15px;
}

.carFood-offer p {
    margin: 4px 0 0;
    color: #555;
    font-size: 14px;
}

/* Item */
.carFood-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

/* Left */
.carFood-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.carFood-left h4 {
    font-size: 20px;
}

.carFood-dot {
    width: 10px;
    height: 10px;
    background: #1f6f08;
    border-radius: 50%;
}

/* Right */
.carFood-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.carFood-price .old {
    text-decoration: line-through;
    color: #aaa;
    font-size: 13px;
}

.carFood-price .new {
    font-weight: 600;
    font-size: 17px;
}

/* Qty Box */
.carFood-qtyBox {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f8f8f8;
    padding: 6px 12px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.carFood-qtyBox span {
    font-size: 16px;
    font-weight: 600;
    color: #1f6f08;
    cursor: pointer;
}

/* View Cart */
.carFood-cart {
    margin-top: 18px;
    background: linear-gradient(90deg, #1f6f08, #2e8b0f);
    color: #fff;
    padding: 9px 18px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.carFood-cart:hover {
    transform: scale(1.02);
}

/* modal Outlet */
/* Modal */
.outletModal.outletModal .modal-content {
    border-radius: 20px;
    padding: 20px;
    border: none;
}

/* Heading */
.outletModal.section-title {
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
}

/* Card */
.outlet-card {
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.outlet-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* Active */
.outlet-card.active {
    background: #fff4ed;
    border: 1px solid #1f6f08;
}

/* Title */
.outlet-title {
    font-weight: 600;
    font-size: 15px;
}

/* Info */
.outlet-info {
    font-size: 13px;
    color: #666;
    margin-top: 3px;
}

/* Rating */
.outlet-info .rating {
    color: #0a8f3c;
    font-weight: 500;
}

/* Right icons */
.icon-right {
    font-size: 18px;
    color: #aaa;
}

/* Tick */
.tick {
    color: #1f6f08;
    font-size: 18px;
}

/* Header */
.modal-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.modal-title {
    font-weight: 600;
}

/* Schedule date and slot */
.schedule-modal .modal-content {
    border-radius: 20px;
    overflow: hidden;
    border: none;
}

/* Header */
.schedule-header {
    background: #1f7a0a;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Body */
.schedule-body {
    padding: 18px;
}

/* Date Scroll */
.date-scroll {
    display: flex;
    gap: 10px;
}

.date-box input {
    display: none;
}

.date-box label {
    width: 75px;
    padding: 10px;
    border-radius: 14px;
    background: #f3f3f3;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}

/* Active Date */
.date-box input:checked+label {
    background: #1f7a0a;
    color: #fff;
}

/* Slots */
.slot-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.slot input {
    display: none;
}

.slot label {
    padding: 12px;
    border-radius: 12px;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

/* Active Slot */
.slot input:checked+label {
    border: 2px solid #1f7a0a;
    background: #eaf7e6;
    color: var(--green);
    font-weight: 600;
}

/* Button */
.continue-btn {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    border: none;
    background: #1f7a0a;
    color: #fff;
    font-weight: 600;
}

.section-title {
    font-weight: 600;
    margin: 15px 0 10px;
}

.searchFood {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* Search Input */
.searchInput {
    padding-left: 40px;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.searchInput:focus {
    box-shadow: none;
    border-color: #1f6f08;
}

/* Search Icon */
.searchIcon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #888;
}

/* Veg / Non-Veg */
.vegToggle {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.vegBtn {
    background: #e9f7e7;
    color: #1f6f08;
    border: none;
    padding: 8px 15px;
}

.nonVegBtn {
    background: #fdeaea;
    color: #c0392b;
    border: none;
    padding: 8px 15px;
}

.vegBtn.active {
    background: #1f6f08;
    color: #fff;
}

.nonVegBtn.active {
    background: #c0392b;
    color: #fff;
}

/* food Cart  */
.foodCart__item {
    background: #fff;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    margin-bottom: 15px;
}

.foodCart__img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}

.foodCart__title {
    font-weight: 600;
    margin-bottom: 2px;
}

.foodCart__desc {
    font-size: 13px;
    color: #777;
    margin-bottom: 5px;
}

.foodCart__type {
    font-size: 12px;
    font-weight: 600;
}

.foodCart__type.veg {
    color: green;
}

.foodCart__qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.foodCart__qty button {
    border: none;
    background: #f5f5f5;
    padding: 4px 10px;
    font-weight: bold;
}

.foodCart__qty span {
    padding: 0 10px;
}

.foodCart__price {
    font-weight: 600;
    margin-top: 5px;
}

.foodCart__actions span {
    font-size: 12px;
    color: red;
    cursor: pointer;
}

/* SUMMARY */
.foodCart__summary {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
}

.summaryRow {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
}

.summaryRow.discount {
    color: green;
}

.summaryRow.total {
    font-weight: 700;
    font-size: 18px;
}
.foodCart__summary .checkout  {
 width: 100%;
    padding: 14px;
    border: none;
    background: linear-gradient(135deg, #1f6f08, #cbbc64);
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: 0.3s;   
}
.foodCart__checkout {
    width: 100%;
    margin-top: 15px;
    padding: 12px;
    border: none;
    background: #fc8019;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.3s;
}

.foodCart__checkout:hover {
    background: #e56f10;
}

/* All shop listing page  */
.shopBanner img {
     width: 100%;
}
.shopPanelPage{
    margin: 50px 0px 50px;
        background: #fff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #ccc;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* food Shop */
.foodcategoryShop {
    padding: 40px 0;
    background: #fff;
}

.foodcategoryShopCard {
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
}

.foodcategoryShopCard:hover {
    transform: translateY(-5px);
}

.foodcategoryShopImage {
    background: #1f6f0845;
    border-radius: 10px;
    padding: 18px;
}

.foodcategoryShopImage img {
      width: 100%;
    height: 164px;
        border-radius: 10px;
    object-fit: cover;
    transition: 0.3s;
}

.foodcategoryShopCard:hover .foodcategoryShopImage img {
    transform: scale(1.05);
}

.foodcategoryShopTitle {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    line-height: 28px;
    margin-top: 15px;
}

@media(max-width:768px) {

    .foodcategoryShopImage {
        height: 120px;
        padding: 12px;
    }

    .foodcategoryShopTitle {
        font-size: 14px;
        line-height: 22px;
    }

}

/* carsoul slider  */
.foodSectionList {
    padding: 25px 0;
}

.foodSectionListHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.foodSectionListHeader h2 {
 font-size: 22px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

.foodSectionListHeader a {
  color: #0a8d2a;
    font-size: 19px;
    font-weight: 600;
}

.foodSectionListSlider {
    position: relative;
}

.foodSectionListWrapper {
    overflow-x: auto;
    scroll-behavior: smooth;
}

.foodSectionListWrapper::-webkit-scrollbar {
    display: none;
}

.foodSectionListRow {
    display: flex;
    gap: 18px;
    min-width: max-content;
}

.foodSectionListCard {
    width: 210px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    padding: 14px;
    flex-shrink: 0;
    transition: 0.3s;
}

.foodSectionListCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}



.foodSectionListImage img {
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
}

.foodSectionListImage p:nth-child(2){
    font-size: 12px;
    font-weight: 700;
    color: #d4af38;
    margin-bottom: 10px;
    margin-top: 10px;
}

.foodSectionListImage p:nth-child(3){
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 12px;
}

.foodSectionListImage p:nth-child(4){
    font-size: 16px;
    color: #777;
    margin-bottom: 15px;
}



.foodSectionListBottom h4 {
     margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.foodSectionListAddBtn {
  border: 1px solid #2f8b1f;
    background: #eef9eb;
    color: #2f8b1f;
    padding: 7px 21px;
    border-radius: 8px;
    font-weight: 500;
    transition: 0.3s;
    display: flex;
    gap: 7px;
    width: 100%;
}

.foodSectionListAddBtn:hover {
    background: #2f8b1f;
    color: #fff;
}

.foodSectionListArrow {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
    z-index: 10;
}

.foodSectionListArrow i {
    font-size: 24px;
}

.foodSectionListLeftArrow {
       left: -42px;
}

.foodSectionListRightArrow {
    right: -42px;
}

@media(max-width:768px) {

    .foodSectionListHeader h2 {
        font-size: 24px;
    }

    .foodSectionListHeader a {
        font-size: 18px;
    }

    .foodSectionListCard {
        width: 170px;
    }

    .foodSectionListName {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
    }

    .foodSectionListWeight {
        font-size: 14px;
    }

    .foodSectionListBottom h4 {
        font-size: 18px;
    }

    .foodSectionListAddBtn {
        padding: 6px 18px;
    }
}

/* ProductDetails Page variants css*/
.variantDetails-heading {
   font-size: 20px;
   font-weight: 600;
   margin: 20px 0px;

 }

 .variantDetails-card {
   background: #fff;
   border: 1px solid #e2e2e2;
   border-radius: 10px;
   padding: 12px;
   height: 100%;
 }

 .variantDetails-image {
   width: 100%;
   height: 150px;
   object-fit: cover;
   border-radius: 8px;
 }

 .variantDetails-title {
   font-size: 14px;
   font-weight: 600;
   margin-top: 10px;
 }

 .variantDetails-attr {
   font-size: 12px;
   color: #666;
 }

 .variantDetails-price {
   color: green;
   font-weight: bold;
   font-size: 15px;
 }

 .variantDetails-oldPrice {
   text-decoration: line-through;
   color: #999;
   font-size: 12px;
   margin-left: 5px;
 }

 .variantDetails-button {
   width: 100%;
   margin-top: 10px;
   padding: 6px;
   background: #111;
   color: #fff;
   border: none;
   border-radius: 6px;
   font-size: 13px;
 }
 .commonProfileTab {
       background: #f1f3f6;
    padding: 30px 0;
}
.personalInformationFile {
   background: #fff;
    border-radius: 10px;
    padding: 25px; 
}

/*css Added by Niharika*/
.variantDetails-card.activeVariant {
    border: 2px solid #000;
}
/*css Added by Niharika*/

/* Loader css*/
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.saveAddress {
    border: none;
    background: linear-gradient(135deg, #1f6f08, #cbbc64);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 25px;
    margin-top: 10px;
    font-size: 13px;
}

.disabled-slot {
    background: #e0e0e0;
    color: #999;
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}