body {
    font-family: 'open-sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

.offcanvas-backdrop.show {
    opacity: .5;
}

.search-bar-section {
    padding: 30px 0;
}

.container {
    max-width: 90%;
    width: 1440px;
    margin: auto;
}

.image-with-text-section {
    padding-bottom: 6px;
}

.list-group-item1 {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item1 {
    z-index: 2;
    background-color: #4a8ae9;
    border-color: #2e6fce;
    color: #fff;
}

.image-with-text-section a .card {
    padding: 10px;
    text-align: center;
    height: 97px;
    align-items: center;
    display: flex;
}

.image-with-text-section a .card .card-body {
    padding: 10px 0 0;
}

.image-with-text-section a .card .card-body h6 {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 16px;
    font-weight: 500;
}

/*.browse-by-most-section {*/
/*    padding-bottom: 40px;*/
/*}*/

.browse-by-most-section .browse-by-heading {
    margin-bottom: 3px;
}

.h2, h2 {
    font-size: 24px;
    line-height: 28px;

}

.h1, .h2, h1, h2 {
    font-weight: 600;
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16%;
    }
}

.browse-by-most-section .card {
    border: 0;
    border-radius: 8px;
}

.browse-by-most-section .card img {
    border-radius: 8px;
}

.card-img-top {
    width: 100%;
}

img.mx-auto {
    width: 50% !important;
}

.global-store-section {
    padding: 4px 0;
}

.global-store-section .global-store-heading {
    margin-bottom: 4px;
}

.space-between {
    justify-content: space-between;
    display: flex;
}

.trending-store-section {
    padding-bottom: 22px;
}

.trending-store-section .trending-store-heading {
    margin-bottom: 8px;
}

.hero-banner {
    position: relative;
}

.cta-section {
    padding-bottom: 40px;
    background-color: #fff;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (max-width: 991.97px) {
    form .col-12 {
        width: 100% !important;
    }
   .global-gift-card .card-img-top {
        height: 110px !important;
    }
}

@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .store-search-form {
        padding-top: 0px;
    }
}

@media (max-width: 991px) {
    .store-search-form {
        padding-top: 10px;
    }
}


.cta-section h2 {
    color: #071e55;
}

p {
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

footer .get-amazing {
    background-color: #333;
    padding: 6px;
}

footer .get-amazing h6 {
    color: #fff;
}

.h6, h6 {
    font-size: 18px;
    line-height: 28px;
    color: #071e55;
}

.h5, .h6, h5, h6 {
    font-weight: 600;
}

footer .get-amazing p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .text-md-end {
        text-align: right !important;
    }
}

@media (min-width: 768px) {
    .text-md-end {
        text-align: right !important;
    }
}

footer .get-amazing h6 {
    color: #fff;
}

footer .footer-link h6 {
    color: #fff;
}

footer .footer-link ul li {
    margin-bottom: 5px;
}

footer .footer-link ul li a {
    color: #fff;
    font-size: 14px;
}

footer .footer-widget {
    padding: 30px 0;
    background-color: #000;
}

footer .footer-widget .vr {
    color: #fff;
    height: 100%;
    width: 2px;
    opacity: 100%;
}

footer .footer-widget .footer-logo a {
    display: inline-block;
    margin-bottom: 20px;
}

footer .footer-widget .footer-logo p {
    font-size: 14px;
    color: #fff;
}

footer .copy-right-area {
    background-color: #000;
    text-align: center;
}

footer .copy-right-area p {
    color: #fff;
    font-size: 14px;
}

.gift-card {
    width: 150px;
    height: 150px;
    min-width: 150px;
    min-height: 150px;
    border-radius: 15px;
    border: 3px solid transparent;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gift-card .card-img-top {
    width: 100%;
    height: 100px;
    /* Reserve space for image */
    object-fit: contain;
    /* Keeps logo aspect ratio within box */
    padding: 10px;
    /* Optional: adds spacing inside the card */
    background-color: #fff;
    /* Optional: helps logos stand out */
}

.gift-card .card-footer {
    height: 30px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
    border-radius: 20px 20px 0px 0px;
    margin-left: 17px;
    margin-right: 17px;
    font-weight: 600;
    background: #000;
}

.gift-card .card-footer1 {
    height: 30px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #ccc;
    border-radius: 20px 20px 0px 0px;
    margin-left: 17px;
    margin-right: 17px;
    font-weight: 600;
    background: rgb(255 193 7);
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 80px;
    border-radius: 8px;
    background: white;
    font-size: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    border: none;
}

.scroll-left {
    left: 0;
}

.scroll-right {
    right: 0;
}

.card-scroll-container::-webkit-scrollbar {
    display: none;
}



.card.global-gift-card.text-center {
    width: 200px;
    height: 275px;
    min-width: 150px;
    border-radius: 12px;
    box-shadow: 0px 0px 5px darkred;
    border: 2px solid #d93333fa;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.global-gift-card .card-img-top {
    height: 200px;
    object-fit: contain;
    padding: 10px;
    background-color: #fff;
}

.global-gift-card .card-footer {
    height: 70px;
    background-color: #e8edf5;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    /* changed from column */
    justify-content: space-between;
    /* distributes text left and button right */
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    border-top: 1px solid #ccc;
    position: relative;
}

.global-gift-card .footer-text {
    text-align: start;
    line-height: 1.4;
    display: block
}

.food-category {
    font-weight: 600;
    color: indianred;
}

.global-gift-card .arrow-btn {
    background-color: #6c7a91;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 3px 6px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card .gift-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Quick Link */
.quicklinks-section {
    padding: 40px 0;
}

.quicklinks-section .card {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .161);
    border-radius: 5px;
    border: 0;
}

.quicklinks-section .card .card-header {
    padding: 15px 20px;
}

.card .card-header {
    border-color: #dee2e6;
    background-color: #fff;
}

.quicklinks-section .card .card-header h6 {
    font-size: 22px;
    margin-bottom: 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.blog-section {
    padding: 40px 0;
}

.blog-section .categories-list .card {
    border-color: #071e55;
    background-color: #fff;
}

.blog-section .categories-list .card-header {
    padding: 15px;
}

.blog-section .categories-list ul li {
    padding: 15px;
    border-bottom: 1px solid #071e55;
}

.blog-section .categories-list ul li h6 {
    margin-bottom: 0;
    font-size: 16px;
    text-transform: capitalize;
}

.list-unstyled {
    margin-bottom: 0;
    border-bottom: 0px;

}

.add-my-bussiness {
    padding: 40px 0;
}

.card .card-header {
    border-color: #dee2e6;
    background-color: #fff;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: 400;
    margin-bottom: .375rem;
    font-size: 15px;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.form-group .form-control {
    color: #000;
    font-weight: 400;
    line-height: 1.5rem;
    padding: 10px 12px;
    font-size: 13px;
    background-color: #fff;
}

.justify-center {
    justify-content: center;
    display: flex;
}

.contact-us {
    background-color: #f3f9ff;
    padding: 40px 0;
}

.contact-us .contact-us-heading {
    text-align: center;
    margin-bottom: 20px;
}

.contact-us .contact-us-heading h2 {
    margin-bottom: 5px;
}

.contact-us .card {
    padding: 20px;
    background-color: #fff;
    border-radius: 1rem;
    height: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, .05);
}

.contact-us .card h5 {
    margin-bottom: 5px;
}

.contact-us .card .list-unstyled .flex-shrink-0 {
    background-color: #f2360a;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.contact-us .card .list-unstyled .flex-grow-1 p {
    font-size: 12px;
}

.contact-us .card .list-unstyled .flex-grow-1 h6 {
    margin-bottom: 2px;
    font-size: 16px;
}

.auth-form {
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.auth-form .card {
    border: 0;
    box-shadow: 3.67px 4.89px 52.91px 0 rgba(0, 0, 0, .122);
    border-radius: 10px;
    padding: 20px;
}

.auth-form .card .brand-logo {
    margin-bottom: 10px;
}

.auth-form .card .brand-logo h3 {
    margin-bottom: 4px;
}

.auth-form p {
    margin-bottom: 0;
}

.form-group label {
    display: block;
    font-weight: 400;
    margin-bottom: .375rem;
    font-size: 15px;
}

.auth-form .card .btn-link {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    color: #f2360a;
    text-decoration: none;
    font-size: 15px;
}

.auth-form .card .login-password-field .show-password {
    position: absolute;
    right: 15px;
    top: 40px;
    margin: auto;
    bottom: 48%;
}

.btn-danger {
    padding: 8px 25px;
    background: #f2360a;
    color: #fff;
    line-height: 25.2px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    transition: all .15s ease;
    border-color: #f2360a;
}

.auth-form .login-link-button {
    text-align: center;
    margin-top: 10px;
}

.align-middles {
    align-items: center;
    display: flex;
}

.auth-form .card .btn-danger {
    width: 100%;
}

.recent-notifications .view-full-link a {
    color: #f2360a;
    font-size: 15px;
    text-decoration: none;
}

.recent-notifications .pizza-hut-content .pizza-inner {
    font-size: 16px;
    color: #f2360a;
}

.faqs-section {
    padding: 50px 0;
}

.faqs-section .faqs-heading {
    text-align: center;
    padding-bottom: 30px;
}

.faqs-section .accordion-item {
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.accordion-header {
    margin-bottom: 0;
}

.faqs-section .accordion-item .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    border-bottom: 0;
    border-radius: 10px;
}

.faqs-section .accordion-item .accordion-button:last-child {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-radius: 10px;
    font-weight: 600;
}

.page-title {
    background-color: #f2f2f2;
    padding: 30px 0;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.image-card {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
    cursor: pointer;
}

/* .card:hover {
  transform: scale(1.05);
} */

.card img {
    width: 100%;
    height: 56%;
    object-fit: contain;
}

.card-label {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 10px;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    width: 120px;
    /* Fixed width */
    height: 30px;
    /* Optional: keeps all labels same height */
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-group-item.active {
    z-index: 2;
    background-color: #91b3e6;
    border-color: #86b7fe;
}

/* Apply only on tablet and mobile (screen width < 992px) */
@media (max-width: 991.98px) {

    .image-card {
        position: relative;
        width: 134px;
        height: 148px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        transition: transform 0.2s ease;
        cursor: pointer;
    }

    .global-gift-card .card-footer {
        height: 49px;
        background-color: #e8edf5;
        padding: 5px 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        font-size: 7px;
        font-weight: 500;
        color: #333;
        border-top: 1px solid #ccc;
        position: relative;
    }

    .gift-card {
        width: 136px;
        height: 145px;
        min-width: 136px;
        min-height: 145px;
        border-radius: 15px;
        border: 3px solid transparent;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .image-with-text-section a .card {
        padding: 2px;
        text-align: center;
        height: 72px;
        align-items: center;
        display: flex;
    }

    .global-store-section {
        padding: 4px 0;
    }

    .col-12 {
        flex: 0 0 auto;
        width: 50%;
    }



    .card.global-gift-card.text-center {
        width: 130px;
        height: 154px;
        min-width: 130px;
        border-radius: 12px;
        box-shadow: 0px 0px 5px darkred;
        border: 2px solid #d93333fa;
        overflow: hidden;
        position: relative;
        display: flex;
        flex-direction: column;
        background-color: #fff;
    }
}