/* Corporate HR Portal – Core Layout Tweaks */
body {
    background: #f5f6fa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #111827;
}
.main-navbar {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(15,23,42,0.05);
}
.main-navbar .nav-link {
    font-weight: 500;
    color: #4b5563;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active {
    color: #0d6efd;
}
.brand-text {
    font-weight: 700;
    font-size: 1.15rem;
}

/* Hero */
.page-wrapper {
    padding-top: 90px;
    padding-bottom: 60px;
}
.hero-shell {
    margin-bottom: 32px;
}
.hero-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 28px;
    box-shadow: 0 12px 40px rgba(15,23,42,0.06);
    border: 1px solid #e5e7eb;
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    background: #eff6ff;
    color: #1d4ed8;
    margin-bottom: 10px;
}
.hero-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 10px;
}
.hero-subtitle {
    font-size: 1rem;
    color: #4b5563;
    margin-bottom: 18px;
}
.hero-actions .btn {
    font-weight: 600;
}
.hero-meta {
    margin-top: 12px;
    font-size: 0.9rem;
    color: #6b7280;
}

/* Hero Right – corporate illustration style */
.hero-visual-card {
    background: linear-gradient(135deg, #0d6efd, #6366f1);
    border-radius: 18px;
    padding: 20px;
    color: #f9fafb;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-visual-top {
    display: flex;
    align-items: center;
    gap: 16px;
}
.hero-visual-avatar {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,0.6);
}
.hero-visual-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-visual-text h5 {
    font-size: 1rem;
    margin-bottom: 4px;
}
.hero-visual-text p {
    font-size: 0.85rem;
    margin: 0;
}
.hero-visual-stats {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 10px;
}
.hero-stat {
    background: rgba(15,23,42,0.15);
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 0.78rem;
}
.hero-stat span {
    display: block;
}
.hero-stat .label {
    opacity: 0.8;
}
.hero-stat .value {
    font-weight: 700;
    font-size: 0.95rem;
}

/* Section header */
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.section-header h3 {
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}
.section-header h3 i {
    color: #0d6efd;
}
.more-link {
    font-size: 0.9rem;
    color: #0d6efd;
    text-decoration: none;
}
.more-link:hover {
    text-decoration: underline;
}

/* Generic elevated card */
.card-elevated {
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15,23,42,0.05);
}

/* Banners */
.banner-image {
    max-height: 260px;
    object-fit: cover;
}
.banner-caption {
    background: rgba(15,23,42,0.72);
    padding: 12px 16px;
    border-radius: 12px;
}

/* Client logos scroll */
.scroll-row {
    display: flex;
    overflow-x: auto;
    gap: 30px;
    padding: 14px 10px;
    scroll-behavior: smooth;
}
.scroll-row::-webkit-scrollbar {
    display: none;
}
.logo-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 10px 16px;
    border: 1px solid #e5e7eb;
    min-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-box img {
    max-height: 36px;
    object-fit: contain;
}

/* About section */
.about-card {
    padding: 24px 22px;
}
.about-title {
    font-size: 1.3rem;
    font-weight: 700;
}
.about-text {
    font-size: 0.96rem;
    color: #4b5563;
}

/* Jobs */
.job-card {
    padding: 18px 18px 20px;
}
.job-icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.job-icon-circle i {
    color: #1d4ed8;
}
.job-title {
    font-size: 0.98rem;
}

/* Testimonials */
.testimonial-card {
    padding: 18px 18px 20px;
    font-size: 0.9rem;
}
.story-avatar,
.small-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #374151;
    overflow: hidden;
}
.story-avatar img,
.small-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-quote {
    color: #4b5563;
    font-style: italic;
}

/* Counters */
.counter-section {
    padding: 18px 22px;
}
.counter-box {
    text-align: center;
    padding: 12px 8px;
}
.counter-icon {
    font-size: 1.3rem;
    margin-bottom: 6px;
    color: #0d6efd;
}
.counter-number {
    font-size: 1.4rem;
    font-weight: 800;
}
.counter-label {
    font-size: 0.82rem;
    color: #6b7280;
}

/* Success stories */
.story-card {
    padding: 18px 18px 20px;
    font-size: 0.9rem;
}
.story-title {
    font-size: 0.95rem;
}
.badge-soft {
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.7rem;
}

/* How it works */
.hiw-card {
    padding: 24px 22px 26px;
}
.hiw-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 6px;
}
.hiw-subtext {
    font-size: 0.95rem;
    color: #4b5563;
    margin-bottom: 14px;
}
.hiw-step {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}
.hiw-icon {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #eff6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d4ed8;
}
.hiw-step h5 {
    font-size: 0.98rem;
    margin-bottom: 2px;
}
.hiw-step p {
    font-size: 0.88rem;
    color: #6b7280;
    margin-bottom: 0;
}
.hiw-image-wrapper {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}
.hiw-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Blogs */
.blog-section {
    padding: 22px 20px 26px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15,23,42,0.04);
}
.blog-pro-card {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #ffffff;
}
.blog-pro-image img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.blog-pro-placeholder {
    width: 100%;
    height: 190px;
    background: #f3f4f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    color: #6b7280;
}
.blog-pro-placeholder .circle {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 4px;
}
.blog-pro-content {
    padding: 14px 14px 16px;
}
.blog-pro-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
}
.blog-pro-desc {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 8px;
}
.blog-pro-link {
    font-size: 0.86rem;
    color: #0d6efd;
    text-decoration: none;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
    .hero-card {
        padding: 22px 18px;
    }
    .hero-title {
        font-size: 1.8rem;
    }
}

