/* =====================================
   GLOBAL
===================================== */

body {
    background: #f5f7fb;
    font-family: 'Nunito', sans-serif;
    color: #2c3e50;
}

main {
    min-height: 75vh;
}

a {
    text-decoration: none;
}

/* =====================================
   TOP BAR
===================================== */

.top-bar {
    background: #002c6b;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

/* =====================================
   NAVBAR
===================================== */

.navbar {
    background: linear-gradient(135deg,#0052cc,#003b99);
    padding: 12px 0;
}

.navbar-brand {
    color: #fff !important;
}

.logo-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg,#ffc107,#ff9800);
    border-radius: 12px;
    color: white;
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-title {
    color: white;
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}

.logo-highlight {
    color: #ffc107;
}

.logo-tagline {
    color: rgba(255,255,255,.85);
    font-size: 12px;
}

.nav-link {
    color: #fff !important;
    font-weight: 600;
    margin-right: 5px;
    padding: 10px 14px !important;
    border-radius: 8px;
    transition: .3s;
}

.nav-link:hover {
    background: rgba(255,255,255,.15);
}

/* =====================================
   DROPDOWN
===================================== */

.dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

.dropdown-item {
    border-radius: 8px;
    padding: 10px 15px;
}

.dropdown-item:hover {
    background: #0052cc;
    color: #fff;
}

/* =====================================
   CARDS
===================================== */

.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.card-header {
    border-bottom: 0;
    font-weight: 700;
}

/* =====================================
   BUTTONS
===================================== */

.btn-primary {
    background: #0052cc;
    border: none;
    border-radius: 10px;
}

.btn-success,
.btn-danger,
.btn-warning {
    border-radius: 10px;
}

/* =====================================
   TABLES
===================================== */

.table {
    background: #fff;
}

.table thead {
    background: #0052cc;
    color: #fff;
}

.table th {
    border: none;
}

/* =====================================
   ALERTS
===================================== */

.alert {
    border: none;
    border-radius: 10px;
}

/* =====================================
   JOB CARDS
===================================== */

.job-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    transition: .3s;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.job-card:hover {
    transform: translateY(-4px);
}

.job-title {
    color: #0052cc;
    font-size: 22px;
    font-weight: 700;
}

/* =====================================
   DASHBOARD STATS
===================================== */

.stat-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    color: #0052cc;
}

.stat-title {
    color: #777;
}

/* =====================================
   FOOTER
===================================== */

.footer {
    background: #002c6b;
    color: white;
    padding: 50px 0 20px;
    margin-top: 50px;
}

.footer h4,
.footer h5 {
    color: #ffc107;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #fff;
}

.footer-links a:hover {
    color: #ffc107;
}


/* HERO */

.hero-section{
    background: linear-gradient(135deg,#0052cc,#003380);
    color:#fff;
    padding:60px;
    border-radius:20px;
}

.hero-title{
    font-size:50px;
    font-weight:800;
}

.hero-subtitle{
    font-size:18px;
    opacity:.9;
}

/* SEARCH */

.search-card{
    border-radius:20px;
}

.search-input{
    height:55px;
}

.form-select{
    height:55px;
}

/* JOB CARD */

.job-card{
    background:#fff;
    border-radius:15px;
    padding:25px;
    margin-bottom:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
}

.job-card:hover{
    transform:translateY(-5px);
}

.job-title{
    color:#0052cc;
    font-size:24px;
    font-weight:700;
}

.company-name{
    font-weight:600;
    color:#444;
}

.job-meta{
    margin-top:10px;
    color:#666;
}

/* COMPANY LOGO */

/* =====================================
   TRUSTED EMPLOYERS
===================================== */

.trusted-employers{
    background:#f8fafc;
    border-radius:20px;
    margin-top:50px;
}

.section-title h2{
    font-size:32px;
    font-weight:700;
    color:#1f2937;
}

.section-title p{
    font-size:15px;
}

.employer-card{
    background:#fff;
    border-radius:16px;
    padding:20px;
    text-align:center;
    height:100%;
    transition:.3s ease;
    border:1px solid #e5e7eb;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.employer-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.logo-wrapper{
    height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
}

.client-logo{
    max-width:100%;
    max-height:70px;
    object-fit:contain;
}

.company-title{
    font-size:14px;
    font-weight:600;
    color:#374151;
    margin-bottom:0;
    min-height:40px;
}

.badge{
    font-size:12px;
    letter-spacing:1px;
}

/* //////post */

.card{
    border-radius:20px;
}

.form-control,
.form-select{
    min-height:48px;
    border-radius:10px;
}

.form-control:focus,
.form-select:focus{
    box-shadow:none;
    border-color:#0d6efd;
}

.ck-editor__editable{
    min-height:350px;
}

.btn-success{
    border-radius:10px;
    font-weight:600;
}

.card-header{
    border-radius:20px 20px 0 0 !important;
}

.custom-banner{
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.custom-banner img{
    width:100%;
    height:auto;
    display:block;
}

.google-ad{
    min-height:90px;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* ===============================
   LuckyJob Pricing Page
================================== */

.pricing-page {
    background: #f4f7fc;
}

.pricing-hero {
    background: linear-gradient(135deg, #0e4eb7 0%, #165ed1 100%);
    border-radius: 28px;
    padding: 55px 50px;
    color: #fff;
    box-shadow: 0 20px 45px rgba(13, 61, 145, 0.18);
}

.pricing-hero h1 {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
    color: #fff;
}

.pricing-hero p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255,255,255,0.92);
    max-width: 650px;
}

.small-badge {
    display: inline-block;
    background: rgba(255,255,255,0.14);
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-tags span {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    padding: 10px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.pricing-hero-box {
    display: flex;
    justify-content: center;
}

.hero-mini-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    width: 100%;
    max-width: 390px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}

.hero-mini-card h5 {
    color: #0f4fb9;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
}

.hero-mini-card p {
    color: #6d7b98;
    margin-bottom: 24px;
    font-size: 15px;
}

.hero-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.hero-stat {
    background: #f4f8ff;
    border-radius: 18px;
    padding: 18px 16px;
    text-align: center;
}

.hero-stat strong {
    display: block;
    color: #0f4fb9;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 6px;
}

.hero-stat span {
    color: #687792;
    font-size: 13px;
}

.lj-info-card,
.pricing-main-box,
.lj-white-box {
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(20, 46, 93, 0.08);
}

.icon-wrap {
    width: 58px;
    height: 58px;
    background: rgba(20, 92, 211, 0.1);
    color: #145cd3;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.icon-wrap.orange {
    background: rgba(255, 136, 0, 0.12);
    color: #ff8a00;
}

.lj-info-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #16213e;
    margin-bottom: 10px;
}

.lj-info-card p {
    color: #70809c;
    line-height: 1.8;
}

.feature-list {
    padding-left: 18px;
    color: #33415c;
    line-height: 2;
}

.pricing-tabs {
    gap: 14px;
    border-bottom: 0;
}

.pricing-tabs .nav-link {
    border: 0;
    background: #eef4ff;
    color: #145cd3;
    padding: 14px 24px;
    border-radius: 14px;
    font-weight: 700;
}

.pricing-tabs .nav-link.active {
    background: #145cd3;
    color: #fff;
    box-shadow: 0 12px 25px rgba(20, 92, 211, 0.2);
}

.section-title-wrap h2 {
    font-size: 34px;
    font-weight: 800;
    color: #16213e;
    margin-bottom: 10px;
}

.section-title-wrap p {
    color: #72809a;
    margin-bottom: 0;
    font-size: 16px;
}

.section-label {
    display: inline-block;
    background: #145cd3;
    color: #fff;
    padding: 8px 14px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 14px;
}

.pricing-card-lj {
    background: #fff;
    border: 1px solid #edf2fb;
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 10px 25px rgba(20, 46, 93, 0.06);
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card-lj:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(20, 46, 93, 0.12);
}

.pricing-card-lj.highlighted {
    border: 2px solid #145cd3;
    box-shadow: 0 18px 35px rgba(20, 92, 211, 0.12);
}

.package-badge {
    display: inline-block;
    background: #edf4ff;
    color: #145cd3;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 12px;
    border-radius: 20px;
    margin-bottom: 18px;
}

.package-top h4 {
    font-size: 24px;
    font-weight: 800;
    color: #16213e;
    margin-bottom: 10px;
}

.price {
    font-size: 38px;
    font-weight: 800;
    color: #145cd3;
    line-height: 1.2;
}

.period {
    color: #7a879e;
    margin-top: 6px;
    margin-bottom: 0;
}

.package-features {
    list-style: none;
    padding: 0;
    margin: 28px 0;
}

.package-features li {
    font-size: 15px;
    color: #34425c;
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.7;
}

.package-features li i {
    color: #145cd3;
    margin-top: 4px;
}

.lj-btn-primary {
    background: #145cd3;
    border: none;
    color: #fff;
    border-radius: 12px;
    padding: 13px 20px;
    font-weight: 700;
    transition: 0.3s ease;
}

.lj-btn-primary:hover {
    background: #0f4eb7;
    color: #fff;
}

.note-box {
    background: #f5f8ff;
    border: 1px solid #dfeaff;
    border-radius: 18px;
    padding: 18px 22px;
    color: #33415c;
    font-size: 15px;
}

.note-box span {
    color: #145cd3;
    font-weight: 700;
}

.addon-card {
    background: #fff;
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(20, 46, 93, 0.08);
    transition: all 0.3s ease;
}

.addon-card:hover {
    transform: translateY(-6px);
}

.addon-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    background: rgba(20, 92, 211, 0.10);
    color: #145cd3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}

.addon-card h5 {
    font-size: 21px;
    font-weight: 700;
    color: #16213e;
    margin-bottom: 12px;
}

.addon-price {
    color: #145cd3;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 12px;
}

.addon-card p {
    color: #72809a;
    line-height: 1.8;
    margin-bottom: 0;
}

.mini-strategy-card {
    background: #f7faff;
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    border: 1px solid #edf2fb;
}

.mini-strategy-card i {
    width: 52px;
    height: 52px;
    background: #145cd3;
    color: #fff;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 20px;
}

.mini-strategy-card h6 {
    font-size: 20px;
    font-weight: 700;
    color: #16213e;
    margin-bottom: 10px;
}

.mini-strategy-card p {
    color: #72809a;
    margin-bottom: 0;
    line-height: 1.8;
}

.pricing-accordion .accordion-item {
    border: 0;
    border-radius: 18px !important;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(20, 46, 93, 0.08);
}

.pricing-accordion .accordion-button {
    background: #145cd3;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    box-shadow: none;
    padding: 18px 22px;
}

.pricing-accordion .accordion-button.collapsed {
    background: #f5f8ff;
    color: #16213e;
}

.pricing-accordion .accordion-body {
    padding: 24px;
    color: #51617d;
    line-height: 1.9;
}

.pricing-accordion ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.pricing-accordion li {
    margin-bottom: 10px;
}

/* responsive */
@media (max-width: 991px) {
    .pricing-hero {
        padding: 40px 25px;
    }

    .pricing-hero h1 {
        font-size: 34px;
    }

    .section-title-wrap h2 {
        font-size: 28px;
    }

    .lj-info-card,
    .pricing-main-box,
    .lj-white-box {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .pricing-hero h1 {
        font-size: 28px;
    }

    .price {
        font-size: 30px;
    }

    .section-title-wrap h2 {
        font-size: 24px;
    }

    .pricing-tabs .nav-link {
        width: 100%;
        text-align: center;
    }
}

/* Floating Social Buttons */

.floating-whatsapp,
.floating-facebook{
    position:fixed;
    right:20px;
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 5px 20px rgba(0,0,0,.25);
    transition:.3s;
}

.floating-whatsapp{
    bottom:90px;
    background:#25D366;
}

.floating-facebook{
    bottom:20px;
    background:#1877F2;
}

.floating-whatsapp:hover,
.floating-facebook:hover{
    transform:scale(1.1);
    color:#fff;
}

/* Mobile */

@media(max-width:768px){

    .floating-whatsapp,
    .floating-facebook{
        width:50px;
        height:50px;
        font-size:24px;
        right:15px;
    }

}