:root {
    --themeColor: #FFD400;
    --darkColor90: #0e0e0e;
    --colorYellow: #FFD400;
    --colorWhite: #FFFFFF;
    --colorBlack: #000;
    --semiblkColor: #464646;
    --accentColor: #02A15F;
}
body{
    color: var(--semiblkColor);
}





.shopCard img {
    object-fit: contain;
   height: auto !important;
}

.adsense-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 30px 50px 30px;
}

.adsense-wrapper-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 30px 0;
}

.adsense-wrapper-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px 0 30px 0;
}

/* Start homepage featured categories Area */

.yolami-featured {
    background: #ffffff;
    padding: 40px 0;
}

.yolami-featured-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

/* ===== CATEGORY ITEM ===== */
.yolami-category {
    text-align: center;
    text-decoration: none;
    color: #111;
    flex: 1 1 90px;
    max-width: 100px;
}

/* ===== ICON CIRCLE ===== */
.yolami-category .icon {
    width: 64px;
    height: 64px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.yolami-category .icon i {
    color: #f9c51c; /* Yolami yellow */
    font-size: 22px;
}

/* ===== LABEL ===== */
.yolami-category .label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}

/* ===== HOVER ===== */
.yolami-category:hover .icon {
    background: #111;
}

.yolami-category:hover .label {
    color: #000;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .yolami-featured-container {
        justify-content: center;
        gap: 25px;
    }
}

/* End homepage featured categories Area */


/* Start - remove scrolling banner search bar filter section  */

.atn-search-nav-pills {
    display: none;
}

.atn-search-tab-content {
    display: none;
}

/* End - remove scrolling banner search bar filter section  */


/* ===== START --> YOLAMI HOMEPAGE INSPIRE NOTE "Start growing your business" SECTION ===== */


/* ===== PAGE BACKGROUND ===== */
.yolami-hero-wrapper {
    background-color: #f5f4f4;
    padding: 40px 0;
    margin-bottom: 60px;
}

/* ===== CENTERED CONTAINER ===== */
.yolami-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    min-height: 420px;
}

/* ===== LEFT PANEL (55%) ===== */
.yolami-hero-left {
    width: 55%;
    background-color: #f9c51c;
    display: flex;
    align-items: center;
}

.yolami-hero-content {
    padding: 50px;
    max-width: 660px;
    color: #000;
}

.yolami-hero-content h2 {
    color: #161616;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 2px;
}

.yolami-hero-content h4 {
    color: #161616;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
}

.yolami-hero-content p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 32px;
}

/* ===== BUTTON ===== */
.yolami-cta {
    display: inline-block;
    background-color: #1f1f1f;
    color: #ffffff;
    padding: 14px 26px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.yolami-cta:hover {
    background-color: #000;
}

/* ===== RIGHT IMAGE PANEL (45%) ===== */
.yolami-hero-right {
    width: 45%;
}

.yolami-hero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .yolami-hero-container {
        flex-direction: column;
    }

    .yolami-hero-left,
    .yolami-hero-right {
        width: 100%;
    }

    .yolami-hero-content {
        padding: 40px;
    }

    .yolami-hero-content h1 {
        font-size: 34px;
    }
}

/* ===== END --> YOLAMI HOMEPAGE INSPIRE NOTE "Start growing your business" SECTION ===== */



.card-light-text.theme-light {
    color: #000000 !important;
}

@media (min-width: 768px) {
    .col-md-8 {
        display: none;
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        width: auto !important;
    }
}

.first-sub-menu {
    min-width: 260px;
}

.theme-btn1:hover {
    background: #343336;
    color: var(--colorWhite);
}
.submit-fluid-btn2:hover {
    background: #48474a;
    color: var(--colorWhite);
}
.submit-fluid-btn2 {
    color: var(--colorBlack);
}
.theme-btn1 {
    color: var(--colorBlack);
}
.atn-breadcrumb-item {
    color: var(--accentColor);
}
.see-details-btn1:hover {
    color: var(--colorWhite);
    background: var(--darkColor90);
}
.see-details-btn1 {
    color: var(--colorBlack);
}
.sidebar-accordion-menu li .show-more {
    color: var(--accentColor);
}
.at-btn-light.active {
    color: var(--colorBlack) !important;
}

.in-title-16px {
    font-size: 14px;
}
.in-subtitle-14px {
    font-size: 12px;
}
.image-circle-40px {
    display: none;
}
.at-category-badge {
    background: #1c1c1c;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #02A15F;
    padding: 10px 0 5px 0;
}

.footer-middle-logo .info {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #c5c5c5;
    max-width: 345px;
}

.at-btn-white {
    background: #222121;
}

.at-btn-white:focus, .at-btn-white:hover {
    background: #f7f6f6 !important;
    color: #1c1c1b !important;
}

.at-shadow-card.active {
    background-color: #2fa163;
}

.lg-title-78px {
    font-size: 50px;
}

.scroll-icon-area {
    display: none !important;
}

.footer-middle-nav .title {
    color: var(--themeColor);
}

.footer-middle-nav ul li a:hover {
    color: var(--colorWhite);
}

.mh-filter-btn.mixitup-control-active, .mh-filter-btn:hover {
    color: var(--colorBlack);
}

.at-btn-purple {
    color: var(--colorBlack);
}

.at-btn-purple:hover {
    background-color: var(--darkColor90);
}

.nav-pills .atn-search-nav-link.active {
    color: var(--colorBlack) !important;
}

@media (max-width: 1199px) {
    .menu-btn-area .offcanvas-xl.offcanvas-end {
        background-color: var(--darkColor90);
    }
}

.search-submit-btn {
    background: var(--themeColor);
    color: var(--colorBlack) !important;
}

.header-section {
    background-color: var(--darkColor90);
}

.header-top-section {
    display: none;
}

.header-nav-list .first-a {

    color: var(--colorWhite);
}

.header-nav-list > li .first-a.active,
.header-nav-list > li:hover .first-a{
    color: var(--colorYellow);
}

.header-buttons .login {
    color: var(--colorYellow);
}

.header-buttons .login:hover{
    color: var(--colorWhite);
}


/* Footer Categories Css Start ***/

.modal-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-category-list li {
    padding: 6px 0;
    border-bottom: 1px solid #f1f1f1;
}

.modal-category-list li a {
    color: #333;
    text-decoration: none;
}

.modal-category-list li a:hover {
    text-decoration: underline;
}

.view-more-link {
    margin-top: 10px;
    cursor: pointer;
    color: #6092f7;
}

.category-tile {
    display: block;
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fafafa;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    transition: 0.2s ease-in-out;
}

.category-tile:hover {
    background: #f0f0f0;
    border-color: #d4d4d4;
}

.modal-body .row {
    padding-right: 6px;
}

.y-category-tile {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #f9f9f9;
    text-decoration: none;
    color: #333;
    transition: all 0.25s ease-in-out;
    font-weight: 500;
}

.y-category-tile:hover {
    background: #fff;
    border-color: #dcdcdc;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.y-category-icon i {
    font-size: 20px;
    color: #0d6efd;
}

.y-category-text {
    font-size: 15px;
    line-height: 1.2;
}

/* Footer Categories Css End ***/


