/* ==========================================================================
   CAREERS PAGE STYLING (#000B33 NAVY & PURE WHITE THEME)
   ========================================================================== */

/* Theme Colors Utility */
.bg-navy-dark {
    background-color: #000B33 !important;
}

.bg-navy-card {
    background-color: #00124D !important;
}

.text-navy {
    color: #000B33 !important;
}

.text-orange {
    color: #F27915 !important;
}

.bg-orange {
    background-color: #F27915 !important;
}

.bg-orange-light { background: rgba(242, 121, 21, 0.12); }
.text-blue { color: #0284C7; }
.bg-blue-light { background: rgba(2, 132, 199, 0.12); }
.text-green { color: #16A34A; }
.bg-green-light { background: rgba(22, 163, 74, 0.12); }

.text-slate-600 {
    color: #475569 !important;
}

.border-slate-700 {
    border-color: rgba(255, 255, 255, 0.12) !important;
}

.border-slate-200 {
    border-color: #E2E8F0 !important;
}

.max-w-800 {
    max-width: 800px;
}

.max-w-700 {
    max-width: 700px;
}

/* Hero Banner */
.careers-hero-banner {
    min-height: 40vh;
    padding-top: 110px;
    padding-bottom: 70px;
    background-color: #000B33 !important;
}

.careers-glow-accent-1 {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(242, 121, 21, 0.18) 0%, transparent 70%);
    filter: blur(100px);
    pointer-events: none;
}

.careers-glow-accent-2 {
    position: absolute;
    bottom: 20%;
    right: 15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.12) 0%, transparent 70%);
    filter: blur(120px);
    pointer-events: none;
}

/* Headlines */
.hero-careers-title {
    font-size: 40px !important;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

/* Badges */
.badge-luxury {
    display: inline-flex;
    align-items: center;
    padding: 6px 18px;
    border-radius: 50px;
    background: rgba(242, 121, 21, 0.12);
    border: 1px solid rgba(242, 121, 21, 0.3);
    color: #F27915;
    font-size: 0.85rem;
    font-weight: 700;
}

/* Main Content Section (White Background) */
.careers-main-content {
    background-color: #FFFFFF !important;
}

/* Perks Cards */
.perk-card {
    background-color: #F8FAFC !important;
    transition: all 0.3s ease;
}

.perk-card:hover {
    border-color: #F27915 !important;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 11, 51, 0.08);
}

/* Job Opening Cards */
.job-opening-card {
    background-color: #F8FAFC !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.job-opening-card:hover {
    background-color: #FFFFFF !important;
    border-color: #F27915 !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 11, 51, 0.12);
}

/* Skill Chips */
.job-skill-chip {
    background: rgba(0, 11, 51, 0.05);
    border: 1px solid rgba(0, 11, 51, 0.15);
    border-radius: 50px;
    padding: 4px 14px;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 600;
}

/* Buttons */
.btn-agency-glow {
    background: linear-gradient(135deg, #F27915 0%, #E06300 100%);
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 0 20px rgba(242, 121, 21, 0.35);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    border: none;
}

.btn-agency-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(242, 121, 21, 0.6);
}

.btn-agency-glass {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 0.92rem;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.btn-agency-glass:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF !important;
}

/* Mobile Responsiveness */
@media (max-width: 991.98px) {
    .hero-careers-title {
        font-size: clamp(26px, 5vw, 34px) !important;
    }
}


/* ==========================================================================
   CONTACT PAGE INFO CARDS FONT & RESPONSIVE FIX
   ========================================================================== */

/* Info Cards Overall Container */
.contact-info-card {
    background-color: #F8FAFC !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 16px 20px !important; /* Compact padding for small screens */
}

.contact-info-card:hover {
    border-color: #F27915 !important;
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 11, 51, 0.08);
}

.contact-card-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem !important;
}

/* Header Small Titles (e.g. DIRECT CALL SUPPORT) */
.contact-info-card .tracking-wider {
    font-size: 0.72rem !important;
    letter-spacing: 0.5px !important;
    display: block;
}

/* Main Phone / Email / Location Headings (Font Size Optimized) */
.contact-info-card h5 {
    font-size: 0.98rem !important; /* Reduced for single-line fit */
    font-weight: 700;
    word-break: break-word; /* Prevents overflow on ultra-small screens */
}

/* Sub-details (e.g. Response guaranteed / Hours) */
.contact-info-card .small {
    font-size: 0.78rem !important;
}

/* WhatsApp Banner Compact Styling */
.contact-whatsapp-card {
    padding: 16px 20px !important;
}

.contact-whatsapp-card h6 {
    font-size: 0.9rem !important;
}

.contact-whatsapp-card .small {
    font-size: 0.78rem !important;
}

.contact-whatsapp-card .btn {
    font-size: 0.8rem !important;
    padding: 6px 14px !important;
}

/* Mobile & Small Screen Responsiveness */
@media (max-width: 575.98px) {
    .contact-info-card h5 {
        font-size: 0.9rem !important;
    }
    
    .contact-card-icon {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        font-size: 0.9rem !important;
    }

    .contact-info-card {
        padding: 14px 16px !important;
    }
}