#toast-container.toast-center {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

/* Accurate Nicobar Styling */
:root {
    --nicobar-dark: #213951;
    --nicobar-text: #333333;
    --nicobar-muted: #666666;
    --border-color: #e5e5e5;
}

/* =============================
   NEWSLETTER SECTION
============================= */
.newsletter-section{
    background:#F7F9FB;
    padding:70px 0;
    text-align:center;
}

.newsletter-section h4{
    font-weight:500;
    margin-bottom:10px;
}

.newsletter-section p{
    color:#646464;
    max-width:650px;
    margin:auto;
}

.newsletter-input{
    max-width:520px;
    margin:25px auto 0;
}

.newsletter-input .form-control{
    height:50px;
    border-radius:0;
    border:1px solid #ddd;
}

.newsletter-section .btn{
    height:50px;
    border-radius:0;
    background:#1f2d3d;
    color:#fff;
    padding:15px;
    letter-spacing:1px;
}


/* 4-Column Feature Bar */
.features-grid {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.feature-col {
    padding: 30px 20px;
    border-right: 1px solid var(--border-color);
    min-height: 140px;
}

.feature-col:last-child {
    border-right: none;
}

.feature-col h6 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}

.feature-col p {
    color: var(--nicobar-muted);
    margin-bottom: 0;
    line-height: 1.4;
}

.feature-col a {
    color: inherit;
    text-decoration: underline;
}

.footer-border {
    border-right: 1px solid #dcdcdc;
}

/* Bottom Patterned Section */
.bottom-footer {
    background: repeating-linear-gradient(37deg, #ebedf1, #ebedf1 25px, #fff 13px 39px);
    padding: 1.5%;
}

.footer-first-part{
    background:#F7F9FB;
}

.footer-content-box {
    background: white;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid transparent;
    /* Container for the white area */
}

.footer-col-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

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

.footer-link-list li {
    margin-bottom: 8px;
}

.footer-link-list a,
.contact-link {
    color: var(--nicobar-muted);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-link-list a:hover {
    color: #000;
}

.contact-info {
    color: var(--nicobar-muted);
}

.nicoradio-title {
    font-family: 'Georgia', serif;
    font-size: 24px;
    letter-spacing: 2px;
}

.copyright-text {
    font-size: 13px;
    color: #999;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .feature-col {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }

    .footer-content-box {
        text-align: center;
        justify-content: center;
    }
    .text-end {
        text-align: center !important;
    }
}

@media (max-width: 767.98px) {
    .bottom-footer .footer-content-box {
        text-align: center !important;
    }
    .bottom-footer .text-start {
        text-align: center !important;
    }
    .bottom-footer .footer-first-part .d-flex {
        justify-content: center;
    }
    .bottom-footer .footer-content-box img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .bottom-footer .footer-col-title,
    .bottom-footer .footer-link-list,
    .bottom-footer .footer-link-list li,
    .bottom-footer .contact-info,
    .bottom-footer .contact-link,
    .bottom-footer p,
    .bottom-footer a {
        text-align: center !important;
        justify-content: center;
    }
}


/* SECTION BACKGROUND */
.category-section{
    background:#f2f2f2;
    padding:40px 0 30px;
}

/* TITLE */
.category-title{
    text-align:center;
    letter-spacing:4px;
    font-size:18px;
    font-weight:500;
    margin-bottom:35px;
}

/* HORIZONTAL SCROLL CONTAINER */
.category-scroll{
    display:flex;
    gap:30px;
    overflow-x:auto;
    padding-bottom:10px;
    scrollbar-width:none; /* Firefox */
}

.category-scroll::-webkit-scrollbar{
    display:none;
}

/* EACH CATEGORY */
.category-item{
    text-align:center;
    min-width:110px;
    flex:0 0 auto;
}

/* CIRCLE IMAGE */
.category-img{
    width:95px;
    height:95px;
    border-radius:50%;
    overflow:hidden;
    margin:0 auto 10px;
    background:#ddd;
    transition:all .3s ease;
}

.category-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Hover Effect */
.category-item:hover .category-img{
    transform:scale(1.08);
}

/* LABEL */
.category-label{
    font-size:13px;
    color:#333;
    line-height:1.2;
}

.category-scroll-dots {
    display: none;
}

@media (max-width: 767.98px) {
    .category-scroll-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-top: 12px;
    }

    .category-scroll-dots .category-dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #cfd6e7;
        transition: background-color 0.2s ease;
    }

    .category-scroll-dots .category-dot.active {
        background: #869ee3;
    }
}

@media (min-width:1200px){
    .category-scroll{
        justify-content:center;
        overflow-x:visible;
    }
}


.logo-site{
    margin-left: -60px;
}

.header-inner{
   padding-top: 20px;
   padding-bottom: 20px;
}

/* Mobile header (< md): hamburger | centered logo | Instagram + Facebook */
@media (max-width: 767.98px) {
    html,
    body {
        overflow-x: hidden;
    }

    .tf-header.header-s7 .header-inner {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }
    .tf-header.header-s7 .box-open-menu-mobile {
        flex: 0 0 auto;
    }
    .tf-header.header-s7 .header-center {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .tf-header.header-s7 .header-center .logo-site {
        display: inline-flex;
        justify-content: center;
        margin-left: 0;
    }
    .tf-header.header-s7 .header-social-mobile {
        flex: 0 0 auto;
    }
    .tf-header.header-s7 .header-insta-mobile,
    .tf-header.header-s7 .header-fb-mobile {
        flex: 0 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        line-height: 1;
        text-decoration: none;
    }
   
    .tf-header.header-s7 .header-fb-mobile {
        background: #1877f2;
    }
    .tf-header.header-s7 .header-insta-mobile .fa,
    .tf-header.header-s7 .header-fb-mobile .fa {
        font-size: 12px;
    }
    .tf-header.header-s7 .header-fb-mobile:hover {
        background: #166fe5;
        color: #fff;
    }
}

.btn-view{
   height:50px;
    border-radius:0;
    background:#1f2d3d;
    color:#fff;
    padding:15px;
    letter-spacing:1px;
}

/* Legal / policy pages (privacy, terms, etc.) */
.legal-page-section {
    background: #f7f9fb;
}

.legal-page-card {
    background: #fff;
    border: none;
    padding: 2rem 1.5rem 2.5rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media (min-width: 768px) {
    .legal-page-card {
        padding: 2.75rem 2.5rem 3rem;
    }
}

.legal-intro {
    background: #f7f9fb;
    border-left: 4px solid #1f2d3d;
    padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    margin-bottom: 2rem;
}

.legal-intro .legal-welcome {
    font-weight: 600;
    color: var(--nicobar-dark);
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
}

.legal-meta {
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--nicobar-muted);
    margin-bottom: 0.35rem;
}

.legal-block {
    padding-top: 1.75rem;
    margin-top: 1.75rem;
    border-top: 1px solid var(--border-color);
}

.legal-block:first-of-type {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
}

.legal-block-head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.legal-num {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: #1f2d3d;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-top: 0.15rem;
}

.legal-block-head .legal-title {
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--nicobar-dark);
    margin: 0;
    line-height: 1.35;
}

.legal-sub {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--nicobar-dark);
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.legal-page-card p {
    color: #333;
    line-height: 1.75;
    margin-bottom: 0.85rem;
}

.legal-page-card p:last-child {
    margin-bottom: 0;
}

.legal-page-card ul {
    padding-left: 1.2rem;
    margin-bottom: 0;
    color: #333;
}

.legal-page-card ul li {
    margin-bottom: 0.45rem;
    line-height: 1.65;
}

.legal-page-card ul li:last-child {
    margin-bottom: 0;
}

.legal-document-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--nicobar-dark);
    margin-bottom: 1rem;
    line-height: 1.4;
}

.legal-page-card ol.legal-outline {
    list-style: none;
    padding-left: 0;
    margin: 0 0 1rem;
    counter-reset: legal-outline;
}

.legal-page-card ol.legal-outline > li {
    counter-increment: legal-outline;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
    line-height: 1.65;
    color: #333;
}

.legal-page-card ol.legal-outline > li::before {
    content: counter(legal-outline) ".";
    position: absolute;
    left: 0;
    font-weight: 600;
    color: var(--nicobar-dark);
}

.legal-page-card .legal-nested-list {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}

.legal-page-card a.legal-mail {
    color: var(--nicobar-dark);
    text-decoration: underline;
    font-weight: 500;
}

.legal-page-card a.legal-mail:hover {
    color: #111;
}

/* Website page-title/breadcrumb strip */
.section-page-title {
    background: #f7f9fb;
}

.section-page-title .main-page-title h3,
.section-page-title-single .main-page-title h3 {
    font-size: 30px;
    font-weight: 600;
}

/* Keep mobile footer toolbar pinned at viewport bottom while scrolling */
@media (max-width: 1199px) {
    .tf-toolbar-bottom {
        position: fixed !important;
        left: 0;
        right: 0;
        bottom: 0 !important;
        margin-bottom: 0 !important;
        transform: translateY(0) !important;
        -webkit-transform: translateY(0) !important;
    }
}

/* iPhone/mobile: force mini cart offcanvas to full width */
@media (max-width: 991.98px) {
    #shoppingCart.popup-shopping-cart {
        --bs-offcanvas-width: 100vw !important;
        width: 100vw !important;
        max-width: 100vw !important;
        left: auto;
        right: 0;
    }

    #shoppingCart.popup-shopping-cart .canvas-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Website product badges: New / Sale */
.card-product .badge.bg-danger,
.list-product-btn .badge.bg-danger,
.wrapper-shop .badge.bg-danger {
    background-color: #869ee3 !important;
    border-color: #869ee3 !important;
}

/* Standardize "Remove" action color across website cart areas */
.cart_remove,
.js-checkout-remove-btn,
#shoppingCart .remove,
.popup-shopping-cart .remove,
#wishlist .remove,
.popup-wishlist .remove,
.tf-mini-cart-item .remove {
    color: #869ee3 !important;
    text-decoration-color: #869ee3 !important;
}

.cart_remove:hover,
.js-checkout-remove-btn:hover,
#shoppingCart .remove:hover,
.popup-shopping-cart .remove:hover,
#wishlist .remove:hover,
.popup-wishlist .remove:hover,
.tf-mini-cart-item .remove:hover,
.cart_remove:focus,
.js-checkout-remove-btn:focus,
#shoppingCart .remove:focus,
.popup-shopping-cart .remove:focus,
#wishlist .remove:focus,
.popup-wishlist .remove:focus,
.tf-mini-cart-item .remove:focus {
    color: #869ee3 !important;
    text-decoration-color: #869ee3 !important;
}

/* Shop: sort dropdown — icon + “Sort by” + current option */
.tf-dropdown-sort .shop-sort-trigger-text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    max-width: 100%;
}
.tf-dropdown-sort .shop-sort-icon {
    font-size: 14px;
    opacity: 0.85;
    flex-shrink: 0;
}
.tf-dropdown-sort .shop-sort-by-label {
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.75;
    flex-shrink: 0;
}
.tf-dropdown-sort .shop-sort-current {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

/* Fixed WhatsApp — matches #goTop footprint, brand green, stacked above scroll button */
#whatsappFloat.whatsapp-float-btn {
    position: fixed;
    right: 20px;
    bottom: 140px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #25d366;
    color: #fff;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    text-decoration: none;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}
#whatsappFloat.whatsapp-float-btn .ic-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
#whatsappFloat.whatsapp-float-btn .fa-whatsapp {
    font-size: 22px;
    line-height: 1;
}
#whatsappFloat.whatsapp-float-btn:hover {
    color: #fff;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
    transform: translateY(-1px);
}
@media (min-width: 992px) {
    #whatsappFloat.whatsapp-float-btn {
        right: 40px;
        width: 48px;
        height: 48px;
    }
    #whatsappFloat.whatsapp-float-btn .fa-whatsapp {
        font-size: 28px;
    }
}
@media (min-width: 1200px) {
    #whatsappFloat.whatsapp-float-btn {
        bottom: 100px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #whatsappFloat.whatsapp-float-btn {
        bottom: 150px;
    }
}

.prolink{
    font-size: 13px;
}

.nav-icon-list .shop-cart .count{
    background: #869ee3 !important;
}

/* Website scrollbar colors */
html {
    scrollbar-width: thin;
    scrollbar-color: #869ee3 #f1f4fb;
}

html::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

html::-webkit-scrollbar-track {
    background: #f1f4fb;
}

html::-webkit-scrollbar-thumb {
    background-color: #869ee3;
    border-radius: 10px;
    border: 2px solid #f1f4fb;
}

html::-webkit-scrollbar-thumb:hover {
    background-color: #718dd9;
}

.link-underline{
    text-decoration-color: #869ee3 !important;
}
.text-caption-01{
    text-decoration-color: #869ee3 !important;
}
.link:hover{
    color:#869ee3 !important;
    text-decoration-color: #869ee3 !important;
}

.tf-btn-line-3.type-primary::before {
    background:#869ee3 !important;
}