/*
Theme Name: Nefertiti Chocolate
Theme URI: https://nefertitichocolate.com
Author: Nefertiti Chocolate
Author URI: https://nefertitichocolate.com
Description: A premium WooCommerce-style theme for Nefertiti Chocolate — artisan chocolates from the UAE. Featuring Dubai Chocolate, Kunafa Pistachio, and exclusive biscuit rolls.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, chocolate, shop, food, bootstrap
Text Domain: nefertiti-chocolate
*/

/* ===========================================
   Nefertiti Chocolate WordPress Theme
   Built with Bootstrap 5
   =========================================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;1,500&family=Poppins:wght@300;400;500;600&display=swap');

:root {
    --choco-dark: #3e4453;
    --choco-mid: #7e859b;
    --choco-accent: #fee000;
    --choco-gold: #fcc917;
    --choco-light: #f7f7fa;
    --choco-cream: #ffffff;
    --border: #f0f1f5;
    --noon-yellow: #fee000;
    --noon-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    --noon-hover-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    --noon-transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    background-color: var(--choco-light);
    color: var(--choco-dark);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}

.fw-500 {
    font-weight: 500;
}

/* ---- Topbar ---- */
.topbar {
    background: var(--choco-cream);
    color: var(--choco-dark);
    font-size: .82rem;
    letter-spacing: .03em;
}

.topbar a {
    color: var(--choco-dark);
    text-decoration: none;
    transition: color .2s;
}

.topbar a:hover {
    color: var(--choco-accent);
}

/* ---- Navbar & Header ---- */
.noon-header {
    background-color: var(--noon-yellow);
}

.bg-noon-yellow {
    background-color: var(--noon-yellow) !important;
}

.cursor-pointer {
    cursor: pointer;
}

.location-selector:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.location-selector .text-truncate {
    display: inline-block;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
    opacity: 1;
}

.dropdown-menu {
    border-radius: 8px;
    font-size: .88rem;
}

.dropdown-item:hover {
    background: var(--choco-light);
    color: var(--choco-accent);
}

/* ---- Buttons ---- */
.btn-choco {
    background: var(--choco-accent);
    color: var(--choco-dark);
    border: none;
    font-weight: 700;
    font-size: .95rem;
    border-radius: 8px;
    padding: 12px 24px;
    transition: var(--noon-transition);
}

.btn-choco:hover {
    background: var(--choco-gold);
    color: var(--choco-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(254, 224, 0, .4);
}

.btn-outline-choco {
    border: 2px solid var(--choco-accent);
    color: var(--choco-accent);
    background: transparent;
    font-weight: 500;
    border-radius: 30px;
    transition: all .3s;
}

.btn-outline-choco:hover {
    background: var(--choco-accent);
    color: white;
}

.btn-whatsapp {
    background: #25d366;
    color: white;
    border: none;
    font-weight: 500;
    border-radius: 30px;
    transition: all .3s;
}

.btn-whatsapp:hover {
    background: #128c4a;
    color: white;
    transform: translateY(-2px);
}

/* ---- Hero Carousel ---- */
.hero-slide {
    min-height: 88vh;
    display: flex;
    align-items: center;
}

.hero-slide-1 {
    background: linear-gradient(135deg, #ffffff, #fafafa 45%, #f5f5f5);
}

.hero-slide-2 {
    background: linear-gradient(135deg, #fdf9f1, #efdfc4 50%, #e2c091);
}

.hero-slide-2 .hero-title,
.hero-slide-2 .hero-sub {
    color: var(--choco-dark);
}

.hero-slide-2 .hero-badge {
    background: rgba(59, 26, 8, .1);
    color: var(--choco-dark);
    border-color: rgba(59, 26, 8, .2);
}

.hero-slide-3 {
    background: linear-gradient(135deg, #ffffff, #fdfdfd 50%, #fafafa);
}

.hero-badge {
    display: inline-block;
    background: rgba(192, 96, 42, .12);
    color: var(--choco-accent);
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 30px;
    margin-bottom: 1.2rem;
    border: 1px solid rgba(192, 96, 42, .25);
}

.badge-green {
    background: rgba(37, 211, 102, .12);
    color: #1a8a45;
    border-color: rgba(37, 211, 102, .25);
}

.badge-orange {
    background: rgba(255, 165, 0, .12);
    color: #b87a00;
    border-color: rgba(255, 165, 0, .25);
}

.hero-title {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 600;
    color: var(--choco-dark);
    line-height: 1.15;
    margin-bottom: 1.2rem;
}

.hero-title em {
    font-style: italic;
    color: var(--choco-accent);
}

.hero-sub {
    font-size: 1rem;
    color: #5a4030;
    max-width: 520px;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.hero-product-img {
    max-height: 400px;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(59, 26, 8, .3));
    animation: floatImg 4s ease-in-out infinite;
}

@keyframes floatImg {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-14px)
    }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(59, 26, 8, .5);
    border-radius: 50%;
    padding: 20px;
}

.carousel-indicators .active {
    background: var(--choco-accent);
}

/* ---- Features Bar ---- */
.features-bar {
    background: var(--choco-light);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.feature-icon {
    display: block;
    font-size: 1.8rem;
    color: var(--choco-accent);
    margin-bottom: 6px;
}

.feature-text {
    font-size: .82rem;
    font-weight: 600;
    color: var(--choco-dark);
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* ---- Section Headings ---- */
.section-tag {
    display: inline-block;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--choco-accent);
    margin-bottom: .6rem;
}

.section-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    color: var(--choco-dark);
    margin-bottom: .6rem;
}

.section-desc {
    font-size: .95rem;
}

/* ---- Category Cards ---- */
.cat-card {
    display: block;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
    box-shadow: none;
    transition: var(--noon-transition);
    aspect-ratio: 1;
    border: 1px solid var(--border);
    background: white;
}

.cat-card:hover {
    transform: scale(1.05);
    box-shadow: var(--noon-hover-shadow);
}

.cat-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
    display: block;
}

.cat-card:hover .cat-img {
    transform: scale(1.06);
}

.cat-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    padding: 1rem .5rem .5rem;
    color: white;
    text-align: center;
}

.cat-name {
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0;
}

.cat-count {
    font-size: .75rem;
    opacity: .9;
    display: block;
}

/* ---- Product Cards ---- */
.product-card {
    background: var(--bs-body-bg);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--noon-shadow);
    transition: var(--noon-transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
}

.product-card:hover {
    box-shadow: var(--noon-hover-shadow);
    transform: translateY(-4px);
}

.product-img-wrap {
    position: relative;
    overflow: hidden;
    background: var(--choco-cream);
    height: 220px;
    /* fixed height — all cards same level */
}

/* WP wraps thumbnails in <figure> — make it fill the box */
.product-img-wrap figure,
.product-img-wrap picture {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/* The <img> itself — fill the fixed box */
.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: var(--noon-transition);
    display: block;
}

.product-card:hover .product-img,
.product-card:hover .product-img-wrap img {
    transform: scale(1.02);
}

.badge-product {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: .7rem;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
    z-index: 2;
    text-transform: uppercase;
}

.product-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity .3s, transform .3s;
    z-index: 2;
}

.product-card:hover .product-actions {
    opacity: 1;
    transform: translateX(0);
}

.btn-action {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: white;
    color: var(--choco-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: var(--noon-shadow);
    text-decoration: none;
    transition: var(--noon-transition);
    border: 1px solid var(--border);
}

.btn-action:hover {
    background: var(--choco-light);
    color: var(--choco-dark);
    transform: scale(1.1);
}

.product-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.add-to-cart-btn {
    transition: var(--noon-transition);
}

.add-to-cart-btn:hover {
    background-color: var(--border) !important;
}

.product-cat {
    font-size: .7rem;
    font-weight: 600;
    color: var(--choco-mid);
    margin-bottom: 2px;
}

.product-name {
    font-size: .98rem;
    color: var(--choco-dark);
    margin-bottom: 4px;
    line-height: 1.35;
}

.product-wt {
    font-size: .8rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* ---- Promo Banner ---- */
.promo-banner {
    background: var(--choco-light);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.promo-title {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    color: var(--choco-dark);
    margin-bottom: 1rem;
}

.promo-img-grid {
    position: relative;
    height: 320px;
}

.promo-img {
    position: absolute;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 12px 36px rgba(59, 26, 8, .2);
    border: 4px solid white;
}

.promo-img.top-img {
    width: 58%;
    height: 220px;
    top: 0;
    right: 0;
    animation: floatImg 5s ease-in-out infinite;
}

.promo-img.btm-img {
    width: 55%;
    height: 200px;
    bottom: 0;
    left: 0;
    animation: floatImg 5s ease-in-out infinite reverse;
}

/* ---- Reviews ---- */
.review-card {
    background: var(--bs-body-bg);
    border-radius: 14px;
    padding: 1.8rem 1.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .07);
    height: 100%;
    transition: transform .3s;
}

.review-card:hover {
    transform: translateY(-4px);
}

.review-stars {
    color: #f4c430;
    font-size: 1.1rem;
    margin-bottom: .8rem;
}

.review-text {
    font-size: .9rem;
    color: #4a3828;
    line-height: 1.7;
    margin-bottom: 1.2rem;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.reviewer-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--choco-accent);
    color: white;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.reviewer-name {
    font-weight: 600;
    font-size: .9rem;
    color: var(--choco-dark);
}

.reviewer-loc {
    font-size: .78rem;
    color: #6c757d;
}

/* ---- Special Offers ---- */
.special-offers {
    background-color: var(--choco-dark);
}

.tracking-wider {
    letter-spacing: 0.1em;
}

.hover-scale {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
}

/* ---- CTA ---- */
.cta-section {
    background: linear-gradient(135deg, var(--choco-cream) 0%, var(--choco-light) 100%);
    border-top: 1px solid var(--border);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(192, 96, 42, 0.05) 0%, transparent 60%);
    pointer-events: none;
}

.cta-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    color: var(--choco-dark);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.cta-sub {
    color: var(--choco-mid) !important;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 2.5rem;
    line-height: 1.6;
}

/* ---- Footer ---- */
.site-footer {
    position: relative;
    border-top: 1px solid var(--border) !important;
}

.brand-crown-light {
    color: var(--choco-gold);
}

.brand-name-light {
    color: white;
}

.brand-sub-light {
    color: var(--choco-gold);
}

.footer-tagline {
    color: #a08060;
    font-size: .88rem;
    line-height: 1.6;
}

.footer-socials a {
    color: #c0a88a;
    font-size: 1.3rem;
    margin-right: 14px;
    text-decoration: none;
    transition: all .3s ease;
    display: inline-block;
}

.footer-socials a:hover {
    color: var(--choco-gold);
    transform: translateY(-3px) scale(1.1);
}

.footer-heading {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: .88rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: .5rem;
    font-size: .88rem;
}

.footer-links a {
    color: #b09070;
    text-decoration: none;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
}

.footer-links a::before {
    content: "→";
    opacity: 0;
    transform: translateX(-10px);
    transition: all .3s ease;
    margin-right: 0;
    font-size: 0.8rem;
    color: var(--choco-accent);
}

.footer-links a:hover {
    color: var(--choco-gold);
    transform: translateX(5px);
}

.footer-links a:hover::before {
    opacity: 1;
    transform: translateX(0);
    margin-right: 6px;
}

.footer-divider {
    border-top: 1px solid rgba(192, 168, 138, .15);
    margin: 3rem 0 1.5rem;
}

.footer-copy {
    color: #6a5040;
    font-size: .82rem;
}

/* ---- WhatsApp Float ---- */
.wa-float-btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: white;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(37, 211, 102, .45);
    text-decoration: none;
    z-index: 9999;
    animation: waPulse 2.5s ease-in-out infinite;
    transition: transform .2s;
}

.wa-float-btn:hover {
    color: white;
    transform: scale(1.1);
    animation: none;
}

@keyframes waPulse {

    0%,
    100% {
        box-shadow: 0 6px 20px rgba(37, 211, 102, .45)
    }

    50% {
        box-shadow: 0 6px 32px rgba(37, 211, 102, .7)
    }
}

/* ---- Page Hero ---- */
.page-hero {
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    padding: 3.5rem 0 3rem;
    color: var(--choco-dark);
}

.page-hero .breadcrumb-item a {
    color: var(--choco-mid);
    text-decoration: none;
}

.page-hero .breadcrumb-item.active {
    color: var(--choco-dark);
    font-weight: 500;
}

.page-hero .breadcrumb-item+.breadcrumb-item::before {
    color: var(--choco-mid);
}

.page-hero-title {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--choco-dark);
    margin: .5rem 0;
}

.page-hero-sub {
    color: var(--choco-mid);
    font-size: 1rem;
}

/* ---- Shop ---- */
.cat-divider-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, var(--border), transparent);
}

.cat-divider-line:first-child {
    background: linear-gradient(to left, var(--border), transparent);
}

.shop-cat-title {
    font-size: 1.4rem;
    color: var(--choco-dark);
    white-space: nowrap;
    padding: 0 1rem;
}

.shop-sidebar .card {
    border: 1px solid var(--border);
    border-radius: 12px;
}

.shop-sidebar .form-check-input:checked {
    background-color: var(--choco-accent);
    border-color: var(--choco-accent);
}

.bg-choco-light {
    background: var(--choco-light);
}

/* ---- About ---- */
.value-icon {
    font-size: 2.5rem;
}

.value-title {
    font-size: 1rem;
    color: var(--choco-dark);
}

.stat-num-big {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 600;
    color: var(--choco-gold);
    line-height: 1.1;
}

.stat-label-big {
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #c8a88a;
    margin-top: 4px;
}

/* ---- Contact ---- */
.contact-form .form-control:focus {
    border-color: var(--choco-accent);
    box-shadow: 0 0 0 3px rgba(192, 96, 42, .15);
}

.contact-form .form-select:focus {
    border-color: var(--choco-accent);
    box-shadow: 0 0 0 3px rgba(192, 96, 42, .15);
}

.contact-info-card {
    background: var(--choco-dark);
    color: white;
    border-radius: 16px;
    padding: 2rem;
}

.contact-info-card a {
    color: #c8a88a;
    text-decoration: none;
}

.contact-info-card a:hover {
    color: var(--choco-gold);
}

/* ---- WP Defaults Override ---- */
img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.wp-block-image {
    margin: 0;
}

/* ---- Responsive ---- */
@media (max-width:768px) {
    .hero-slide {
        min-height: 75vh;
        text-align: center;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-sub {
        font-size: .9rem;
    }

    .hero-slide .d-flex {
        justify-content: center;
    }

    .promo-img-grid {
        height: 240px;
    }

    .promo-img.top-img {
        width: 65%;
        height: 180px;
    }

    .promo-img.btm-img {
        width: 60%;
        height: 160px;
    }

    .cat-img {
        height: 200px;
    }

    .product-img {
        height: 180px;
    }
}

@media (max-width:575px) {
    .product-img {
        height: 160px;
    }

    .hero-slide {
        min-height: 65vh;
    }
}

/* ---- Single Product ---- */
.single-product-img-wrap {
    position: relative;
    width: 100%;
}

.product-single-img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
}

.product-pill {
    display: inline-flex;
    align-items: center;
    background: var(--choco-light);
    color: var(--choco-dark);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: .85rem;
    font-weight: 500;
    border: 1px solid var(--border);
}

.product-desc-text {
    font-size: .95rem;
    line-height: 1.8;
}

.product-assurance {
    background: var(--choco-light);
    border-radius: 10px;
    padding: 1rem 1.4rem;
    border: 1px solid var(--border);
    font-size: .88rem;
    color: var(--choco-dark);
}

/* ===========================================
   Light & Dark Mode Overrides
   Using Bootstrap 5 data-bs-theme attr
   =========================================== */

[data-bs-theme="dark"] {
    --choco-light: #2c1a12 !important;
    --choco-cream: #1e110c !important;
    --border: #4a2c1d !important;
    --choco-dark: #f8f0e8 !important;
}

[data-bs-theme="dark"] body {
    color: #f8f9fa;
    background-color: #121212;
}

[data-bs-theme="dark"] .product-card,
[data-bs-theme="dark"] .review-card,
[data-bs-theme="dark"] .cat-card,
[data-bs-theme="dark"] .shop-sidebar .card {
    background-color: #1a1a1a !important;
    border-color: #333 !important;
}

[data-bs-theme="dark"] .product-card .btn-action {
    background-color: #2c2c2c;
    color: var(--choco-accent);
}

[data-bs-theme="dark"] .product-card .btn-action:hover {
    background-color: var(--choco-accent);
    color: white;
}

[data-bs-theme="dark"] .product-name a,
[data-bs-theme="dark"] .hero-title,
[data-bs-theme="dark"] .section-title,
[data-bs-theme="dark"] .promo-title,
[data-bs-theme="dark"] .shop-cat-title {
    color: #f8f9fa !important;
}

[data-bs-theme="dark"] .product-wt,
[data-bs-theme="dark"] .text-muted,
[data-bs-theme="dark"] .hero-sub,
[data-bs-theme="dark"] .review-text {
    color: #adb5bd !important;
}

[data-bs-theme="dark"] .cat-overlay {
    background: linear-gradient(transparent, rgba(18, 18, 18, .9));
}

[data-bs-theme="dark"] .page-hero,
[data-bs-theme="dark"] .cta-section {
    background: linear-gradient(135deg, #110803 0%, #200d05 100%) !important;
}

[data-bs-theme="dark"] .cta-title,
[data-bs-theme="dark"] .page-hero-title {
    color: white !important;
}

[data-bs-theme="dark"] .cta-sub,
[data-bs-theme="dark"] .page-hero-sub,
[data-bs-theme="dark"] .page-hero .breadcrumb-item a,
[data-bs-theme="dark"] .page-hero .breadcrumb-item+.breadcrumb-item::before {
    color: #c8a88a !important;
}

[data-bs-theme="dark"] .page-hero .breadcrumb-item.active {
    color: white;
}

[data-bs-theme="dark"] .topbar {
    background-color: #0f0700;
    color: #ddc8b4;
}

[data-bs-theme="dark"] .topbar a {
    color: #ddc8b4;
}

[data-bs-theme="dark"] .topbar a:hover {
    color: var(--choco-gold);
}

[data-bs-theme="dark"] .offcanvas,
[data-bs-theme="dark"] .modal-content {
    background-color: #1a1a1a;
    color: #f8f9fa;
}

[data-bs-theme="dark"] .offcanvas-header,
[data-bs-theme="dark"] .modal-header,
[data-bs-theme="dark"] .cart-footer,
[data-bs-theme="dark"] .border-bottom,
[data-bs-theme="dark"] .border-top {
    border-color: #333 !important;
}

[data-bs-theme="dark"] .form-control {
    background-color: #2c2c2c;
    color: white;
    border-color: #444;
}

[data-bs-theme="dark"] .form-control:focus {
    background-color: #2c2c2c;
    color: white;
}