/*
 Theme Name:   GP Jobs Pro
 Theme URI:    https://jobs.wplitetheme.com
 Description:  Professional Job Portal Child Theme for GeneratePress
 Author:       Suman Ghorui
 Author URI:   https://jobs.wplitetheme.com
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  gp-jobs-pro
*/

/* Custom Design Tokens */
:root {
    --whatsapp-color: #25d366;
    --telegram-color: #0088cc;
    --new-status: #ff0000;
    --updated-status: #2ecc71;
    --extended-status: #f1c40f;
}

/* WhatsApp & Telegram Highlight Boxes */
.whatsapphighlight {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-left: 5px solid var(--whatsapp-color);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.telegramhighlight {
    background: linear-gradient(135deg, #e1f5fe 0%, #b3e5fc 100%);
    border-left: 5px solid var(--telegram-color);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Apply Now Button styling from your source */
.applynowbutton a {
    color: #ffffff !important;
    background-color: #d33b23;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: transform 0.2s;
}

.applynowbutton a:hover {
    transform: translateY(-2px);
    background-color: #b3311d;
}

/* Category Grid Styling */
.job-category-card {
    transition: all 0.3s ease;
}

.job-category-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
