/*
Theme Name: Kaabil Talents
Theme URI: https://kaabiltalents.in
Author: Kaabil Talents
Author URI: https://kaabiltalents.in
Description: A stunning, modern, premium recruitment website theme for Kaabil Talents — BPO-focused hiring and career platform in India. Built for Gen Z and young professionals with a premium SaaS feel.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kaabil-talents
Tags: recruitment, jobs, bpo, career, modern, premium, saas
*/

/* ========================================
   KAABIL TALENTS - WORDPRESS THEME
   Premium Modern Recruitment Website
   ======================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&amp;family=Poppins:wght@500;600&amp;display=swap');

:root {
    --navy: #0F172A;
    --orange: #F97316;
}

body {
    font-family: 'Inter', system_ui, sans-serif;
}

.heading-font {
    font-family: 'Poppins', 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: -0.025em;
}

.premium-shadow {
    box-shadow: 0 10px 15px -3px rgb(15 23 42 / 0.05), 
               0 4px 6px -4px rgb(15 23 42 / 0.05);
}

.glass {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.section-header {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #0F172A;
}

.nav-link {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-link:hover {
    color: #F97316;
    transform: translateY(-1px);
}

.job-card {
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.job-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgb(15 23 42 / 0.08), 
               0 8px 10px -6px rgb(15 23 42 / 0.08);
}

.feature-card {
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgb(15 23 42 / 0.06);
}

.accent-orange {
    color: #F97316;
}

.btn-primary {
    background-color: #F97316;
    color: white;
    transition: all 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgb(249 115 22 / 0.2);
}

.btn-primary:hover {
    background-color: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgb(249 115 22 / 0.3);
}

.btn-secondary {
    background-color: white;
    color: #0F172A;
    border: 2px solid #0F172A;
    transition: all 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.btn-secondary:hover {
    background-color: #0F172A;
    color: white;
    transform: translateY(-2px);
}

.modern-card {
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

.stat-number {
    font-variant-numeric: tabular-nums;
}

.navy-text {
    color: #0F172A;
}

.gradient-text {
    background: linear-gradient(90deg, #0F172A 0%, #1e293b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.premium-gradient {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
}

.subtle-grid {
    background-image: url('data:image/svg+xml,%3Csvg width=%2260%22 height=%2260%22 viewBox=%220 0 60 60%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cg fill-rule=%22evenodd%22%3E%3Cpath fill=%22%23f1e7ff10%22 d=%22M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-10V8h-2v16h-4v2h4v4h2v-4h4v-2h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 6v-4H4v4H0v2h4v4h2V8h4V6H6z%22/%3E%3C/g%3E%3C/svg%27');
    background-size: 60px 60px;
}

.hero-illustration {
    filter: drop-shadow(0 25px 25px rgb(15 23 42 / 0.08));
}

.success-badge {
    background: linear-gradient(90deg, #fefce8 0%, #fef9c3 100%);
    border: 1px solid #fde047;
}

.modal {
    animation: modalPop 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalPop {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(40px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.job-tag {
    font-size: 0.75rem;
    padding: 2px 10px;
    border-radius: 9999px;
    font-weight: 600;
}

.section-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #e2e8f0, transparent);
}

.modern-input {
    transition: all 0.2s ease;
}

.modern-input:focus {
    outline: none;
    border-color: #F97316;
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.1);
}

.metric {
    transition: transform 0.3s ease;
}

/* WordPress Specific */
.wp-block {
    max-width: 100%;
}

.admin-bar .site-header {
    top: 32px;
}

/* Under Construction Banner */
.construction-banner {
    background: linear-gradient(90deg, #fefce8 0%, #fef9c3 100%);
    border-bottom: 1px solid #fde047;
    animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}

/* Enhanced Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

.job-card {
    animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Button Enhancements */
.btn-primary, .btn-secondary {
    position: relative;
    overflow: hidden;
}

.btn-primary::after, .btn-secondary::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 50%;
    height: 200%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.3),
        transparent
    );
    transition: 0.6s;
}

.btn-primary:hover::after, .btn-secondary:hover::after {
    left: 250%;
}

/* Modal Improvements */
#apply-modal, #success-modal, #bootcamp-modal, #hire-modal {
    animation: fadeInModal 0.2s ease forwards;
}

@keyframes fadeInModal {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Responsive Improvements */
@media (max-width: 768px) {
    .section-header {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}