/*
Theme Name: FW TropicalFish Hub 4
Theme URI: https://tropicalfishhub.com
Author: Antigravity AI
Description: A high-performance, SEO-optimized theme for freshwater aquarium enthusiasts with integrated interactive tools powered by Vanilla JavaScript.
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fw-tropicalfish
*/

/* Base reset and theme-specific global styles */
body {
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.brand-font {
    font-family: 'Playfair Display', serif;
}

/* Custom scrollbar for better aesthetics */
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #10b981;
    border-radius: 10px;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fadeIn {
    animation: fadeIn 0.6s ease-out forwards;
}

/* ==========================================================================
   CONTENT EGG PREMIUM STYLING
   ========================================================================== */
.cegg-container {
    margin-bottom: 4rem !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.cegg-grid-row,
.cegg-list-logo-row,
.cegg-item-box {
    background: #ffffff !important;
    border: 2px solid #ecfdf5 !important;
    /* emerald-50 */
    border-radius: 2.5rem !important;
    padding: 2.5rem !important;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.05), 0 8px 10px -6px rgb(0 0 0 / 0.05) !important;
    overflow: hidden !important;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin-bottom: 2rem !important;
}

.cegg-grid-row:hover,
.cegg-list-logo-row:hover {
    border-color: #2dd4bf !important;
    /* teal-400 */
    transform: translateY(-4px) !important;
}

.cegg-item-name a {
    color: #064e3b !important;
    /* emerald-950 */
    font-weight: 800 !important;
    text-decoration: none !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
}

.cegg-price {
    color: #0d9488 !important;
    /* teal-600 */
    font-weight: 900 !important;
    font-size: 1.875rem !important;
}

.cegg-btn {
    background: #064e3b !important;
    color: #ffffff !important;
    border-radius: 1.25rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    padding: 1.25rem 2rem !important;
    border: none !important;
    transition: all 0.3s !important;
    box-shadow: 0 10px 15px -3px rgb(6 78 59 / 0.2) !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.cegg-btn:hover {
    background: #0d9488 !important;
    transform: scale(1.05) !important;
}

.cegg-price-comparison-row {
    background: #fdfdfc !important;
    border-radius: 1.5rem !important;
    border: 1px solid #f1f5f9 !important;
    margin-bottom: 0.5rem !important;
    padding: 1rem !important;
}
