body {
    background-color: #ffffff;
    color: #0a0a0a;
    font-family: Arial, sans-serif;
}

.hero-section {
    background: #e7e3dd;
}

.btn-dark {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
}

.btn-outline-dark:hover {
    background-color: #0a0a0a;
    color: #fff;
}

.navbar-brand {
    letter-spacing: 1px;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.card img {
    height: 220px;
    object-fit: cover;
    background: #f5f5f5;
} 
.product-main-image {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    background: #f5f5f5;
}

.product-thumb {
    height: 100px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.logo-img {
    height: 40px;
    width: auto;
} 

.navbar-brand img {
    transition: transform 0.2s ease;
}

.navbar-brand img:hover {
    transform: scale(1.05);
}

.upload-box {
    border-style: dashed !important;
    border-color: #a8ab90 !important;
}

.preview-img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

.hero-full-bg {
    background-image: url('/assets/images/hero-placeholder.jpg');
    background-size: cover;
    background-position: center 20%;
    background-repeat: no-repeat;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.55);
    min-height: 75vh;
    display: flex;
    align-items: center;
    width: 100%;
}

.min-vh-75 {
    min-height: 75vh;
}

.how-card {
    padding: 30px 20px;
    border-radius: 18px;
    transition: all 0.3s ease;
}

.how-card:hover {
    transform: translateY(-5px);
}

.how-icon {
    width: 110px;
    height: auto;
    object-fit: contain;
} 

.how-card {
    background: #fff;
    border: 1px solid #f1f1f1;
} 

.trust-item {
    padding: 15px;
}

.trust-item h6 {
    font-size: 15px;
    letter-spacing: 0.3px;
} 

.product-card img {
    height: 320px;
    object-fit: cover;
} 

.product-card {
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-6px);
}

.brands-strip {
    max-width: 100%;
    opacity: 0.9;
}

.letter-spacing {
    letter-spacing: 2px;
} 

.brands-section {
    background-color: #e7e3dd;
}

.about-banner {
    max-height: 500px;
    object-fit: cover;
}

.about-hero {
    background-image: url('https://unboxdonline.com/assets/images/about-banner.png');
    background-size: cover;
    background-position: center 25%;
    background-repeat: no-repeat;
}

.faq-hero {
    background-image: url('https://unboxdonline.com/assets/images/faq-banner.jpg');
    background-size: cover;
    background-position: center 25%;
    background-repeat: no-repeat;
}

.accordion-button {
    padding: 20px;
    background-color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: #f8f8f8;
    color: #000;
    box-shadow: none;
}

.accordion-body {
    padding: 20px;
}

.about-process-section {
    background-color: #e7e3dd;
}

.process-card {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
} 

.terms-hero {
    background-image: url('https://unboxdonline.com/assets/images/terms-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.terms-block {
    margin-bottom: 50px;
}

.terms-block h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.terms-block p,
.terms-block li {
    color: #666;
    line-height: 1.8;
} 

.embeddable-N0ErqPTE6p {
    margin-top: 20px;
}

.footer-contact a {
    color: #444;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-contact a:hover {
    color: #000;
}

.footer-contact i {
    width: 20px;
}