﻿/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
body.innerpage .header {
    position: relative;
    width: 100%;
    transition: all 0.3s ease;
    top:-5px;
}

/* Sticky only for inner pages */
    body.innerpage .header.sticky {
        position: fixed;
        top: -5px;
        left: 0;
        background: #fff;
        z-index: 1000;
        width: 100%;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}
 
* {
    font-family: 'Inter', sans-serif;
}

.icon {
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
}

 .text-primary {
    color: #772c8e !important;
}

 label:empty,  span:empty {
    display: none;
}
/*comman class end*/
/*header Start*/
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.left-0 {
    left: 0px !important;
}

.header {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: -5px;
}
    .header.sticky {
        position: fixed;
        top: -5px;
        left: 0;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
.announcement-bar {
    background: #604696;
    color: #fff;
    font-size: 0.82rem;
    padding: 8px 0;
    text-align: center;
    letter-spacing: 0.02em;
}

    .announcement-bar .btn-close {
        filter: invert(1);
        font-size: 0.6rem;
    }

img.logo {
    width: 100px;
}

 .btn-login {
    border: 2px solid #7c3aed;
    color: #7c3aed !important;
    border-radius: 50px !important;
    font-weight: 600;
    padding: 7px 22px !important;
    font-size: 0.88rem;
    transition: all .2s;
}

.header nav {
    border-radius: 50px;
    padding: 6px 10px;
    box-shadow: 0 0 0 1px rgba(180, 160, 240, 0.3), 0 4px 16px rgba(124, 58, 237, 0.08);
    background: rgba(227, 185, 250, 0.19);
}

.header nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.header nav.mainmenus ul li a {
    text-decoration: none;
    color: #4b5563;
}
.header nav ul li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #4b5563;
    padding: 10px 13px;
    position: relative;
    border-radius: 50px;
    transition: color 0.2s;
    white-space: nowrap;
}

.header nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #a78bfa, #4c1d95);
    border-radius: 10px;
    transition: width 0.25s ease;
}

.header nav ul li a:hover {
    color: #5b21b6;
}

.header nav ul li a:hover::after {
    width: 32px;
}

.header nav ul li a.active {
    color: #1a1040;
    font-weight: 700;
    background: radial-gradient(ellipse at 50% 30%, rgba(196, 181, 253, 0.55) 0%, rgba(221, 214, 254, 0.25) 60%, transparent 100%);
}

.header nav ul li a.active::after {
    width: 32px;
}

/*header end*/



/*product card*/
 .product {
    border: 2px solid #8B96A5;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 100%
}

 .product-image {
/*    padding: 15px 15px 0 15px;*/
    position: relative;
}

 .product-details {
    background: #F6F6F6;
    font-weight: 600;
    padding: 11px 15px;
    height: 100%;
}

     .product-details a {
        text-decoration: none;
        color: #000;
        width: 100%;
        height: 50px;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

 .product-btn button {
    background: #614797;
    border-radius: 7px;
    border: none;
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.product-btn button i {
    display: block;
}

 .product-image img {
    width: 100%;
}
/*product card end*/

/*footer start*/

/* Footer styles startes here */
img.footerlogo {
    width: 150px;
}

.vf-footer {
    background: #15101f;
    padding: 58px 0 0;
    color: rgba(255, 255, 255, 0.65);
}

/* ── BRAND COLUMN ── */
.vf-logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

/* SVG Logo mark — V shape */
.vf-logo-icon {
    width: 48px;
    height: 42px;
}

.vf-brand-name {
    line-height: 1.1;
}

    .vf-brand-name strong {
        display: block;
        font-size: 0.82rem;
        font-weight: 800;
        color: #c084fc;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .vf-brand-name span {
        display: block;
        font-size: 0.65rem;
        color: #c084fc;
        letter-spacing: 0.14em;
        text-transform: uppercase;
    }

.vf-tagline {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.65;
    margin: 14px 0 22px;
    max-width: 210px;
}

/* Social icons */
.vf-social {
    display: flex;
    gap: 10px;
}

.vf-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.65);
    font-size: 1rem;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}

    .vf-social-btn:hover {
        border-color: #9333ea;
        background: #9333ea;
        color: #fff;
    }

/* ── NAV COLUMNS ── */
.vf-col-title {
    font-size: 0.97rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 18px;
}

.vf-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .vf-nav-list li {
        margin-bottom: 11px;
    }

        .vf-nav-list li a {
            font-size: 0.875rem;
            color: rgba(255, 255, 255, 0.55);
            text-decoration: none;
            transition: color 0.2s;
        }

            .vf-nav-list li a:hover {
                color: #c084fc;
            }

/* ── STAY CONNECTED ── */
.vf-email-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
}

.vf-email-input {
    flex: 1;
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 11px 16px;
    font-size: 0.875rem;
    color: #fff;
    font-family: 'Inter', sans-serif;
    outline: none;
    transition: border-color 0.2s;
}

    .vf-email-input::placeholder {
        color: rgba(255, 255, 255, 0.35);
    }

    .vf-email-input:focus {
        border-color: #9333ea;
    }

.vf-email-btn {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #9333ea;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.05rem;
    flex-shrink: 0;
    cursor: pointer;
    transition: background 0.2s;
}

    .vf-email-btn:hover {
        background: #7c3aed;
    }

/* Contact info */
.vf-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .vf-contact-list li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.6);
    }

        .vf-contact-list li i {
            color: #c084fc;
            font-size: 1.05rem;
            margin-top: 1px;
            flex-shrink: 0;
        }

/* ── DIVIDER ── */
.vf-divider {
    border-color: rgb(240 226 255);
    margin: 15px 0 0;
}

/* ── BOTTOM BAR ── */
.vf-bottom {
    padding: 18px 0;
}

.vf-copyright {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
}

/* ── RESPONSIVE ── */
@media (max-width: 767px) {
    .vf-footer {
        padding: 44px 0 0;
    }

    .vf-tagline {
        max-width: 100%;
    }
}





.footer-top {
    background: #EFF2F4;
    color: #1C1C1C;
    padding: 25px 0;
}

    .footer-top h1 {
        font-size: 20px;
        text-align: center;
    }

.footer-bottom {
    background: #EFF2F4;
    /*  padding: 15px 0;*/
    color: #1C1C1C;
}

.footer-links h1 {
    font-size: 17px;
    color: #000;
}

.footer-links ul {
    padding-left: 0;
    margin-bottom: 0px;
}

.footer-links li {
    list-style-type: none;
}

 .footer-links a {
    text-decoration: none;
    padding: 6px 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}

.footer-middle {
    background: #fff;
    padding: 26px 0;
}



/*footer end*/

/*slider strat*/
 .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
}

 .mian-banner.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: calc(50% - 34px);
    font-size: 34px !important;
    color: #fff !important;
}

 .mian-banner button.owl-next {
    right: 30px;
}

 .mian-banner button.owl-prev {
    left: 30px;
}

 .top-selling-products.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: calc(50% - 34px);
    font-size: 34px !important;
    color: #000 !important;
}

 .top-selling-products button.owl-next {
    right: 30px;
}

 .top-selling-products button.owl-prev {
    left: 30px;
}


 .StarAchievers.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: calc(50% - 34px);
    font-size: 34px !important;
    color: #000 !important;
}

 .StarAchievers button.owl-next {
    right: 30px;
}

 .StarAchievers button.owl-prev {
    left: 30px;
}
/*slider end*/
.left-0 {
    left: 0px !important
}

 .subherder {
    position: relative;
}

 .headertitle {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    min-width: 100%;
    height: 100%;
    justify-content: center;
    background: #00000061;
    right:0;
}

 .pagetitle {
    font-size: 26px;
    text-align: center;
    padding: 15px 0;
    font-family: 'Inter', sans-serif;
    margin-bottom: 0;
}

 .subheading {
    font-size: 29px;
    font-weight: bold;
    color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
}

.table .thead-success th {
    color: #fff;
    background-color: #28844e;
    border-color: #28844e;
}

 .bodydata {
    position: relative;
}

/* .content-bg::before {
    content: '';
    position: absolute;
    background-image: url('images/open-site/content-bg.jpg');
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.05;
    background-repeat: repeat;
    background-attachment: fixed;
}*/

 .content {
    /*  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    padding: 27px;*/
    margin: 30px 0px;
    /*border-radius: 6px;*/
}

.home-account-details p {
    white-space: normal;
}

 .home-account-details .dropdown-menu {
    width: 300px;
}

.email-subscrible-sec {
    bottom: 60px;
    width: 100%;
}

    .email-subscrible-sec h2 {
        color: #007540;
        font-weight: 600;
        font-style: italic;
    }

    .email-subscrible-sec .input-group-text {
        background: #8ac100;
        color: #fff;
        height: 47px;
        padding: 0 27px;
    }

 .custom-readmore {
    display: inline-flex;
    align-items: center;
    position: relative;
}

     .custom-readmore::after {
        content: "";
        width: 83%;
        height: 2px;
        background: #161616;
        position: absolute;
        bottom: -4px;
    }

     .custom-readmore i {
        margin-left: 5px;
    }

.email-subscrible {
    background-image: url('images/open-site/email-subscribe.webp');
    padding-top: 12%;
    background-size: cover;
    padding-bottom: 2%;
}

 .carousel-control-prev span,  .carousel-control-next span {
    display: block !important;
}

.achiver-image  img {
    aspect-ratio: 90/99;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .header-icon-text {
        font-size: 11px !important;
    }

    .header-main-menu {
        position: fixed;
        width: 320px;
        background: #fff;
        left: -100%;
        top: 0;
        box-shadow: 0 0 6px;
        height: 100vh;
        transition-duration: 0.3s;
        z-index: 99;
    }

    .toogle-menu {
        font-size: 22px;
        padding: 6px 15px 6px 0;
    }

    nav.header-main-menu ul {
        padding: 0 12px;
        column-count: 1;
    }

    nav.header-main-menu li {
        width: 100%;
        display: block;
    }

    nav.header-main-menu a {
        margin-bottom: 8px;
    }

    .submenu {
        position: relative;
        top: 0;
        padding-top: 8px;
    }

     .mainmenu-submenu a {
        white-space: normal;
        display: flex;
    }

     .subheading {
        font-size: 20px;
    }

    .logo {
        margin-bottom: 0px;
        margin-top: 10px
    }

        .logo  img {
            width: 45px;
        }

    .email-subscrible {
        padding-top: 53%;
        background-size: cover;
        padding-bottom: 2%;
        background-position: center;
    }

    .subsubmenu {
        position: relative !important;
        right: 0;
    }

     .subsubmenu a {
        white-space: break-spaces !important;
        font-size: 12px;
        white-space: break-spaces;
    }

     nav.header-main-menu a {
        display: flex;
        white-space: normal;
    }

    .header-icon-text {
        font-size: 10px !important;
    }
}


@media screen and (min-width: 481px) and (max-width: 1024px) {
    .email-subscrible-sec {
        bottom: 0;
    }
}

    @media screen and (min-width: 320px) and (max-width: 1024px) {

        .app-store {
            top: -2px !important;
            left:0px !important; 
        }

        .mobile-app {
            bottom: 5px !important;
        }
       
    }

@media screen and (min-width: 1601px) {
     .container {
        min-width: 80%;
        max-width: 80%;
    }

    /*   p {
        font-size: 20px;
    }*/

    /*  nav.header-main-menu a {
        font-size: 20px;
    }*/

    /*   .footer-links a {
        font-size: 18px;
    }*/

    /*.footer-middle {
        font-size: 20px;
    }*/

    .footer-links h1 {
        font-size: 23px;
    }
    /*.footer-middle p {
        font-size: 16px;
        color: #000;
    }*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/*Modal Added Loading*/

.app-store {
    top: 0px;
    margin: 0 auto;
    left: 175px;
}
.mobile-app {
    bottom: 0px;
    position: relative;
}
.app-store-imgs {
    top: 0px;
    position: relative;
    display:flex;
}
    .app-store-imgs img {
        width: 100px;
    }
#loadingModal {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loadingModalContent {
    background-color: #fff;
    padding: 12px 32px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

    #loadingModalContent h3 {
        margin-bottom: 0;
        font-size: 16px;
    }

 .search-icons {
    background-image: url(images/icons/search.png);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: calc(100% - 7px) 6px;
    padding-right: 45px;
}

/* Chat Icon */
#chatIcon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #0078d7;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-size: 24px;
}

/* Chat Window */
#chatWindow {
    position: fixed;
    bottom: 80px;
    right: 55px;
    width: 30%;
    height: 70vh;
    background: white;
    z-index: 100000;
    display: none;
    border-radius: 10px;

    flex-direction: column; /* stack header, messages, input vertically */
}
/* Chat Header fixed at top */

#chatHeader {
    background: #0078d7;
    color: white;
    padding: 10px;
    font-weight: bold;
    flex-shrink: 0; /* prevent shrinking */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#chatHeader {
    background: #0078d7;
    color: white;
    padding: 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between; /* space between title and close button */
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#closeChat {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
/* Messages area scrolls */

#chatMessages {
    flex: 1; /* take remaining space */
    padding: 10px;
    overflow-y: auto; /* scroll only messages */
}

#chatInputArea {
    display: flex;
}

#chatInput {
    flex: 1;
    padding: 5px;
}

#sendBtn {
    background: #0078d7;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

/* Message alignment */
.message {
    margin: 5px 0;
    padding: 5px 10px;
    border-radius: 10px;
    max-width: 80%;
}

 .user {
    background: #e0f7fa;
    text-align: left;
    align-self: flex-start;
    margin: 2px;
    padding: 4px;
    border-radius: 6px;
    width:70%
}

 .bot {
    background: #d1c4e9;
    text-align: left;
    align-self: flex-start;
    margin: 2px;
    padding: 4px;
    border-radius: 6px;
    width: 70%
}
#chatWindow.open {
    display: flex; /* visible with flex layout */
    flex-direction: column;
}
@media (max-width: 600px) {
    #chatWindow {
        right: 10px;
        bottom: 60px;
        width: 95%; /* almost full width */
        height: 80vh; /* taller on mobile */
        border-radius: 8px;
    }
}

 .cart-body a {
    color: #000;
    text-decoration: none;
    padding-right: 11px;
}

 .mainmenu-submenu a {
    white-space: break-spaces !important;
    color: #000;
    text-decoration: none;
    display: flex !important;
    min-width: 100%;
    align-items: center;
}

 .cart-body {
    position: absolute;
    right: 0;
    z-index: 9999;
    width: 235px;
    padding-top: 22px;
    display: none;
}

 .header-cart-item {
    display: flex;
    padding: 10px 12px;
}

 .home-account-details .dropdown-item:hover {
    background: transparent !important;
}

 .header-cart-item-image img {
    width: -webkit-fill-available !important;
}

 .header-cart-item-body {
    align-items: center;
    display: flex;
}

 .header-cart-item-image {
    width: 68px;
    margin-right: 8px;
    border-radius: 6px;
    box-shadow: 0 0 6px #eee;
    overflow: hidden;
    min-width: 68px;
    aspect-ratio: 2 / 2;
}

     .header-cart-item-image img {
        width: 100%;
    }

 .header-cart-item-body p {
    margin-bottom: 0;
    font-size: 12px !important;
    line-height: 20px;
}

 .header-cart-item-body h6 {
    font-size: 14px;
    margin-bottom: 0;
}

 .home-account-details span.dropdown-toggle {
    width: 28px;
    cursor: pointer;
    display: block;
}

     .home-account-details span.dropdown-toggle::after {
        display: none;
    }

 .home-account-details p {
    white-space: normal;
}

 .minicart:hover .cart-body {
    display: block;
}

 .home-account-details:hover .dropdown-menu {
    display: block;
}

 .cart-body li {
    list-style-type: none;
}

 .cart-body ul {
    padding-left: 0px;
    max-height: 350px;
    overflow: auto;
}

 .home-account-details .dropdown-menu {
    right: 0;
    background: transparent;
    border: none;
    top: 15px;
    padding-top: 21px;
}

 .cart {
    position: relative;
    top: 0;
    z-index: 999;
    color: #28844e;
    font-size: 20px;
}

 .home-account-details i {
    width: 26px;
}

 .home-account-details a {
    text-align: left !important;
}

     .home-account-details a.dropdown-item {
        margin-left: 0px !important
    }

 .minicart span.badge {
    position: absolute;
    background: #e2725b;
    color: #fff;
    width: 18px;
    height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -13px;
    border-radius: 50%;
    top: -8px;
}

 .banner-botton a {
    text-align: center;
    color: #007540;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    animation: blinker 1s linear infinite;
}

 .Crown_header h2 {
    font-size: 20px;
    font-weight: 600;
}

 .banner-botton {
    background-image: url(images/open-site/email-subscribe.webp);
    background-position: bottom;
    padding: 14px 0;
    text-align: center;
}

.achiver-image img {
    aspect-ratio: 90/99;
}
ul.header-right-menu {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    list-style:none;
}

    ul.header-right-menu  img {
        width: 22px;
        aspect-ratio: 2/2;
        object-fit: cover;
    }

 .header-right-menu a {
    color: #000;
    text-decoration: none;
    text-align: center;
}

ul.header-right-menu input[type="text"] {
    padding: 5px 20px;
    border: 1px solid #8B96A5;
    border-radius: 21px;
    width: 284px;
}
 ul.loginusername {
    padding-left: 0;
    cursor: pointer;
}

.header-right-menu li {
    display: inline-flex;
    position: relative;
    margin-left: 0;
}

    .header-right-menu li:empty {
        display: none;
    }



.header-right-menu span {
    font-size: 14px;
    width: 100%;
    display: block;
}

/*Login Page Css*/
/*.AssociateLoginbg {
    position:relative;
    background-color: #f5f3ef;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    position: relative;
    overflow-x: hidden;
}
    .AssociateLoginbg::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: linear-gradient(#d8d3cc 1px, transparent 1px), linear-gradient(90deg, #d8d3cc 1px, transparent 1px);
        background-size: 48px 48px;
        opacity: 0.45;
        pointer-events: none;
        z-index: 0;
    }*/
.Virtualcard {
    border-top: 5px solid #604696;

}
.AssociateLoginbg {
    background-image: url(/images/New-home/loginbg.webp);
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 1rem;
    position: relative;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: center;
}
h2.welcomeh2 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
}
p.Definitely {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
}