:root {
    --white: #ffffff;
    --shadow-color: 178, 169, 169;
    --shadow: 1.4px 2.7px 3.6px rgba(var(--shadow-color), 0.017), 3.8px 7.5px 10px rgba(var(--shadow-color), 0.025), 9px 18.1px 24.1px rgba(var(--shadow-color), 0.033), 30px 60px 80px rgba(var(--shadow-color), 0.05);
    --shadow-hover: 1.8px 3.7px 3.6px rgba(var(--shadow-color), 0.052), 5px 10.1px 10px rgba(var(--shadow-color), 0.075), 12.1px 24.4px 24.1px rgba(var(--shadow-color), 0.098), 40px 81px 80px rgba(var(--shadow-color), 0.15);
    --dark: #0f0617;
    --primary-rgb: 178, 69, 255;
}

@font-face {
    font-family: 'plus_jakarta_sansregular';
    src: url('../fonts/plusjakartasans-variablefont_wght-webfont.woff2') format('woff2'),
        url('../fonts/plusjakartasans-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'plus_jakarta_sansregular';
}

/* banner code */
.banner .banner-img img {
    height: 100%;
    width: 100%;
}

/* stores near me */

/* common css */
a {
    text-decoration: none;
    color: #000;
}

ul {
    padding-left: 0px;
}

ul li {
    list-style: none;
}

.mt-n4 {
    margin-top: -5rem !important;
}

.mt-n1 {
    margin-top: -2px;
}

.mt-n2 {
    margin-top: -5px;
}

.info-card ul {
    padding-left: 0px;
}

.state {
    font-size: 0.9rem !important;
}

.rating .fa-star {
    color: rgb(255, 252, 53);
}

.banner-img {
    position: relative;
    z-index: -2;
    margin-top: -4.1rem;
}

/* .section-title span{
    border-bottom: 2px solid #990021;
} */
.bx-shadow {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25) !important;
    border-radius: 10px !important;
}

.banner-card .btn-same-green {
    border: 2px solid #fff;
    color: #fff;
    font-size: 0.9rem;
    box-shadow: 0px 4px 14px rgba(34, 187, 95, 0.37);
    outline: none;
}

.btn-same-green {
    transition: all 0.3s ease-in-out;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    border-radius: 0px;
    font-size: 0.9rem;

}

.btn-same-green:hover {
    background: #298f10;
    color: #fff;
    border: 2px solid #298f10;
    box-shadow: 0px 4px 14px rgba(34, 187, 95, 0.37);
    outline: none;
}

.btn-same-black {
    background: #000000;
    border: 2px solid #000000;
    text-align: center;
    border-radius: 0px;
    color: #fff;
    font-size: 0.9rem;
}

.btn-same-black:hover {
    background: #303030;
    border: 2px solid #303030;
    color: #fff;
    box-shadow: 0px 4px 14px rgba(22, 22, 22, 0.37);
    outline: none;
}

.btn-same-green-header {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: #fff;
    border-radius: 0px;
    fill: #34B714;
    border: 2px solid #34B714;
    box-shadow: 0px 4px 14px rgba(34, 187, 95, 0.37);
    outline: none;
    background: #34B714;

}

.btn-same-green-header:hover {
    background: #298f10;
    color: #fff;
    box-shadow: 0px 4px 14px rgba(34, 187, 95, 0.37);
    outline: none;
    border: 2px solid #298f10;
}

.btn-theme-green {
    text-transform: uppercase;
    width: 13rem;
    height: 3rem;
    color: #fff;
    fill: #34B714;
    box-shadow: 0px 4px 14px rgba(34, 187, 95, 0.37);
    outline: none;
    background: #34B714;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-theme-green a {
    color: #fff;
}

.btn-theme-green:hover {
    background: #298f10;
    color: #fff;
}

.share-data a:hover {
    color: #298f10;
}

.border-b {
    border-bottom: 2px solid #34B714;
}

.bdg-color {
    background-color: #298f10 !important;
    margin-top: 4px;
}

.qr-img img {
    width: 85px;
}


/* ------------------------------breadcrumb css-------------------- */
.bgground {
    float: left;
    background: #051435;
}

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

.breadcrumbs li:first-child {
    font-size: 1rem;
}

.breadcrumbs li {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 20px;
    color: #999;
}

.breadcrumbs li a {
    display: block;
    padding: 0 40px 0 0px;
    color: #ffffff;
    text-decoration: none;
    height: 20px;
    position: relative;
    perspective: 700px;
    font-size: 0.8rem;
}

.breadcrumbs li a:after {
    content: "";
    width: 20px;
    height: 20px;
    border-color: #fff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    -webkit-backface-visibility: hidden;
    outline: 1px solid transparent;
    position: absolute;
    right: 20px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotateZ(45deg) skew(10deg, 10deg);
    -moz-transform: rotateZ(45deg) skew(10deg, 10deg);
    -ms-transform: rotateZ(45deg) skew(10deg, 10deg);
    transform: rotateZ(45deg) skew(10deg, 10deg);
}

.breadcrumbs li a:hover:after {
    right: 15px;
    -webkit-transform: rotateZ(45deg) skew(-10deg, -10deg);
    -moz-transform: rotateZ(45deg) skew(-10deg, -10deg);
    -ms-transform: rotateZ(45deg) skew(-10deg, -10deg);
    transform: rotateZ(45deg) skew(-10deg, -10deg);
}

.breadcrumbs li:last-child a {
    padding: 0px;
}

.breadcrumbs li:last-child a::after {
    position: relative;
    border-style: none;
}

.bread-active {
    color: #f7e338 !important;
}
.bread-desk-active{
    color: #34B714 !important;
}
.bread-mobile {
    display: none;
}

/* --------------banner-card--------------- */
.banner-card-main {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #fff;
    perspective: 1000px;
}

.banner-container {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 100;
    transition: 0.6s;
    transform-style: preserve-3d;
}


.banner-container .card {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 6px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backface-visibility: hidden;
}

.card-buttons {
    position: absolute;
    width: 100%;
    bottom: 0%;
}

.contact2 {
    font-size: 0.9rem;
}

.front-face header {
    justify-content: space-between;
}

.front-face .logo img {
    width: 48px;
    margin-right: 10px;
}

.front-face .chip {
    width: 50px;
}

.front-face .card-details {
    margin-top: 40px;
}

.front-face .card-details ul {
    padding-left: 0px;
}

.card-ps-rel {
    position: relative;
    height: 100%;
}

.card-buttons-roww {
    position: absolute;
    bottom: 0%;
    width: 100%;
}

/* index page card bg color css */

/* banner */
.banner-img img {
    width: 100%;

}

.change-map-grid {
    border: 1px solid #000;
    padding: 10px 5px;
    background-color: #000;
    color: white;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.change-map-grid:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#findnearme {
    color: #fff;
    background-color: #000;
    border-color: #000;
    border-radius: 0px;
}

#findnearme:hover {
    border-color: #000;
    color: #000;
    background-color: #fff;
}

.select-bg {
    background: rgba(255, 255, 255, 0.1);
}

.select-bg:focus {
    background: rgba(255, 255, 255, 0.1);
}

.share-icon {
    color: #000;
}

.share-icon:hover {
    color: #298f10;
}

@media (max-width:767px) {
    .banner-container {
        width: 100%;
    }
}

.store-count {
    color: #298f10;
    font-weight: 600;
    border-bottom: 2px dashed;
}

.store-count:hover {
    color: #000;
    font-weight: 600;
    border-bottom: 2px dashed;
}

/* --------footer btns--------------------- */
.fixed-btn ul.br-info-card-btns {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0;
    box-shadow: 0 0 6px #b1b1b1;
}

.fixed-btn ul.br-info-card-btns li a {
    display: flex;
    justify-content: center;
    font-size: 11px;
    height: 100%;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.fixed-btn ul.br-info-card-btns li .calling-btn,
.fixed-btn ul.br-info-card-btns li .sharing-btn {
    background-color: #000 !important;
    color: #fff !important;
    border: 0 !important;
}

.fixed-btn ul.br-info-card-btns li .dir-btn,
.fixed-btn ul.br-info-card-btns li .booking-btn {
    background: #34B714 !important;
    color: #ffffff !important;
    border: 0 !important;
}

.fixed-btn ul.br-info-card-btns li {
    width: 50%;
    height: 50px;
    border-right: 0.5px solid #adadad;
}

.br-info-card-btns {
    padding-left: 0px;
}

@media (max-width: 768px) {
    .bread-mobile {
        display: block;
    }

    .bread-desktop {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .fixed-btn ul.br-info-card-btns {
        display: flex;
    }

    .fixed-btns-footer {
        bottom: 14%;
    }

    .fixed-btn .sts-indicator-opn {
        position: fixed;
        font-size: 0.8rem;
        right: 0;
        bottom: 50px;
        padding: 5px 10px 2px;
        border-radius: 10px 10px 0 0;
        text-transform: uppercase;
        display: block;
        z-index: 2;
        color: #fff;
        background-color: #00cd00;
    }
}


/* second-section */
.bg-site-color-light {
    background-color: #eff1f2 !important;
}

.bus-feat-data .section-title {
    border-bottom: 2px solid #34B714;
}

.bus-feat-data .timings ul li {
    border-bottom: 1px dashed;
    list-style: none;
    font-size: 14px;
    padding: 8px 0;
}

.bus-feat-data .timings ul li span:first-child {
    min-width: 80px;
}

.bus-feat-data .timings ul li span:nth-child(2) {
    min-width: 8px;
}

.bus-feat-data .nearby .nearby-data li,
.bus-feat-data .nearby .categ-data li,
.bus-feat-data .nearby .br-tags-data li {
    border: 1px solid;
    padding: 2px 6px;
    border-radius: .25rem;
    font-size: 0.9rem;
}

.section-title.products span {
    border-bottom: 2px solid #34B714;
}

.card {
    display: flex;
    flex-direction: column;
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--shadow);
    color: var(--dark);
    text-decoration: none;
    transition: .25s;
}

.card__picture {
    background-color: #f8f1f1 !important;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 /2;
    overflow: hidden;
    transition: background .25s;
}

.card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s;
}

.card__picture:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(var(--dark-rgb), 0) 25%, rgba(var(--dark-rgb), 0));
    z-index: 1;
}

.card__more {
    margin: -2rem 1.5rem -2rem 0;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background: #8a0000;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .25s;
    z-index: 2;
    align-self: flex-end;
    position: relative;
}

.card__more:after {
    font-size: 1.5rem;
}

.card__content {
    padding: 2rem 1rem;
    position: relative;
}

.card__title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #990021;
}

.card-mrp ul li {
    color: #990021;
}

.card:hover .card__image {
    transform: scale(1.1);
}

.card:hover .card__picture:after {
    background: linear-gradient(rgba(var(--primary-rgb), 0) 25%, rgb(129 0 0 / 39%));
}

.card__more:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
}

.nearby-carousel h4 {
    font-size: 2rem;
}

.nearby-carousel .owl-stage-outer {
    padding: 10px 0px;
}

.fixed-btns-footer {
    position: fixed;
    right: 0%;
    bottom: 10%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 3;
}



.fixed-btns-footer .apply,
.fixed-btns-footer .help {
    height: 50px;
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-btns-footer .apply:hover {
    background-color: #ffffe4;
}

.fixed-btns-footer .help {
    width: 7rem;
}

.fixed-btns-footer a i {
    color: #298f10;
}


/* accordion css */
.faq-electric .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    border: 1px solid black;
    border-radius: 50%;
    height: 22px;
    width: 22px;
}

.faq-electric .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    border: 1px solid black;
    border-radius: 50%;
    background-color: #34B714;
    height: 22px;
    width: 22px;
}

.faq-electric .accordion-item {
    border: none;
    border-bottom: 1px solid black;
}

.faq-electric .accordion {
    border-radius: 0px !important;
    --bs-accordion-border-color: none;
    --bs-accordion-border-radius: 0px !important;
}

.faq-electric .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,
.faq-electric .accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}

.faq-electric .accordion-button:not(.collapsed) {
    color: #34B714;
    background-color: transparent;
}

.faq-electric .faq-bg {
    background-image: url("../images/faq-bg.png");
    min-height: 145px;
    position: relative;
    background-size: cover;
    margin: 70px auto 50px;
    height: 198px;
}

.faq-electric .faq-bg img {
    position: absolute;
    top: -30%;
}

.faq-electric .accordion-button:focus {
    box-shadow: none;
}

.faq-electric .accordion-item .accordion-button {
    font-size: 1.1rem;
}


/* new card css */
.new-cards .card {
    background: white;
    /* border-radius: 20px; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.new-cards .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.new-cards .card-image {
    height: 20rem;
    /* width: 100%;
    height: 200px; */
    /* background-image: url('https://cdn.pixabay.com/photo/2023/09/21/01/20/sugar-blader-8265868_1280.jpg');
    background-size: cover;
    background-position: center; */
    /* border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
}

.new-cards .card-image img {
    object-fit: cover;
}

.new-cards .card-content {
    padding: 20px;
    /* background: linear-gradient(45deg, #ff9a9e, #fad0c4, #ffecd2); */
    background: #11998e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #11998e, #38ef7d);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #11998e, #38ef7d);
}

.new-cards .card-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.company-name {
    color: #0b68a0;
    text-decoration: underline;
}

.company-name:hover {
    text-decoration: none;
}

.new-cards .card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    font-weight: 300;
}

/* .new-cards .card-button {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #ff9a9e;
    color: white;
    text-decoration: none;
    border-radius: 0px;
    transition: all 0.3s ease;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
} */
footer.mobile {
    display: none;
}

.new-cards .card-button:hover {

    transform: translateY(-3px);
    /* box-shadow: 0 5px 10px rgba(255, 154, 158, 0.4); */
}

@media (min-width:568px) and (max-width:766px) {
    .card-buttons-row .row {
        display: flex;
        /* flex-direction: column; */
        /* gap: 5px; */
    }

    .card-buttons-row .row .form-group {
        /* width: 100% !important; */
    }

    .item .card .card-body ul li.d-flex.justify-content-between.gap-2.mb-2.pb-1.align-items-start {
        flex-direction: column !important;
    }

    .item .card .card-body ul li.mb-2.pb-1.d-flex.justify-content-between.align-items-center span.store-contact-icon.text-capitalize {
        width: 100%;
    }
}

@media (max-width:767px) {
    .accordion-media {
        margin-top: 3rem;
    }
   
    footer.faq-electric .accordion-button:not(.collapsed)::after {
        height: 20px;
        width: 20px;
    }

    .btn-theme-green {
        width: 10rem;
        height: 2.6rem;
    }

    footer.mobile .social-icons {
        margin-top: 10px;
    }

    footer.mobile h5 {
        font-size: 1.1rem;
    }

    footer.desktop {
        display: none;
    }

    footer.mobile {
        display: block;
        padding-bottom: 4rem !important;
    }

    footer.f-head {
        padding-bottom: 1rem !important;
    }

    footer.pb-none {
        padding-bottom: 0px !important;
    }
    .br-info-card-btns i{
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }
    .fixed-btns-footer {
        bottom: 13%;
    }

    .info-card-footer {
        padding: 0px 11px !important;
    }

    .banner-card-main .front-face .card-details ul {
        width: 100% !important;
    }

    .nav-item .nav-link {
        padding: 3px !important;
    }

    .banner-img {
        height: 21rem !important;
    }

    .banner-card-main .front-face .card-details ul li {
        justify-content: flex-start !important;
    }

    #mainHeader nav.navbar.navbar-expand-lg {
        position: absolute;
        left: 0%;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin: auto;
    }

    header.scrolled nav.navbar.navbar-expand-lg {
        backdrop-filter: blur(7.25px);
        background: rgba(255, 255, 255, 0.6);
        box-shadow: 0px 2.6999998092651367px 4.5px 0px #0000000A;
        border-bottom: 1px solid #E9E9E9;
        fill: rgba(255, 255, 255, 0.60);
    }

    h3.section-title.products {
        margin-top: 2rem;
    }

    .btn-same-black,
    .store-count,
    .btn-same-green-header {
        font-size: 0.8rem;
    }

    .btn-same-green {
        font-size: 0.8rem;
    }

    .contact-text {
        font-size: 0.9rem;
    }
    .banner-img{
        margin-top: 4.1rem;
    }
}

@media (min-width:768px) and (max-width:1024px) {

    .btn-same-black,
    .btn-same-green-header {
        font-size: 0.8rem;
    }

    .btn-same-green,
    .store-count {
        font-size: 0.8rem;
    }
}
@media (min-width:768px) and (max-width:830px){
    .bus-feat-data .nearby .nearby-data li, .bus-feat-data .nearby .categ-data li, .bus-feat-data .nearby .br-tags-data li,.bus-feat-data .timings ul li{
        font-size: 0.6rem;
    }

}

@media (min-width:1024px) and (max-width:1366px) {

    .btn-same-black,
    .btn-same-green-header,
    .btn-same-green,
    .store-count {
        font-size: 0.7rem;
    }

    header.scrolled .nav-item .nav-link,
    header .nav-item .nav-link {
        font-size: 0.9rem;
        padding: 0px 4px !important;
    }

    .btn-theme-green {
        font-size: 0.8rem;
        width: 11rem;
        height: 2rem;
    }

}

@media (max-width:366px) {

    .btn-same-black,
    .btn-same-green,
    .btn-same-green,
    .store-count {
        font-size: 0.7rem;
    }

}

@media (min-width:1024px) and (max-width:1100px) {

    header.scrolled .nav-item .nav-link,
    header .nav-item .nav-link {
        font-size: 0.7rem;
        padding: 0px 4px !important;
    }

}

@media (min-width:334px) and (max-width:383px) {
    footer .loco-below {
        display: flex;
        flex-direction: column;
    }

    .contact-text {
        font-size: 0.7rem;
    }
}

@media only screen and (min-width: 390px) and (max-width: 844px) and (orientation: landscape) {
    header.scrolled nav.navbar.navbar-expand-lg {
        backdrop-filter: blur(7.25px);
        background: rgba(255, 255, 255, 0.6);
        box-shadow: 0px 2.6999998092651367px 4.5px 0px #0000000A;
        border-bottom: 1px solid #E9E9E9;
        fill: rgba(255, 255, 255, 0.60);
    }

    #mainHeader nav.navbar.navbar-expand-lg {
        position: absolute;
        left: 0%;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin: auto;
    }

    .banner-img {
        margin-top: 3.99rem;
        position: relative;
        z-index: -2;
        height: 24rem !important;
    }

    div#navbarSupportedContent .navbar-nav {
        gap: 0.1rem !important;
    }

    div#navbarSupportedContent .navbar-nav .nav-item .nav-link {
        padding: .3rem 0rem;
    }

    .bus-feat-data .nearby .nearby-data li,
    .bus-feat-data .nearby .categ-data li,
    .bus-feat-data .nearby .br-tags-data li,.bus-feat-data .timings ul li {
        font-size: 0.7rem;
        padding: 2px 1px;
    }
    footer.desktop h4{
        font-size: 1rem;
    }
}