/*
Theme Name: JobPortal Pro - Webdevro
Theme URI: https://webdevro.com/theme
Description: High-speed, SEO-optimized AllJobAssam style child theme for Job Portals, Recruitment News, and Media websites.
Author: Mr. Avijit Maity / Webdevro
Author URI: https://webdevro.com
Template: generatepress
Version: 1.0.0
Text Domain: jobportal-pro
*/

/* ==========================================================================
   1. FONTS & COLOR SYSTEM (AllJobAssam Style)
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@500;600;700&family=Plus+Jakarta+Sans:wght@500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --aja-purple-grad: linear-gradient(90deg, #9333ea 0%, #c084fc 100%);
    --aja-teal-hero: linear-gradient(135deg, #0d9488 0%, #14b8a6 40%, #06b6d4 100%);
    --aja-bg: #e2e8f0;
    --aja-white: #ffffff;
    --aja-text-dark: #0f172a;
    --aja-text-muted: #64748b;
    --aja-radius: 12px;
    --aja-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
}

body {
    background-color: #f1f5f9 !important;
    font-family: 'Plus Jakarta Sans', 'Inter', sans-serif !important;
    color: var(--aja-text-dark);
}

/* ==========================================================================
   2. TOP PROMOTIONAL ANNOUNCEMENT BAR
   ========================================================================== */
.aja-top-promo-bar {
    background: var(--aja-purple-grad);
    color: #ffffff;
    padding: 8px 16px;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 2px 8px rgba(147, 51, 234, 0.3);
}

.aja-top-promo-bar .promo-btn {
    background: #ffffff;
    color: #9333ea;
    padding: 3px 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.aja-top-promo-bar .promo-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* ==========================================================================
   3. HEADER & NAVIGATION
   ========================================================================== */
.site-header {
    background-color: #ffffff !important;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.main-title a, 
.site-branding .main-title a {
    color: #0f172a !important;
    font-family: 'Fredoka', 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 2.2rem !important;
    letter-spacing: -0.5px;
    text-decoration: none;
}

.main-navigation {
    background-color: transparent !important;
}

.main-navigation a {
    color: #334155 !important;
    font-weight: 700 !important;
    font-size: 0.95rem;
    padding: 12px 16px !important;
}

.main-navigation .main-nav ul li:hover > a, 
.main-navigation .main-nav ul li.current-menu-item > a {
    color: #0d9488 !important;
    background-color: #f8fafc !important;
    border-radius: 6px;
}

/* ==========================================================================
   4. HERO BANNER SECTION (TEAL GRADIENT & SEARCH)
   ========================================================================== */
.aja-hero-section {
    background: var(--aja-teal-hero);
    padding: 60px 20px 80px 20px;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.aja-hero-title {
    font-family: 'Fredoka', 'Plus Jakarta Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.aja-hero-search-box {
    max-width: 650px;
    margin: 0 auto;
    background: #ffffff;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.aja-hero-search-box input[type="search"] {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 1rem;
    color: #0f172a;
    outline: none;
}

.aja-hero-search-box input[type="search"]:focus {
    border-color: #0d9488;
    box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.2);
}

/* ==========================================================================
   5. FEATURED JOB CARDS GRID (COLORFUL BUTTON BLOCKS)
   ========================================================================== */
.aja-featured-grid-wrapper {
    max-width: 1200px;
    margin: -50px auto 40px auto;
    padding: 0 20px;
    position: relative;
    z-index: 10;
}

.aja-featured-grid {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
    border: 1px solid #e2e8f0;
}

.aja-job-card {
    border-radius: 10px;
    padding: 18px 16px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.aja-job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2) !important;
    color: #ffffff !important;
}

/* Card Gradient Themes */
.card-blue   { background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%); }
.card-purple { background: linear-gradient(135deg, #7e22ce 0%, #a855f7 100%); }
.card-orange { background: linear-gradient(135deg, #c2410c 0%, #ea580c 100%); }
.card-red    { background: linear-gradient(135deg, #be123c 0%, #e11d48 100%); }
.card-green  { background: linear-gradient(135deg, #047857 0%, #10b981 100%); }
.card-amber  { background: linear-gradient(135deg, #b45309 0%, #d97706 100%); }
.card-cyan   { background: linear-gradient(135deg, #0e7490 0%, #06b6d4 100%); }
.card-violet { background: linear-gradient(135deg, #6d28d9 0%, #8b5cf6 100%); }

/* ==========================================================================
   6. ARTICLE & SIDEBAR STYLING
   ========================================================================== */
.inside-article {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: var(--aja-shadow) !important;
    padding: 28px !important;
    margin-bottom: 24px !important;
}

.entry-title a {
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 1.45rem !important;
}

.entry-title a:hover {
    color: #0d9488 !important;
}

.widget-area .widget {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: var(--aja-shadow) !important;
    padding: 24px !important;
    margin-bottom: 24px !important;
}

.widget-title {
    color: #0f172a !important;
    font-weight: 800 !important;
    font-size: 1.1rem !important;
    border-bottom: 3px solid #0d9488;
    padding-bottom: 8px;
    margin-bottom: 16px !important;
}

/* ==========================================================================
   7. STICKY FLOATING BOTTOM OFFER BAR
   ========================================================================== */
.aja-floating-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #0f172a;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.aja-floating-bar .price-tag {
    background: #10b981;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 800;
}

.aja-floating-bar .buy-btn {
    background: #ef4444;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 800;
    text-decoration: none;
    transition: background 0.2s ease;
}

.aja-floating-bar .buy-btn:hover {
    background: #dc2626;
}

.aja-floating-bar .close-btn {
    cursor: pointer;
    opacity: 0.6;
    font-size: 1.1rem;
    margin-left: 6px;
}

.aja-floating-bar .close-btn:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .aja-hero-title { font-size: 1.8rem; }
    .aja-featured-grid { grid-template-columns: 1fr; }
    .aja-floating-bar { width: 92%; justify-content: space-between; font-size: 0.8rem; }
}
