/*@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap");
*//* Base */
:root {
    --clr-primary: #fe5722;
    --clr-secondary: #272d36;
}

@font-face {
    font-family: 'permanentmarker-regular';
    src: url('../fonts/permanentmarker-regular.ttf') format('truetype');
}
*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.italicStyle{
    font-style:italic;
}
.Share_Bar {
    position: absolute;
    top: 36%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    background: #00000069;
    padding: 8px;
    border-radius: 10px;
    color: whitesmoke;
    padding-right: 0.4em;
    flex-direction: column;
    gap: 10px;
}
    .Share_Bar a {
        color: #000;
        text-decoration: none;
        cursor:pointer;
        font-size: 20px;
    }

        .Share_Bar a:hover {
            color: #007bff;
        }
.Share_BarDeal {
    position: absolute;
    top: 30%;
   /* right: 0;*/
    transform: translateY(-50%);
    display: flex;
    margin-left:5px;
    background: #00000069;
    padding: 8px;
    border-radius: 10px;
    color: whitesmoke;
    padding-right: 0.4em;
    flex-direction: column;
    gap: 10px;
}
    .Share_BarDeal a {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        font-size: 20px;
    }

        .Share_BarDeal a:hover {
            color: #007bff;
        }

.menubarIcon {
    font-size: 24px;
    color:white;
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgb(220 30 30);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.lblLeft label{
    font-weight:400!important;
    margin-bottom:0px;
}
/* Search Icon */
.search-icon {
    font-size: 30px;
    margin-left: 3%;
    /* padding-top: 16px; */
    color: #333;
}
#mapModal{
    z-index:2222;
}
.fontSizelbl{
    font-size:2em;
    text-align:center;
}
.amount {
    color: white;
    text-decoration: none;
    /*  font-size: 1.3em;*/
    font-weight: 700;
    position: relative;
}
.paddingBotmSide {
    padding-bottom: 2.5em;
}
/* Left-Side Navigation Panel */
.search-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #f0f0f0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 35px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}

.search-nav-content {
    padding: 10px;
}
.price-range-container {
    position: relative;
    width: 100%;
    max-width: 300px;
  /*  margin: 20px 0;*/
}

.price-values {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.range-slider {
    position: relative;
    height: 2px; /* Increased height for better visibility */
}

input[type="range"] {
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    pointer-events: none; /* Prevent users from interacting with both sliders at the same time */
}

    /* Styling for the slider track */
    input[type="range"]::-webkit-slider-runnable-track {
        width: 100%;
        height: 8px;
        background: #dddddd !important; /* Dark Gray Background */
        border-radius: 5px;
        pointer-events: all;
    }

    input[type="range"]::-moz-range-track {
        width: 100%;
        height: 8px;
        background: #2e2e2e; /* Dark Gray Background */
        border-radius: 5px;
        pointer-events: all;
    }

    /* Styling for the slider thumb */
    input[type="range"]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 15px;
        height: 15px;
        background: #f9a825; /* Vibrant Yellow */
        border-radius: 50%;
        border: 2px solid #dddddd!important; /* White border to make it stand out */
        cursor: pointer;
        pointer-events: all;
        position: relative; /* Enable positioning */
        top: -6px; /* Adjust position to show above the slider */
    }

    input[type="range"]::-moz-range-thumb {
        width: 15px;
        height: 15px;
        background: #f9a825; /* Vibrant Yellow */
        border-radius: 50%;
        border: 2px solid #dddddd!important; /* White border to make it stand out */
        cursor: pointer;
        pointer-events: all;
        position: relative; /* Enable positioning */
        top: -6px; /* Adjust position to show above the slider */
    }

    /* Custom thumb hover effects */
    input[type="range"]::-webkit-slider-thumb:hover {
        background: #ffcc00; /* Lighter yellow on hover */
    }

    input[type="range"]::-moz-range-thumb:hover {
        background: #ffcc00; /* Lighter yellow on hover */
    }

/* When nav is open */
.search-nav-open {
    width: 300px;
    z-index:2222;
}

html {
    scroll-behavior: smooth;
}
.heightSet{
    height:100%!important;
    font-size:16px!important;
}
body {
    background: #fff;
    color: var(--clr-secondary) !important;
    overflow-x: hidden;
    color: #272d36 !important;
}
ul {
    padding-left: 0rem;
}
.section {
    width: 100%;
    padding: 15px 0;
}
.footerLinks {
    justify-content: space-between;
}
.flex {
    display: flex;
    align-items: center;
}

.container {
    padding: 0 0px;
}

.primary {
    
    font-size: 2.1rem;
    font-weight: 700;
   /* margin-bottom: 1rem;*/
}


.secondary {
    font-size: 2.1rem;
    font-weight: 700;
    /*margin-bottom: 1rem;*/
}
.lblSelectcntry{
    margin-top:-3px;
    font-size:12px;
    cursor:pointer;
}
.btnLbl{
    display:inline-table;
}
.tertiary {
    font-size: 1.6rem;
    /* font-weight: 400;*/
    margin-bottom: 1rem;
}
.btn-Search{
    width:100%;
}
button:hover{
   /* background-color:gray!important;
    color:white!important;*/

}
.btn:hover {
    background-color: #333333 !important;
    color: white !important;
}
.btn {
    padding: 7px 20px;
    background: #585656;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: inline-block;
    margin: 0px 0;
}

/* End Base */

/* Menu */
/*nav {
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff5f2;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.22);
    z-index: 22;
}

label.logo {
    font-size: 35px;
    line-height: 80px;
    padding: 0 30px;
    font-weight: 700;
}

nav ul {
    float: right;
    margin-right: 20px;
}

    nav ul li {
        display: inline-block;
        line-height: 80px;
        margin: 0 5px;
    }

        nav ul li a {
            font-size: 18px;
            padding: 7px 13px;
            text-decoration: none;
            color: var(--clr-secondary);
        }

.menu a.active,
.menu a:hover {
    border-bottom: 2px solid var(--clr-primary);
    transition: 0.3s;
}

.checkbtn {
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
m
#check {
    display: none;
}*/
/* End Menu */

/* Hero Section */
#hero-section {
  /*  background: #fff5f2;*/
   /* margin-top: 60px;*/
}
/*.section.flex {
    display: flex;
    justify-content: center;*/ /* Aligns items horizontally */
    /*align-items: center;*/ /* Aligns items vertically */
/*}*/

.centrImg {
    display: flex;
    justify-content: center; /* Centers the image horizontally within the visual div */
    align-items: center; /* Centers the image vertically within the visual div */
   /* border: 1px solid #00000033;*/
}


    /*.visual img {
        max-width: 100%;*/ /* Ensures the image scales responsibly */
        /*height: auto;
    }*/

.text,
.visual {
    width: 50%;
}

.text {
    margin: 0 20px;
}

.visual img {
    width: 95%;
    height: auto;
    display: block;
}

#hero-section .text {
    margin-left: 30px;
}
.txtLeft{
    text-align:left;
}
#hero-section .visual img {
    border-radius: 10px;
    /*    margin-left: auto;*/
}
/* End Hero Section */

/* How It Works */
#how-it-works {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.boxes {
    border: 1px solid #b2b2b2;
    padding: 25px 5px;
    margin: 0 10px;
    border-radius: 8px;
    font-size: 18px;
    transition: 0.3s ease;
    cursor: pointer;
}

    .boxes ion-icon {
        font-size: 35px;
        color: var(--clr-primary);
        margin: 15px 0;
    }

    .boxes.active,
    .boxes:hover {
        color: #fff;
        border-color: var(--clr-primary);
        background: var(--clr-primary);
    }

        .boxes.active ion-icon,
        .boxes:hover ion-icon {
            color: #fff;
        }
.crousel-shadow {
    box-shadow: 0px 4px 10px rgb(254 87 34 / 31%);
    border-radius:12px;
}
.carousel-control-prev, .carousel-control-next {
    background-color: orange;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 10px; /* Adjust left position */
}

.carousel-control-next {
    right: 10px; /* Adjust right position */
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: 100%, 100%;
}


/* End How It Works */
.contact-icon i:hover{
    color:white!important;
}
.contact-icon{
    font-size:1.5em;
}
/* About */
#about .visual img,
#app .visual img {
    margin-right: auto;
    height: 46em;
    border-radius: 14px;
    object-fit: contain;
}
/* End About */

/* Restaurant Menu */
.category {
    list-style: none;
    text-align: center;
    margin: 20px 0 40px 0;
}

    .category li {
        display: inline-block;
        margin: 0 15px;
        font-size: 20px;
        font-weight: 500;
        cursor: pointer;
    }

        .category li.active {
            color: var(--clr-primary);
        }

.restaurant-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.card {
    width: 400px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    background-color: #f0f0f0;
    margin-bottom: 20px;
    box-shadow: rgb(19 20 22) 0px 0px 6px !important;
}
/*.menu-item {
    width: 400px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: rgb(19 20 22) 0px 0px 10px !important;
}*/

.cardDiv img {
    width: 100%;
    max-height: 330px;
}

.order {
    justify-content: space-between;
}

.btn-menu {
    padding: 6px 20px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    border-radius:8px;
    background: #00b2fe;
    /* border: 1px solid var(--clr-primary); */
    color: white !important;
}
.paraSize {
    font-size: 1.3em;
}
.title {
    font-size: 18px;
    font-weight: 300;
    margin: 0px 0;
}
.fnt-styl {
    font-style: italic;
    font-size: 1.2em;
}
.location {
    font-size: 15px;
    font-weight: 500;
}
/* End Restaurant Menu */

/* Testimonial */
#testimonial .visual img {
    margin-left: auto;
}

.user {
    margin-top: 0px;
    justify-content: start;
}

    .user img {
        width: 50px;
        border-radius: 50%;
        margin-right: 20px;
    }
/* End Testimonial */

/* FAQ */
#faq .secondary {
    text-align: center;
}

.faq {
    width: 60%;
    margin: 50px auto 20px auto;
}

summary {
    padding: 1em;
    border: 1px solid #b2b2b2;
    margin-bottom: 1em;
    cursor: pointer;
    outline: none;
    border-radius: 0.3em;
    font-weight: 600;
}

details[open] summary ~ * {
    animation: open 1s ease-in-out;
}

@keyframes open {
    from {
        opacity: 1;
        margin-top: -10px;
    }

    top {
        opacity: 1;
        margin-top: 0;
    }
}
/* End FAQ */

/* App */
#app {
    text-align: center;
}

.app-store {
    background: #000;
    margin: 0 10px;
    padding: 4px 16px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

    .app-store p {
        margin-top: 8px;
    }

    .app-store span {
        font-size: 16px;
        line-height: 25px;
    }

    .app-store ion-icon {
        font-size: 30px;
        margin-right: 10px;
    }

.download {
    margin: 30px 0;
}
/* End App */

/* Footer */
.footer {
    background: var(--clr-secondary);
    color: #b2b2b2;
    padding-top:1em;
    padding-right:4em;
    padding-left:4em;
}

    .footer .container {
        justify-content: space-between;
       /* align-items: flex-start;*/
    }

    .footer h2 {
        font-size: 22px;
        margin-bottom: 10px;
        color: #fff;
    }

    .footer ul {
        list-style: none;
        line-height: 30px;
        font-size: 16px;
    }

        .footer ul li {
            cursor: pointer;
            color:white!important;
            text-decoration:none!important;
        }
        .footer ul li a{
            cursor: pointer;
            color: white !important;
            text-decoration: none !important;
        }

.footer-about {
    width: 35%;
}

.copyright {
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid #b2b2b252;
}
/* End Footer */

/* Responsive  */
@media (max-width: 952px) {
    label.logo {
        font-size: 30px;
        padding-left: 20px;
    }

    nav ul li a {
        font-size: 16px;
    }
}

@media (max-width: 858px) {
    .checkbtn {
        display: block;
        color: var(--clr-primary);
    }

   /* ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 80px;
        left: -100%;
        top: 80px;
        transition: all 0.5s;
        text-align: center;
        background: #fff5f2;
    }
*/
    nav ul li {
        display: block;
       /* margin: 50px 0;*/
        line-height: 30px;
    }

        nav ul li a {
            font-size: 20px;
        }

    .menu a:hover,
    .menu a.active {
        background: none;
        color: var(--clr-primary);
    }

    #check:checked ~ ul {
        left: 0;
    }

    #hero-section {
       /* margin-top: 80px;*/
    }

        #hero-section .text {
            margin-left: auto;
        }

    .flex {
        flex-direction: column;
    }

    .visual,
    .text {
        width: 70%;
        margin: 15px auto;
       /* text-align: center;*/
    }
    
    .download,
    .user {
        flex-direction: row;
    }

    .user {
        justify-content: center;
    }

    .visual img {
        margin: 0 auto;
    }

    .boxes {
        margin: 15px 0;
    }

    .restaurant-menu {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .faq,
    .menu-item {
        width: 80%;
    }

    .primary {
        font-size: 1.7em;
    }

    .secondary {
        font-size: 40px;
    }

    .tertiary {
        font-size: 20px;
    }

    .footer-about {
        width: 100%;
        text-align: center;
    }

    .quick-links,
    .get-in-touch,
    .footer-category {
       /* display: none;*/
    }
}

@media (max-width: 680px) {
    .container {
        padding: 0 0px;
    }

    .text,
    .visual {
        width: 90%;
    }

    .restaurant-menu {
        grid-template-columns: 1fr;
    }

    .faq {
        width: 90%;
    }

    .app-store {
        margin: 10px 0;
    }

    .download {
        flex-direction: column;
    }

    .primary {
        font-size: 20px;
    }

    .secondary {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .tertiary {
        font-size: 17px;
    }
}
/* End Responsive  */





.youtube {
    position: fixed;
    bottom: 40px;
    right: 70px;
    text-decoration: none;
    padding: 12px 12px;
    background: rgba(0,0,0,0.6);
    border-radius: 6px;
    box-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.2);
    color: #fff;
}

    .youtube p {
        font-size: 22px;
    }
    .youtube:hover {
        color:white;
    }
.LogoDiv {
    position: absolute !important;
    background: #81909152;
    margin-top: 3.5em;
    /* padding-left: 5px; */
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.Brandlogo {
    width: 45px !important;
    padding-top:5px;
}
.page-wrapper {
    width: 100%;
    height: auto;
}
.LogoDiv {
    /* Ensure the logo is displayed properly */
    position: relative;
    text-align: center; /* Center the logo if needed */
}

.nav-wrapper {
    width: 100%;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    height: 70px;
    background: #f0f0f0;
    z-index:1000;
}
.dropdown-alerts{
    width:310px;
}
.grad-bar {
    width: 100%;
    height: 5px;
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: gradbar 15s ease infinite;
    -moz-animation: gradbar 15s ease infinite;
    animation: gradbar 15s ease infinite;
}

/* NAVIGATION */

.navbar {
    display: block !important;
    grid-template-columns: 1fr 3fr;
    align-items: self-start;
    overflow: hidden;
    box-shadow: rgb(19 20 22) 0px 0px 6px !important;
    padding-bottom: 0px;
}
    .navbar a {
        text-decoration: none;
        cursor: pointer;
    }

    .navbar img {
        height: 4em;
        width: auto;
        justify-self: start;
        margin-left: 4%;
        margin-top: -8px;
    }

    .navbar ul {
        list-style: none;
        /*display: grid;*/
        grid-template-columns: repeat(6,1fr);
        justify-self: end;
         float: right;
         margin-top:10px;
       margin-right: 3%;
    }
        .navbar ul li {
            list-style: none;
            text-decoration: none;
           /* margin-right: 20px;*/
        }
        .navbar ul li a{
           /* font-size: 18px;*/
            padding: 7px 13px;
            text-decoration: none;
            color: var(--clr-secondary);
        }
/*.menu a.active,
.menu a:hover {
    border-bottom: 2px solid var(--clr-primary);
    transition: 0.3s;
}*/
/*.navbar ul li a.active,*/
.navbar ul li a:hover {
    border-bottom: 2px solid var(--clr-primary);
    transition: 0.3s;
}


   .nav-item a {
    color: #000;
    font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease-out;
}

    .nav-item a:hover {
        color: #3498db;
    }

/* SECTIONS */

.headline {
    width: 100%;
    height: 50vh;
    min-height: 350px;
    background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.7)), url('https://images.unsplash.com/photo-1435224668334-0f82ec57b605?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1yZWxhdGVkfDd8fHxlbnwwfHx8fA%3D%3D&w=1000&q=80');
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features {
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    display: flex;
    padding: 50px 20px;
    justify-content: space-around;
}

.feature-container {
    flex-basis: 30%;
    margin-top: 10px;
}

    .feature-container p {
        color: #000;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .feature-container img {
        width: 100%;
        margin-bottom: 15px;
    }
.card a{
    text-decoration:none;
}
/* SEARCH FUNCTION */
.lbl_Star {
    font-size: 14px;
    /* position: absolute;*/
    bottom: 16px;
    left: 24px;
    color:gold;
}
#search-icon {
    margin-top: -7px;
    font-size: 2rem;
    color: orange;
    margin-left: 20px;
    transition: color 0.3s ease-out;
    margin-right:2em;
}

    #search-icon:hover {
        color: #3498db;
        cursor: pointer;
    }

.search {
    transform: translate(-35%);
    -webkit-transform: translate(-35%);
    transition: transform 0.7s ease-in-out;
    color: #3498db;
}

.no-search {
    font-size: 1rem;
    font-weight: 600;
    transform: translate(0);
    transition: transform 0.7s ease-in-out;
}

.search-input {
    border: 1px solid orange;
    border-radius: 1em;
    padding:10px;
    position: absolute;
    top: -4px;
    right: -145px;
    width:28%;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.6s ease;
}

.search-active {
    opacity: 1;
    z-index: 0;
}

/*input {
    border: 0;
    border-left: 1px solid #ccc;
    border-radius: 0;*/ /* FOR SAFARI */
    /*outline: 0;
    padding: 5px;
}*/

/* MOBILE MENU & ANIMATION */

.menu-toggle .bar {
    width: 25px;
    height: 3px;
    background-color: #3f3f3f;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-toggle {
    justify-self: end;
    margin-right: 25px;
    display: none;
}

    .menu-toggle:hover {
        cursor: pointer;
    }

#mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

/* KEYFRAME ANIMATIONS */

@-webkit-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes gradbar {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

/* Media Queries */

/* Mobile Devices - Phones/Tablets */

@media only screen and (max-width: 720px) {
    .features {
        flex-direction: column;
        padding: 50px;
    }

    /* MOBILE HEADINGS */

    h1 {
        font-size: 1.9rem;
    }

    h2 {
        font-size: 1rem;
    }

    p {
        font-size: 0.8rem;
        text-align:justify!important;
    }

    /* MOBILE NAVIGATION */
    .count-info .label {
        line-height: 16px;
        padding: 2px 5px;
        position: relative!important;
        border-radius: 5px;
        right: 11px;
        top: -11px;
        font-size: 10px;
    }
    .navbar ul {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: start;
        top: 55px;
        background-color: #ffffffe8;
        width: 100%;
        /*   height: calc(100vh - 55px);*/
        transform: translate(-104%);
        text-align: right;
        overflow: hidden;
    }

    .navbar li {
        padding: 0px;
    }

        .navbar li:first-child {
           /* margin-top: 50px;*/
        }

        .navbar li a {
            font-size: 1rem;
        }

   

    .mobile-nav {
        transform: translate(0%) !important;
    }
    .ResSearch {
        width: 333px!important;
        height: 45px;
        background-color: #1e272e;
        /* margin: 20vh auto; */
        border-radius: 4rem;
        padding: 10px;
        margin: 33px;
        margin-left: 0em!important;
        margin-right: 10em;
    
    }
  
    /* SECTIONS */
    .headline {
        height: 20vh;
    }

    .feature-container p {
        margin-bottom: 25px;
    }

    .feature-container {
        margin-top: 20px;
    }

        .feature-container:nth-child(2) {
            order: -1;
        }

    /* SEARCH DISABLED ON MOBILE */

    #search-icon {
        display: none;
    }

    .search-input {
        display: none;
    }
}
label.logo {
    font-size: 35px;
    /*line-height: 70px;*/
    padding: 0 30px;
    font-weight: 700;
}


@import url('https://fonts.googleapis.com/css?family=Raleway');

#text {
    display: none;
}

.btn-container {
    margin: auto;
    height: 44px;
    width: 166.23px;
}

a:active {
    color: #ffd323;
}
/*a:hover {
    color: #fd521c!important;
}*/


/*.close-btn {
    min-width: 43px;*/
    /* padding: 4px; */
    /*font-size: 31px;
    border-radius: 5px;
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    color: white;
}*/
/* Styling for the Close Button in the Search Nav */
.search-nav a.close-btn {
    position: absolute;
    top: 5px;
    right: 4px;
    font-size: 24px; /* Adjusted for better proportion */
    width: 38px;
    height: 38px; /* Made the height equal to the width for a consistent shape */
    border-radius: 50%; /* Rounded shape for the button */
    text-align: center;
    line-height: 38px; /* Center the "×" vertically */
    text-decoration: none;
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    color: white;
    transition: background 0.3s ease;
}
.close-btn {
    position: absolute;
  
    right: 4px;
    font-size: 45px; /* Adjusted for better proportion */
    width: 48px;
   /* height: 38px;*/ /* Made the height equal to the width for a consistent shape */
    border-radius: 50%; /* Rounded shape for the button */
    text-align: center;
    line-height: 38px; /* Center the "×" vertically */
    text-decoration: none;
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    color: white;
    transition: background 0.3s ease;
}

    /* Additional hover effect */
    .search-nav a.close-btn:hover {
        background: linear-gradient(141deg, #2cb5e8 0%, #1fc8db 51%, #0fb8ad 75%);
        cursor: pointer;
    }

button {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    border: none;
    /*  padding: 4px;*/
    font-size: 20px;
    border-radius: 5px;
    color: black;
    font-family: cursive;
    box-sizing: border-box;
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    line-height: inherit;
    box-sizing: inherit;
}


.ResSearch {
    /* width: 350px;*/
    height: 45px;
    background-color: #ebf1f5;
    /*   margin: 20vh auto; */
    border-radius: 4rem;
    padding: 10px;
    color:black;
    margin: 33px;
    margin-left: 10em;
    margin-right: 10em;
}

.search__box {
    float: left;
    width: 0;
    height: 1.9rem;
    /*   display: inline; */
    background: none;
    color: black;
    font-size: 1.5rem;
    border-radius: 2rem;
    outline: none;
  
    border: none;
    position: relative;
    opacity: 1;
    transition: all .75s ease-in;
    cursor: pointer;
    /*   border: 2px solid tomato; */
    /*   margin-top: 5px; */
}

/* .search__box:focus, .search__box:hover {
  background-color: #f1f2f6;
} */

.search__icon {
    box-sizing: border-box;
    float: right;
    font-size: 2.5rem;
    display: inline-block;
    /*   justify-content: center;
  align-items: center; */
    margin-left: .8rem;
    margin-top: -15px;
    cursor: pointer;
    position: absolute;
    color: #fa983a;
    transition: all .25s ease-in;
    padding: .7rem;
    border-radius: 50%;
}
.imgSet{
    object-fit:fill!important;
    width:34em;
}
.ResSearch:hover > .search__box {
    width: 70%;
    padding: 6px 1rem;
}

.ResSearch:hover > .search__icon {
  /*  background-color: #eee;*/
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1266px;
    }
}
.show {
  /*  width: 70%;
    border: 1px solid red;*/
}

#contact {
    width: 100%;
    height: 100%;
    background-color:black;
}

.section-header {
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
  /*  padding-top:1em;*/
    font: 300 60px 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.row{
    flex-wrap:inherit;
}
.mgtop{
    margin-top:-14px;
}
.clr {
   color: #bebaba;
}
.carousel-item {
    position: relative;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    opacity: 0; /* Hide overlay by default */
    transition: opacity 0.3s ease; /* Smooth transition for showing the overlay */
}

.carousel-item:hover .overlay {
    opacity: 1; /* Show overlay on hover */
}

.product-name, .product-price {
    margin: 0;
    padding: 0 10px;
}

.overlay .product-name {
    font-weight: bold;
}

.overlay .product-price {
    font-size: 1.2em;
}


.contact-wrapper {
 /*   display: flex;*/
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px;
    /* position: relative;*/
    max-width: 1063px;
}

/* Left contact page */
.form-horizontal {
    /*float: left;*/
    max-width: 375px;
    font-family: 'Lato';
    font-weight: 400;
}
.form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
label {
    display: inline-block;
    font-weight: 600;
}
.form-control,
textarea {
    max-width: 100%;
    background-color: #dfdadabf;
    color: #3e3939;
    letter-spacing: 1px;
    font-weight: 600;
}
.form-group {
    margin-bottom: 15px;
}
textarea.form-control {
    height: auto;
}
.send-button {
    margin-top: 15px;
     height: 40px;
    width: 400px;
    color: white;
    background: #498df2;
    overflow: hidden;
    transition: all .2s ease-in-out;
}

.alt-send-button {
    width: 400px;
    height: 27px;
    transition: all .2s ease-in-out;
}

.send-text {
    display: block;
    margin-top: 2px;
    font: 700 12px 'Lato', sans-serif;
    letter-spacing: 2px;
}

.alt-send-button:hover {
    transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
/*.direct-contact-container {
    max-width: 100%;
}*/

/* Location, Phone, Email Section */
.contact-list {
    list-style-type: none;
 /*   margin-left: -30px;
    padding-right: 20px;*/
}

.list-item {
    line-height: 1.5;
    color: #aaa;
}
.content p{
    margin-bottom:15px;
    margin-left:2em;
}
.contact-text {
    font: 300 18px 'Lato', sans-serif;
    letter-spacing: 1.9px;
    color: #bbb;
   
}
.mgleft{
 /*   width:34em;*/
}
.place {
    margin-left: -2em;
}

.phone {
    margin-left: 56px;
}

.gmail {
    margin-left: 53px;
}

.contact-text a {
    color: #bbb;
    text-decoration: none;
    transition-duration: 0.2s;
}

    .contact-text a:hover {
        color: #fff;
        text-decoration: none;
    }


/* Social Media Icons */
.social-media-list {
   /* position: relative;*/
    font-size: 22px;
    text-align: center;
    width: 100%;
  /*  margin: 0 auto;*/
    padding: 0;
    margin-top:2.3em;
}

    .social-media-list li a {
        color: #fff;
    }

    .social-media-list li {
        /*  position: relative;*/
        display: inline-block;
        height: 70px;
        width: 70px;
        margin: 10px 20px;
        line-height: 73px;
        border-radius: 50%;
        color: #fff;
        background-color: rgb(172 77 77);
        cursor: pointer;
        transition: all .2s ease-in-out;
    }

        .social-media-list li:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 70px;
            height: 70px;
            line-height: 73px;
            border-radius: 50%;
            opacity: 0;
            box-shadow: 0 0 0 1px #fff;
            transition: all .2s ease-in-out;
        }

        .social-media-list li:hover {
            background-color: #fd521c;
        }

            .social-media-list li:hover:after {
                opacity: 1;
                transform: scale(1.12);
                transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
            }

            .social-media-list li:hover a {
                color: #000;
            }
.white-text {
    color: white !important;
}
.copyright {
    font: 200 14px 'Oswald', sans-serif;
    color: #555;
    letter-spacing: 1px;
    text-align: center;
}

/*hr {
    border-color: rgba(255,255,255,.6);
}*/
hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    height: 2px !important;
    border-top: 2px solid #666666;
}
.text-center {
    text-align: center;
}

.AdvisorName, .ClientPost {
    display: block;
    margin: 0 auto;
}
.toast-success{
    background-color:green!important;
}.toast-warning{
    background-color:orange!important;
}
 .toast-error{
    background-color:red!important;
}
/* Begin Media Queries*/
@media screen and (max-width: 1024px) {
    .secondary {
        font-size: 23px;
        padding-bottom: 10px;
    }
    .search {
        display: inline-flex;
        border: 1px solid #616364;
        border-radius: 10px;
        margin-left: 5em;
        height: 3em;
    }
    .search .input {
        border: none;
        padding: 10px;
        display: block !important;
        border-top-left-radius: 10px !important;
     /*   width: 6em!important;*/
    }
    .card {
        width: 95%;
        margin: 0 auto !important;
        border-radius: 6px;
        overflow: hidden;
        margin-bottom: 20px;
        flex: 0 0 30% !important;
    }
}
    @media screen and (max-width: 850px) {
        .contact-wrapper {
            display: flex;
            flex-direction: column;
        }

        .direct-contact-container, .form-horizontal {
            margin: 0 auto;
        }

        .contact-wrapper {
            padding: 0px !important;
        }

        .mgtop {
            margin-top: -10px;
        }

        .section {
            padding: 0 15px;
        }

        .md10-mblView {
            width: 60%;
        }

        .direct-contact-container {
            margin-top: 0px;
            max-width: 330px;
        }

        .place {
            margin-left: -1em;
        }

        .social-media-list li {
            height: 60px;
            width: 60px;
            line-height: 60px;
        }

            .social-media-list li:after {
                width: 60px;
                height: 60px;
                line-height: 60px;
            }
    }

    @media screen and (max-width: 569px) {

        .direct-contact-container, .form-wrapper {
            float: none;
            margin: 0 auto;
        }

        .form-control, textarea {
            margin: 0 auto;
        }

        .form-horizontal {
            max-width: 100%;
        }

        .name, .email, textarea {
            width: 280px;
        }

        .direct-contact-container {
            margin-top: 60px;
            max-width: 100%;
        }

        .social-media-list {
            left: 0;
        }

            .social-media-list li {
                height: 55px;
                width: 55px;
                line-height: 55px;
                font-size: 2rem;
            }

                .social-media-list li:after {
                    width: 55px;
                    height: 55px;
                    line-height: 55px;
                }
    }

    @media screen and (max-width: 410px) {
        .send-button {
            width: 110%;
        }

        .bi-send-fill {
            margin-right: 136px;
        }

        .contact-text {
            letter-spacing: -1.1px;
        }
    }

    .box {
        /*width: 400px;
    height: 300px;*/
      /*  text-align: center;*/
      /*  color: #fff;
        overflow: hidden;
        border-radius: 8px;
        position: relative;*/
    }

        .box:hover {
         /*   box-shadow: 4px 4px 0 rgba(0, 0, 0, 1);
            transition: box-shadow 0.2s 0.5s linear;*/
        }

    .main-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .box-content {
      /*  position: absolute;*/
        inset: 0;
        z-index: 3;
   /*     padding: 40px;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
     /*   transform: translateY(75px);
        transition: transform 0.2s 0.2s linear;*/
    }

    .item {
        font: bold 20px/24px Arial, sans-serif;
        margin-bottom: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-shadow: 0 0 1px #000;
    }

    .description {
        font: 21px/24px Arial, sans-serif;
        margin-bottom: 1.2em;
       /* height: 72px;*/
        overflow: hidden;
        margin-top:1em;
        color: gold;
    }
.btn-detail-info {
    font-size: 2.2em;
    float: right;
    color:white!important;
}
.restaurant-logo {
    width: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    padding-left:1em;
    z-index: 1;
}

.deal-image {
    width: 100%;
    border-radius: 10px;
}

.details-section {
    padding: 0px;
}
.deal-image-wrapper{
    overflow:hidden;
}
.box:after {
  /*  content: " ";
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.2s linear;*/
}

    .box:hover:after {
      /*  opacity: 0.7;*/
    }
.RoundedDivModal {
    background-color: #b6c1c9;
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    width: 91%;
}
.detailsText ul{
    list-style:none;
}
.dealImg {
    width: 25em;
    object-fit: cover;
    height: 21em;
    border-radius: 15px;
}
.StoreImg {
    width: 24em;
    object-fit: cover;
    height: 20em;
    border-radius: 15px;
}
.mglefticon {
    margin-left: 2px !important;
}
.mgleftside {
    margin-left: 0px !important;
    height: 6.6em;
    max-height: 7.6em;
    margin-top: 1em;
    width: 94%;
}
.rating-div{
    font-size:1.2em;
}
#dealzCount {
    margin-left: 1em;
}
.ordersLinkdeals {
    width: 85%;
    margin-left: -9px;
    padding:14px;0
}
.IconfntSize {
    font-size: 2em;
}
.txtLbl {
    font-size: 18px;
    font-weight: 600 !important;
    text-decoration: none;
    color: black !important;
}
.detailsText {
    color: black !important;
    padding-top: 1px !important;
    font-weight: 500;
    font-size: 14.5px;
}
.ribbon-wrapper {
    position: relative;
}.ribbon-wrapperdeal {
    position: relative;
}
.overflowhid{
    overflow:hidden;
}

.ribbon-tagdeal {
    position: absolute;
    top: 16px;
    right: -32px;
    background-color: red;
    color: white;
    padding: 5px 26px;
    transform: rotate(45deg);
    font-weight: bold;
    z-index:222;
}.ribbon-tag {
    position: absolute;
    top: 16px;
    right: -31px;
    background-color: red;
    color: white;
    padding: 5px 26px;
    transform: rotate(45deg);
    font-weight: bold;
}
    .interactive {
        display: flex;
       /* margin-bottom:-64px;*/
    }

        .interactive .item svg {
            flex-shrink: 0;
            margin-right: 10px;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            fill: #fff;
        }
        .interactive .item .btn {
         /*   display: none;*/ /* Hide buttons by default */
        }
.bgColor {
    background-color: rgb(240 240 240);
    padding-bottom:0px;
}

.actualAmountpad{
    padding-left:10px;
}
#detailModalLabel{
    font-size:1em;
}
.dealPriceFont{
    font-size:1.3em;
}
.btn-detail-info {
    width: 43px;
    display: block !important;
    height: 44px;
    cursor:pointer;
    padding-right: 10px;
    border-radius: 50%;
    margin-right: 5px;
    background: #3c3f4052;
    color: #f2f0f0 !important;
}

.box-content:hover .interactive .item .btn {
    display: inline-block !important; /* Show buttons when .box-content is hovered */
}
        .interactive .item.wide {
            display: flex;
            align-items: center;
            width: 85%;
            font-size: 14px;
            gap: 10px;
         
        }

        .interactive .item.narrow {
            display: flex;
            align-items: center;
            width: 65%;
            font-size: 14px;
            gap: 10px;
        }


            .interactive .item:last-child {
                justify-content: flex-end;
            }
.closeWidth{
    width:5%!important;
}

.box:before {
    content: " ";
    border-radius: 8px;
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border: 1px solid #fff;
    z-index: 2;
    pointer-events: none;
    transition: transform 0.2s linear, opacity 0.2s linear;
    transform: scale(0.7);
    opacity: 0;
}

    .show-animate {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.2s 0.2s linear;
    }

    .box:hover .show-animate {
        opacity: 1;
        transform: translateY(0);
        transition: transform 1s linear;
    }

    .box:hover .box-content {
        transform: translateY(0);
    }

    .box:hover:before {
       /* transform: scale(1);
        opacity: 1;*/
    }

    .show-item {
        transition: transform 0.2s linear, opacity 0.2s linear;
        opacity: 0;
    }

        .show-item:first-child {
            transform: translateX(-20px);
            margin-left: 3.5em;
        }

        .show-item:last-child {
            transform: translateX(20px);
            margin-right: 40px;
            margin-top: -2em;
        }

    .box:hover .show-item {
        transform: translateX(0);
        opacity: 1;
        transition: transform 0.2s 0.4s linear, opacity 0.2s 0.4s linear;
    }

    .cardPadding {
        display: flex;
        padding-right: 10px;
        padding-left: 26px;
    }

    .count-info .label {
        line-height: 16px;
        padding: 2px 5px;
        position: absolute;
        border-radius: 5px;
        right: 5px;
        top: -11px;
        font-size: 10px;
    }

    .label-primary, .badge-primary {
        background-color: red;
        color: white;
    }

    .wrapper {
        width: 100%;
        margin: 25px auto 20px auto;
    }

    .FaqCss {
        background-color: white;
        color: black;
        border-radius: 12px;
        box-shadow: 1px 0px 21px 3px rgb(0 0 0 / 25%);
        margin: 12px 0;
    }


    .question {
        font-size: 1.2rem;
        font-weight: 600;
        padding: 12px 80px 12px 20px;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .question::after {
            content: "\002B";
            font-size: 2.2rem;
            position: absolute;
            right: 20px;
            transition: 0.2s;
        }

        .question.active::after {
            transform: rotate(45deg);
        }

    .answercont {
        max-height: 0;
        overflow: hidden;
        transition: 0.3s;
    }

    .answer {
        padding: 0 20px 12px;
        line-height: 1.5rem;
    }

    .question.active + .answercont {
    }

    @media screen and (max-width: 790px) {
        html {
            font-size: 14px;
        }

        .wrapper {
            width: 89%;
            margin: 50px 20px;
        }
    }



@media only screen and (min-width: 1700px) and (max-width: 2400px) {
    .imgSet{
        width:46em!important;
    }
    #listData {
        position: absolute;
        margin-left: 36% !important;
    }
    .logo{
        margin-left:14em!important;
    }
    .navbar ul li a {
         font-size: 18px; 
        padding: 7px 10px!important;
        text-decoration: none;
        color: var(--clr-secondary);
    }
    .search {
        margin-left: 9% !important;
    }
    .search-icon {
        margin-left: 10%!important;
    }
    .navbar ul {
        margin-right: 12%!important;
    }
    .card {
        width: 30.8em!important;
    }
        .wrapper {
        width: 100%!important;
        margin: 25px auto 20px auto;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1550px;

    }
    .visual{
        padding-right:2em;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1350px) {
    #about .visual img, #app .visual img {
        height: 27em !important;
    }
    .imgSet {
        object-fit: fill !important;
        width: 28em!important;
    }
   
    .card {
        width: 95% !important;
        margin-top: 13px !important;
        flex: 0 0 30% !important;
        margin: 10px;
    }
    .tabLabel {
        font-weight: 700;
        font-size: 16px!important;
        display: block;
        float: left;
        width: 42%!important;
        padding: 1em;
        color: #757575;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        background: #f0f0f0;
    }
    #detailModalLabel {
        font-size: 1.2em!important;
    }
    .detailsText {
        color: black !important;
        padding-top: 1px !important;
        font-weight: 500;
       /* font-size: 9.5px!important;*/
    }
    #listData {
        background: white !important;
    }
    .search {
        display: inline-flex;
        border: 0px solid #616364;
        border-radius: 10px;
        margin-left: 6em!important;
        height: 3em;
        width: 24%;
    }
    
        .navbar ul li a {
        /* font-size: 18px; */
        padding: 7px 7px!important;
        text-decoration: none;
        color: var(--clr-secondary);
    }
        .search .input {
            width: 7em;
        }
          #detailModalLabel {
      font-size: 1em!important;
  }
  .col-5{
      width:40%!important;
  }
    .rating-div {
        font-size: 1em!important;
    }
}

del {
    text-decoration: line-through;
    text-decoration-color: red; /* Red strikethrough line */
    text-decoration-thickness: 3px; /* Adjust thickness of the line */
    line-height: 1.5; /* Increase line height */
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
    #about .visual img, #app .visual img {
        height: 27em !important;
    }
    .lblSelectcntry {
        margin-top: -3px;
        font-size: 8px!important;
        cursor: pointer;
    }
    #LocationCityName {
        font-weight: 600;
        font-size: 10px!important;
    }
    .navbar ul li a {
        font-size: 12px;
        padding: 7px 6px !important;
        text-decoration: none;
        color: var(--clr-secondary);
    }
    .search {
        display: inline-flex;
        border: 1px solid #616364;
        border-radius: 10px;
        margin-left: 5em!important;
        height: 3em;
    }
    .modal.show .modal-dialog {
        transform: none;
        width: 47em;
        max-width: 50em;
    }
    .RoundedDivModal {
        background-color: #b6c1c9;
        border-radius: 12px;
        padding: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        width: 91%;
        margin-left: 0px!important;
    }
    .tabLabel {
        font-weight: 700;
        font-size: 16px !important;
        display: block;
        float: left;
        width: 42% !important;
        padding: 1em;
        color: #757575;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        background: #f0f0f0;
    }

    #detailModalLabel {
        font-size: 1.2em !important;
    }

    .detailsText {
        color: black !important;
        padding-top: 1px !important;
        font-weight: 500;
        font-size: 9.5px !important;
    }

}
.bi-box-arrow-in-right::before {
    content: "\f1be";
    margin-right: 7px;
}

            @media only screen and (min-width: 200px) and (max-width: 767px) {
                #about .visual img, #app .visual img {
                    height: 27em!important;
                }
                .menu-toggle, .bar {
                    display: block;
                    cursor: pointer;
                    margin-top: -2.5em;
                    margin-right: 1em;
                }
                .menubarIcon {
                    font-size: 18px;
                    color: white;
                }

                .Share_Bar {
                    position: absolute;
                    top: 41%;
                    right: 18px;
                }
                    .imgSet {
                    object-fit: fill !important;
                    width: 25em!important;
                }
                .navbar {
                    height: 3.7em!important;
                  
                }
                .btn-menu {
                    padding: 6px 10px!important;
                    font-size: 16px;
                    text-align: center;
                    font-weight: 600;
                    border-radius: 8px;
                    background: #00b2fe;
                    /* border: 1px solid var(--clr-primary); */
                    color: white !important;
                }
            .RoundedDivModal {
                background-color: #b6c1c9;
                border-radius: 12px;
                padding: 5px;
                margin-bottom: 10px;
                margin-left: 10px;
                font-size: 16px;
                /* margin-right: 14px; */
                width: 92%!important;
            }
            .col-md-1{
                width:20%!important;
            }
            .col-md-11{
                width:60%!important;
            }
            .detailsText {
                color: black !important;
                padding-top: 1px !important;
                font-weight: 500;
                font-size: 13px!important;
            }
            .mgleftside {
                margin-left: 0px !important;
                height: 6.6em;
                max-height: 7.6em;
                margin-top: 1em;
                width: 91% !important;
            }
            .tabLabel {
                font-weight: 700;
                font-size: 15px!important;
                display: block;
                float: left;
                width: 39%!important;
                padding: 1em;
                color: #757575;
                cursor: pointer;
                text-decoration: none;
                text-align: center;
                background: #f0f0f0;
            }
            .box{
                overflow:hidden!important;
            }
            #detailModalLabel {
                font-size: 12px !important;
            }
            .ordersLinkdeals {
                width: 92%!important;
                margin-left: -9px;
                padding: 14px;
            }
            .col-5 {
                width: 30% !important;
            }
            .closeWidth {
                width: 10% !important;
            }
            .rating-div {
                font-size: 1em!important;
            }
            #listData {
                background: white !important;
            }
            #LocationCityName {
                font-weight: 600;
                font-size:10px!important;
            }
           /* .show{
                display:contents!important;
            }*/
                .navbar ul li {
                    list-style: none;
                    text-decoration: none;
                    border-bottom: 1px solid #d3d5d7;
                    /*  margin-right: 2em; */
                    background: linear-gradient(to left, #b3b8bd, #ffffff);
                }
                .nav.no-search li a {
                    display: flex;
                    flex-direction: row-reverse; /* reverse order */
                   /* justify-content: space-between;*/
                    align-items: center;
                }

                    .nav.no-search li a i {
                        margin-left: 8px; /* space between text and icon */
                        margin-right: 0;
                        font-size:1.5em;
                    }
                .nav.no-search li:last-child {
                    border-bottom: none;
                }
            .footerLinks{
                padding-top:10px;
            }
            .footer h2 {
                font-size: 20px;
            }
                .mblView {
                width: 44%;
            }
            .card {
                width: 85%;
                margin: 0 auto !important;
                padding: 15px;
            }
                .card-deck {
                    display: contents!important;
                }
                .search {
                margin-left: 5em!important;
            }
        .mgleft{
            padding-left:3em;
        }
        .row {
            flex-wrap: wrap !important;
        }
        .fa-events-icons-ready {
            overflow-x: hidden;
        }
        .section {
            padding: 0px !important;
        }

        .fleet-para {
            padding-left: 1em;
        }

        .dispatch-para {
            padding-left: 0.7em;
            padding-right: 1.5em;
        }

        .faIcon-TableCaption {
            display: table-caption !important;
        }

        .social-media-list {
            display: block;
        }

        .footer {
            padding: 0 22px;
        }

        .contact-text {
            margin-left: 0px !important;
        }

        .icon {
            display: block !important;
        }

        .send-button {
            width: 100%;
        }

        .md2-mblView {
            width: 14%;
        }

        .mgtop {
            margin-top: -9px;
        }

        .md10-mblView {
            width: 55%;
        }

        .social-media-list li {
            margin: 10px 10px;
        }

        .mdTop-mblView {
            width: 10%;
        }

        .mgtoptext {
            margin-left: 3em !important;
        }

        .order1 {
            order: 1 !important;
        }

        .order2 {
            order: 2 !important;
        }

        .order3 {
            order: 3 !important;
        }

        .order4 {
            order: 4 !important;
        }

        .section-header {
            font: 233 30px 'Oswald', sans-serif;
        }


        .logo-2 {
            width: 1.5em !important;
        }

        .section0 {
            display: inline-block;
        }

        /*.form-horizontal{
        max-width:330px!important;
    }*/
        .contact-list {
            margin-left: -4em !important;
        }

        .social-media-list {
            margin-left: 0em !important;
        }

        .form-horizontal {
            max-width: 100%;
            max-width: 100%;
            margin-right: 5.2em;
            margin-left: 2.2em;
        }

        .section-header {
            padding: 10px 0;
        }
    }
.noti-text-div {
    padding: 6px;
}
.notification{
   
    padding:0px!important;
}
.lbl_Star:hover{
    color:white!important;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust transparency as needed */
    color: #fff;
    text-align: center;
    padding: 10px 0; /* Adjust as needed */
    box-sizing: border-box;
}

.overlay-caption {
    font-size: 2em; /* Adjust as needed */
    font-weight: bold; /* Adjust as needed */
}
.market-btn {
    display: inline-block;
    border-radius: 10px;
    padding: 0.3125rem 0.875rem;
    padding-left: 2.8125rem;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    border: 1px solid #e7e7e7;
    background-position: center left 0.75rem;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff;
    font-family: Arial, sans-serif;
}

.apple-btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAACY0lEQVR4nO3ZS4hOYRjA8TPGbaMxJcklG7KQWzKScimXXEpKURJZWCjLWREWwkIhC7OxoCQLYSGZsrJW47qwkMRMQhhGM5Sf3pzFN99czHfOme+cU/PfnnPec/7nvT3v80TRGOnAMrThCY5EZQNzcV9/WqMygR3oNpD9UVnATvwyOAuiMoB5+D6ExAs0RGUADw3NoagMoGUYiQ5MiMoALg8h8Q1LorKAZ4NIhPmyOioTBq5Uj8Lkj4oCGuLNbTkWo2mI+8Lf78QtbMW4quvTsDRuZz4a6yWwClfxaZAhE4bRqfBRFff3m8xBBOtwEW8GaaMbV8J7RktgFu4aOa9xHnuxAXtwAe9qaONeeG+WEuEPfpYPX7A9C4lN6JMvfdiWRmIhfigGHZicRGI8nioGbZiUtDcOKgbnEgnEEo3xqpM37dX7Tq0iK/M28C8iSBcB4HjeFriZSiIWqT5T58GuLESe520hix0dX3OW+J1qkleI5L2T/04tUZAeCTRnIdIlf9ZkIfI4bwucyULket4W+JAoSKwSOaoYtKYV2agY9KRKGYWQeZgUZ715myo3jNuKw8eQBE8qsk/xaA+ppyTDK6wcReIPFiXpldOKxZ2aJWKROehVnN5oSSQSy5xVDK4llohFpsS52zzpxsxUIrHMgZxFDqeWqJCpJe+bJQ8yrTFieg7hfRdmZCZRIbOijqFLT0hLZS5RIbO5DkfhvlAUGjWJCpm1/xlmoQh0CVviGnszZoe6IY7h1TDPdmZyOqxBpgkn4tRRb/zxIR+2GxNH8Px63MB7/MRLnMTU+hiMMUY0Ev4CCQkivlZCFT0AAAAASUVORK5CYII=);
    background-color: #0c0d0d;
}

.google-btn {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-color: #0c0d0d;
}

.market-button-subtitle {
    display: block;
    font-size: 12px;
}

.market-button-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
}
.clientImg {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.clientImgBackgroundClr {
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
    padding: 10px; /* Optional: Add some padding around the image */
    background-color: #f5f5f5; /* Optional: Set a background color */
}

.card-deck {
    display: flex;
    justify-content: space-around; /* Distribute cards evenly */
    flex-wrap: wrap; /* Allow cards to wrap to the next line if necessary */
}

.card {
    flex: 1 1 30%; /* Adjusts the card size and allows wrapping */
    margin: 10px; /* Add space between cards */
}
.AdvisorName{
    font-weight:600;
}
.view-products {
    color: red;
}
.view-products:hover {
  /*  background: wheat;*/
}
.contact-link {
    color: gold;
}
.view-deal {
    color: gold;
}
.txtClr {
    color: black;
}
.ratingTxt {
    padding-left: 2em;
    margin-top: -6px;
}

.deal-sticker {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #f00; /* Red background for visibility */
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: bold;
    z-index: 10;
}
.swal2-styled {
    min-width: 6em;
    border-radius: 8px;
    background: #0d6efd;
}
#lblfindStores{
    font-size:1.1em!important;
}
.swal-confirm-btn {
    margin-left: auto; /* Push the confirm button to the right */
}

.swal-cancel-btn {
    margin-right: auto; /* Ensure the cancel button is on the left */
}

.deal-overlay {
    position: absolute;
  /*  bottom: 0;*/
    left: 0;
    top:49%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 3; /* Ensure it's above the image but below the sticker */
}

.overlay-price {
    font-size: 16px;
    font-weight: bold;
}

.overlay-expiry {
    font-size: 14px;
}
.range-slider {
    position: relative;
    width: 100%;
    height: 2rem;
}

    .range-slider input[type="range"] {
        position: absolute;
        width: 100%;
        height: 8px;
        -webkit-appearance: none;
        appearance: none;
        background: #ddd;
        border-radius: 5px;
        pointer-events: none; /* Disable interaction for visual input */
       /* z-index: 1;*/
    }

        .range-slider input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            height: 20px;
            width: 20px;
            background: #2bb6e7;
            border-radius: 50%;
            border: 2px solid #000;
            cursor: pointer;
            z-index: 2; /* Ensure the thumb is on top */
            pointer-events: auto; /* Enable interaction for thumbs */
        }

        .range-slider input[type="range"]::-moz-range-thumb {
            height: 20px;
            width: 20px;
            background: orange;
            border-radius: 50%;
            border: 2px solid #000;
            cursor: pointer;
            z-index: 2;
            pointer-events: auto;
        }
#mapClose {
    color: white;
    height: 40px;
    width: 40px;
    background-color: #0d6efd;
    border-radius:50%;
}
#findStoreClose {
    color: white;
    height: 30px;
    width: 30px;
    background-color: #468bef;
    border-radius: 50%;
}
#btnFindStore {
    background-color: #468bef;
}
.range-slider input[type="range"]::-ms-thumb {
    height: 20px;
    width: 20px;
    background: orange;
    border-radius: 50%;
    border: 2px solid #000;
    cursor: pointer;
    z-index: 2;
    pointer-events: auto;
}

        .range-slider input[type="range"]::-ms-track {
            background: transparent;
            border-color: transparent;
            color: transparent;
        }

/*Fun begins*/
.tab_container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.tabInput{
    display:none;
}
.tab-content {
    clear: both;
    padding-top: 10px;
    display: none;
}
.ovrflowhid{
    overflow:hidden;
}
.tabLabel {
    font-weight: 700;
    font-size: 18px;
    display: block;
    float: left;
    width: 45%;
    padding: 1em;
    color: #757575;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #f0f0f0;
}
.mgright1em{
    margin-right:1.5em;
}
#tab1:checked ~ #content1,

#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
    display: block;
  /*  padding: 20px;*/
    background: #fff;
    color: #999;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom:8px;
}
#tab2:checked ~ #content2 {
    padding: 20px;
    display: block;
    background: #fff;
    color: #999;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 8px;
}
.tab_container .tab-content p,
.tab_container .tab-content h3 {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}

.tab_container .tab-content h3 {
    text-align: center;
}

.tab_container [id^="tab"]:checked + label {
    background: #fff;
    box-shadow: inset 0 -3px 5px rgba(0, 0, 0, 0.2), inset 0 3px #0CE;
    position: relative;
}
/* Add box shadow to the image */
.deal-image {

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Adds a subtle shadow */
    border-radius: 8px; /* Optional: Rounded corners for the image */
    overflow: hidden; /* Ensure the ribbon does not extend outside the image boundaries */
    position: relative;
}
    .tab_container [id^="tab"]:checked + label::after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #0CE; /* Same color as the shadow for consistency */
        z-index: 1;
    }


    .tab_container [id^="tab"]:checked + label .fa {
        color: #0CE;
    }

.tabLabel .fa {
    font-size: 1.3em;
    margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 900px) {
/*    .tabLabel span {
        display: none;
    }*/

    .tab_container {
        width: 98%;
    }
}
label.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

/*Content Animation*/
@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.no_wrap {
    text-align: center;
    color: #0ce;
}

.link {
    text-align: center;
}
.text-orange {
    color: #ff6600 !important; /* Orange color */
    font-size: 1.2em;
    cursor:pointer;
}

.border-orange {
    border-color: #ff6600 !important;
    font-size: 1em;
}
.searchstoreCardcss {
    padding: 23px;
    font-size: 1.2em;
    /* margin: 0px; */
    padding-bottom: 0px;
   
}
.btn-orange {
    background-color: #ff6600;
    color: #fff;
    font-weight: 600;
}

    .btn-orange:hover {
        background-color: #cc5200;
    }
.mapstyle {
    margin-bottom: 10px;
    width: 100%;
    height: 400px;
}
.search {
    display: inline-flex;
    border: 0px solid #616364;
    border-radius: 10px;
    margin-left: 8em;
    height: 3em;
    width:24%;
  
}

    .search .input {
        border: none;
        padding: 10px;
        display: block !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        width: 100%;
        background: #d2d4d6 !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    .search .button {
        border: none;
        background: none;
        cursor: pointer;
        font-size: 2em;
        width: 1.5em;
        margin-left:10px;
    }

    .search span {
        cursor: pointer;
        padding: 6px;
    }
.text-hr {
    display: flex;
    align-items: center;
    font-family: sans-serif;
    width: 100%;
    margin: 0px auto;
    color: #444;
}

.text-hr--center::before,
.text-hr--center::after {
    flex: 1;
    background: #c7c7c7;
    content: "";
    height: 1px;
}

.text-hr--center .text-hr__text {
    padding: 0 15px;
}
.lblLeft{
    text-align:left!important;
}
#listData{
    position:absolute;
    margin-left:23%;
}
#LocationCityName {
    font-weight: 600;
    margin-top: 0.8em;
}
div:where(.swal2-container) h2:where(.swal2-title) {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: .8em 1em 0;
    color: inherit;
    font-size: 1.275em !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    cursor: initial;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 43px!important;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px!important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 40px!important;
    margin-right: 20px;
    padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px!important;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.navbar ul li a i {
    font-size:1.3em;
}
/* ?? Full-page semi-transparent overlay to block UI */
#cf-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);
    z-index: 9999;
    display: none; /* hidden by default */
    pointer-events: all; /* block clicks */
}

/* ?? Centered container for Turnstile */
#cf-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
}

/* ?? Center Turnstile widget inside */
.cf-turnstile {
    display: flex;
    justify-content: center;
    align-items: center;
}