﻿
body {
    font-family: 'Poppins', sans-serif !important;
}

.topbar {
    background-color: #39312F;
    color: #fff;
    font-size: 0.875rem;
    padding: 0;
}

    .topbar a {
        color: #fff;
        text-decoration: none;
    }

    .topbar i {
        color: #FF5821;
        margin-right: 0.3rem;
    }

    .topbar .btn-get-started {
        background-color: #FF5821;
        color: white;
        font-size: 0.875rem;
        padding: 0.3rem 0.9rem;
        border: none;
        border-radius: 0;
    }


.feature-section {
    color: #313030;
}

    .feature-section h3 {
        font-size: 40px;
    }

    .feature-section .sub-head {
        font-size: 32px;
    }


.navbar-brand img {
    max-height: 40px;
}

.cart-count {
    background: #FF5821;
}

/* Apply orange icon color */
.text-orange {
    color: #FF5821;
}

/* Social icon buttons */
.social-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FF5821;
    color: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

    .social-circle:hover {
        background-color: #d44e11;
    }

.text-icon {
    color: #FF5821;
}

footer h6 {
    font-size: 16px;
}

footer a {
    color: #656262;
    font-size: 14px;
    font-family: Open Sans 'Sans Serif ';
}

.font-raleway {
    font-family: 'Raleway', sans-serif;
}

footer {
    background: #FFF9F7;
    font-family: 'Raleway', sans-serif;
}

    footer h4 {
        font-size: 28px;
        font-weight: 500;
    }

    footer p {
        font-size: 14px;
    }


@media screen and (max-width: 768px) {
    .topbar .small span {
        font-size: 12px !important;
    }
}

.feature-highlight {
    background-color: #FF5821;
}

.icon-orange i {
    color: #FF5821;
    font-size: 40px !important;
}

.feature-section .rounded {
    border-radius: 8px;
}

.feature-section {
    font-family: 'Raleway', sans-serif;
}


.owl-theme .owl-dots .owl-dot.active span {
    background: #FF5821;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
    border: 1px solid #FF5821;
}

.feature-card {
    transition: .3s ease-in-out;
}

    .feature-card:hover {
        background-color: #FF5821;
        color: #fff !important;
    }

        .feature-card:hover i, .feature-card:hover p {
            color: #fff !important;
        }


.text-orange {
    color: #FF5821 !important;
}

.vip-section .shadow-sm {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06) !important;
}

/* VIP Offer Box */
.vip-offer-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

    /* Header */
    .vip-offer-box h5 {
        background-color: #e5e5e5;
        color: #FF5821;
        font-weight: 600;
        padding: 0.75rem 1rem;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin: -1.5rem -1.5rem 1rem -1.5rem;
        font-size: 1.5rem;
    }

/* VIP Icon Image */
.vip-badge {
    max-width: 100%;
    height: auto;
}

/* List Styling */
.vip-perks-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .vip-perks-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.3rem 0;
        font-size: 0.95rem;
    }

        /* Left side (check + text) */
        .vip-perks-list li i {
            color: #28a745;
            margin-right: 6px;
        }

    /* Right side (cashback) */
    .vip-perks-list span {
        color: #FF5821;
        font-weight: 500;
        font-size: 18px;
    }

/* Subtext */
.vip-note {
    font-size: 1rem;
    color: #777;
    font-style: italic;
    margin-top: 1rem;
    text-align: right;
}


.btn-learn-more {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: none;
    padding: 0.6rem 2.5rem;
    font-size: 1rem;
    border-radius: 999px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    transition: background-color 0.3s ease;
    box-shadow: none;
    text-decoration: none;
}

    .btn-learn-more:hover {
        background-color: rgba(255, 255, 255, 0.25);
        color: #ffffff;
        text-decoration: none;
    }


.black-dark {
    background: #39312F;
}

    .black-dark p, .black-dark a {
        font-size: 24px;
        padding: 20px 7px;
    }

    .black-dark h4 {
        font-size: 30px;
    }


.vip-perks-list li {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.vip-badge {
    max-width: 80px;
    height: auto;
}

@media (max-width: 576px) {
    .vip-offer-box h5 {
        font-size: 1.25rem;
    }

    .vip-section .fw-bold {
        font-size: 0.9rem;
    }

    .vip-note {
        text-align: center;
        margin-top: 0;
        font-size: 0.7rem !important;
    }

    .vip-perks-list span {
        font-size: 14px;
    }

    .copys {
        font-size: 10px!important;
    }

    .loadContent .font-raleway, .default-price p {
        text-align: center !important;
    }

    .mobile-spacer {
        margin-top: -38px;
    }
}

.bg-lightrange {
    background: #FFF9F7 !important;
}

.bg-orange {
    background-color: #ff5e14;
    border: 2px solid #ff5e14;
    transition: .3s ease-in-out;
}

    .bg-orange:hover {
        margin-top: -10px;
    }


.text-orange {
    color: #ff5e14; /* adjust to match your brand orange */
}

.btn-orange {
    background-color: #ff5e14 !important;
    border: none;
}

    .btn-orange:hover {
        background-color: #e94e0f !important;
    }

nav .active {
    color: #ff5e14 !important;
}

.new-main h6 {
    font-size: 20px;
}

.new-main p {
    font-size: 25px;
    font-family: Open Sans;
}

.orange-title {
    font-size: 31px;
}


.four-category .title {
    color: #554945 !important;
    font-size: 30px;
}

.four-category .subtitle {
    color: #313030 !important;
    font-size: 19px;
}

footer h6 {
    font-size: 16px;
}

.vip-offer-box p {
    font-size: 18px;
}

.vip-offer-box h5 {
    font-size: 30px;
}


@media (min-width: 1200px) {
    .trans {
        transform: scale(1.2);
    }
}