:root {
    --red: #d9232d;
    --red-hover: #b81720;
    --dark: #1e1e1e;
    --dark-light: #2b2b2b;
    --text: #222222;
    --text-muted: #666666;
    --inner-title: #1e1e1e;
    --border-color: #e5e5e5;
    --bg-light: #f8f9fa;
}

body {
    background-color: #fff !important;
    color: var(--text);
    font-family: 'Cairo', 'Poppins', sans-serif;
}

section {
    padding: 60px 0;
}

p {
    color: var(--text);
    font-size: 16px;
    line-height: 28px;
}

.header-top {
    background: #1e1e1e;
    color: #ffffff;
}

.header-top .left .horizontal-menu>li {
    color: #eeeeee;
    font-size: 14px;
}

.header-top .left .horizontal-menu>li a {
    color: #eeeeee;
}

.header-top .left .horizontal-menu>li a:hover {
    color: #ff4d5a;
}

.header-top .left .horizontal-menu {
    padding: 9px 0;
}

.header-middle {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header-search-bar.layout-01 .input-text::placeholder {
    color: #959595;
}

.header-search-bar.layout-01 .btn-submit:hover {
    color: #fff;
}

.footer-newsletter {
    background: #1e1e1e;
    color: #fff;
    padding: 70px 0;
}

.footer-newsletter h3 {
    font-size: 30px;
}

.footer.layout-03 {
    background: #181818;
    color: #e0e0e0;
}

.footer-bottom {
    background: #111111;
    padding: 20px 0;
    color: #999999;
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #282828;
}

.footer-bottom p {
    margin: 0;
    color: #999999;
}

.footer-phone-info h2 {
    color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.45em;
}

.footer-phone-info p {
    color: #d9232d;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45em;
}

.footer-item .section-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #d9232d;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.wrap-custom-menu.vertical-menu-2 .menu li a {
    color: #cccccc !important;
}

.wrap-custom-menu.vertical-menu-2 .menu li a:hover {
    color: #d9232d !important;
    padding-left: 5px;
    transition: all 0.3s ease;
}

.contact-lines li .info-item .desc {
    color: #cccccc;
}

.contact-lines li .info-item i {
    color: #d9232d;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-title {
    color: var(--inner-title);
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
}

.btn-red {
    background-color: var(--red);
    min-width: 162px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff !important;
    border-radius: 999px;
    text-transform: uppercase;
    padding: 12px 24px;
    margin-top: 20px;
    display: inline-block;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-red:hover {
    background-color: var(--red-hover);
    color: #fff !important;
    transform: translateY(-2px);
}

.btn-dark-custom {
    background-color: var(--dark);
    min-width: 162px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff !important;
    border-radius: 999px;
    text-transform: uppercase;
    padding: 12px 24px;
    margin-top: 20px;
    display: inline-block;
    transition: background 0.3s ease;
}

.btn-dark-custom:hover {
    background-color: #333333;
    color: #fff !important;
}

/* Home page */
.slider-opt03__layout01 .text-content .second-line {
    font-size: 52px;
    line-height: 64px;
    color: var(--red);
    font-weight: 800;
    display: block;
    margin: 0;
    max-width: 550px;
}

.slider-opt03__layout01 .text-content {
    top: 25%;
    right: 45%;
}

.slider-opt03__layout01 .text-content .third-line {
    color: var(--text);
}

.biolife-carousel.nav-center-bold .slick-arrow {
    color: rgba(0, 0, 0, 0.4);
}

.product-tab {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.cate-card {
    border: 1px solid #e0e0e0;
    padding: 22px 18px;
    min-height: 310px;
    background: #ffffff;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cate-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(217, 35, 45, 0.12);
    border-color: #d9232d;
}

.cate-card figure {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 8px;
}

.cate-card figure img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cate-card:hover figure img {
    transform: scale(1.05);
}

.cate-card h4 {
    font-size: 16px !important;
    color: #1e1e1e !important;
    font-weight: 700 !important;
    margin: 10px 0 6px 0;
}

.cate-card:hover h4 {
    color: #d9232d !important;
}

.cate-card p {
    color: #666666;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

.banner01 {
    background-color: #1e1e1e;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    position: relative;
}

.banner01 h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px !important;
    font-weight: 800;
}

.banner01 p {
    color: #e0e0e0;
    font-size: 16px;
}

.product-card {
    background: #f9f9f9;
    padding: 20px;
    min-height: 300px;
    margin: 10px;
    border-radius: 8px;
}

.product-card h3 {
    color: var(--text);
    font-size: 18px;
    font-weight: 600;
}

.product-card a {
    color: var(--red);
    transition: all 0.5s ease;
}

.product-card a:hover {
    letter-spacing: 1.2px;
    cursor: pointer;
}

.product-list {
    padding: 20px;
    min-height: auto;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #efefef;
    border-radius: 12px;
}

.product-list img {
    max-width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin: 0 auto 15px;
}

@media (max-width: 575.98px) {
    .product-list {
        min-height: auto;
        padding: 16px;
    }
}

.product-list:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    z-index: 1;
}

.product-list h3 {
    color: var(--text);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}

.product-list button.cart-btn {
    background: var(--red);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    margin-top: 15px;
    padding: 12px 20px;
    transition: background 0.3s ease;
}

.product-list button.cart-btn:hover {
    background: var(--red-hover);
    cursor: pointer !important;
}

.safety-row {
    background-color: #1e1e1e;
    padding: 50px;
    position: relative;
    border-radius: 12px;
}

.safety-row h3, .safety-row p {
    color: #fff;
}

.safety-row a {
    background-color: var(--red);
    color: white;
    border: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50px;
    padding: 10px 24px;
    margin-top: 20px;
    text-transform: uppercase;
    display: inline-block;
}

.safety-row a:hover {
    background-color: var(--red-hover);
    color: #fff;
}

.safety-image {
    position: absolute;
    top: -80px;
}

.deals-section {
    background: #f9f9f9;
}

.blog-card {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 10px;
    border-radius: 8px;
}

.blog-card h3 {
    color: var(--text);
    font-size: 18px;
    font-weight: 600;
}

.blog-card p {
    color: #626060;
}

.blog-card a {
    color: var(--red);
    transition: all 0.5s ease;
}

.blog-card a:hover {
    letter-spacing: 1.2px;
    cursor: pointer;
}

/* Feature & Service Cards */
.feature-service-box {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 30px 24px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.feature-service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(217, 35, 45, 0.08);
    border-color: #d9232d;
}

.feature-service-box .icon-circle {
    width: 70px;
    height: 70px;
    background: rgba(217, 35, 45, 0.1);
    color: #d9232d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 20px auto;
}

.feature-service-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 10px;
}

.feature-service-box p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

/* About page */
.dealer-section {
    background: #f8f9fa;
}

.safety-commitment h4 {
    color: var(--text);
    font-weight: 700;
    font-size: 20px;
}

.safety-solutions {
    background: #f8f9fa;
}

.safty-solution-card {
    background: #fff;
    padding: 30px;
    margin: 15px 0;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.safty-solution-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #d9232d;
}

.safty-solution-card h3 {
    color: var(--text);
    font-size: 21px;
    font-weight: 700;
}

.safty-solution-card .icon-wrapper {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    width: fit-content;
    padding: 15px;
    border-radius: 10px;
    color: #d9232d;
    font-size: 28px;
    margin-bottom: 15px;
}

/* Contact page */
.contact-info-container .box-title {
    color: var(--inner-title);
    font-size: 20px;
    font-weight: 700;
}

.biolife-cart-info .minicart-block .cart-inner {
    background-color: #f9f9f9;
}

.minicart-item .left-info .qty>label {
    font-size: 12px;
}

/* Products */
.sidebar .wgt-content .cat-list li {
    color: var(--text) !important;
}

.wgt-title {
    color: var(--inner-title) !important;
    font-weight: 700;
}

/* Cart */
.minicart-item .left-info .product-name {
    color: var(--text);
}

.minicart-item .left-info .qty .input-qty:disabled {
    background: #fff;
}

.biolife-cart-info .minicart-block .btn-control .btn {
    background: var(--red);
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    border: none;
    text-transform: uppercase;
}

.biolife-cart-info .minicart-block .btn-control .btn:hover {
    background: var(--red-hover);
}

.sidebar .wgt-content .tag-cloud li a {
    background: #f0f0f0;
    color: #444444;
    border-radius: 4px;
    padding: 6px 12px;
    display: inline-block;
    margin: 3px;
}

.sidebar .wgt-content .tag-cloud li a:hover {
    background: var(--red);
    color: #fff;
}

/* Floating WhatsApp Button */
.whatsapp-fixed {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    background: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    font-size: 32px;
    transition: transform 0.3s ease;
}

.whatsapp-fixed:hover {
    transform: scale(1.1);
    color: #fff;
}

@media (max-width: 767px) {
    .slider-opt03__layout01 .text-content {
        top: 0;
        right: 10px;
    }

    .slider-opt03__layout01 .text-content .second-line {
        font-size: 32px;
        line-height: 42px;
    }

    .inner-title {
        font-size: 28px;
        line-height: 36px;
    }

    .banner01 h3 {
        font-size: 28px !important;
    }

    .safety-image {
        position: relative;
        top: 20px;
    }
}
