/* =========================
    1. HERO SECTION (MAIN TITLE)
========================= */
.tp-slider-title-5, 
h1.tp-slider-title-5 {
    font-size: 64px !important; 
    color: #00332c !important; /* Dark Green */
    font-weight: 800 !important;
}

/* Shop Now Button */
.tp-btn-5 {
    font-size: 18px !important;
    background-color: #22c55e !important; /* PSMart Green */
    color: #ffffff !important;
}

/* =========================
    2. HEADER NAVIGATION MENU
========================= */
.tp-main-menu ul li a {
    font-size: 16px !important; 
    color: #ffffff !important;
}

.tp-main-menu ul li a:hover {
    color: #f97316 !important; /* PSMart Orange */
}

/* User Login Text (Hello, Nihal) */
.tp-header-login-title, 
.tp-header-login-status {
    color: #ffffff !important;
}

/* =========================
    3. FOOTER (GREEN + WHITE TEXT)
========================= */
.tp-footer-area,
.tp-footer-area .tp-footer-top {
    background-color: #94c47e !important;
}

/* Target specific text elements to be white instead of using '*' */
.tp-footer-area p,
.tp-footer-area li,
.tp-footer-area a,
.tp-footer-area .tp-footer-widget-title,
.tp-footer-area .tp-footer-contact-item {
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.6;
}

/* SOCIAL LINKS FIX */
/* This ensures the social circles stay white/grey and the icons stay dark */
.tp-footer-social a {
    background-color: #ffffff !important; /* White circle background */
    color: #333333 !important; /* Dark icon color */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.tp-footer-social a:hover {
    background-color: #f97316 !important; /* Orange on hover */
    color: #ffffff !important;
}

/* Phone Icon Spacing */
.tp-phone-icon {
    margin-right: 10px;
    font-size: 16px;
    color: #ffffff !important;
}

/* =========================
    4. COPYRIGHT (BLACK)
======================== */
.tp-footer-bottom {
    background-color: #94c47e !important; /* Keep green background */
    border-top: 1px solid rgba(255,255,255,0.2);
}

.tp-footer-bottom *,
.tp-footer-copyright p,
.tp-footer-copyright p a {
    color: #000000 !important; /* Black text for the very bottom bar */
}

/* =========================
    5. RESPONSIVE OVERRIDES
========================= */
@media (max-width: 768px) {
    .tp-slider-title-5 {
        font-size: 32px !important;
        line-height: 40px !important;
        word-break: break-word;
    }
    .logo img {
        max-height: 60px !important;
        width: auto !important;
    }
}

@media (max-width: 480px) {
    .tp-slider-title-5 {
        font-size: 24px !important;
    }
}