@charset "utf-8";
/* CSS Document */

body {
    background-color: #fff;
    line-height: 1.6;
    margin: 0;
    text-align: left;
    overflow-x: hidden;
    font-size: 1rem;
}

.bg-dark {
    /* background: #1967d2 !important; */
    /* background: linear-gradient(180deg, rgba(2, 95, 153, 1) 0%, rgba(0, 105, 168, 1) 46%, rgba(0, 105, 168, 1) 100%); */
    background: linear-gradient(-80deg, #0e50ab 0%, #1967d2 100%);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.theme1-featured-logo {
    width: 100%;
    height: 110px;
    object-fit: contain;
    padding: 10px;
    border-color: #fff;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.profile {
	width: 100px;
    object-fit: contain;
    object-position: left;
    border-radius: 3px;
}


/* .navbar-light .navbar-nav .nav-link {
    color: #6B7280!important;
} */

img.featured-logo {
    height: 55px;
    width: 55px;
    object-fit: contain;
    /* border-radius: 50px; */
}
  
	
.white-bg {
	background-color:#fff;
	/*padding:50px 0;*/
}

img.img-circle {width:114px; height:114px;object-fit: cover;}
ul.categories {list-style-type: none;}
ul.categories li a{
    line-height: 45px;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 5px;
	}

.img-circle-custom {
    border-radius: 50%!important;
    background-color: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}



/* Carousel base class */
.carousel {
  margin-bottom: 5rem;
  z-index:-100000;
  margin-top: -16px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-caption  h5{
  font-size:32px;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 20rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
  object-fit: cover;
}
.carousel-caption {
    right: 20%;
    /*left: 20%;*/
    top: 78px;
    /* position: relative; */
    padding-bottom: 30px;
	color:#283a50;
	text-align:left;
}
.carousel-indicators {
    bottom: 150px;
	display:none;
	z-index:11;
}

.no-border {border-color:#fff;}
.border-left {border-left:1px solid #ccc;}

.card-title-theme1 {
	color:#111827;
	font-size:22px!important;
}

.dark-bg-theme1 {
    background: #1967d2;
    /* background: linear-gradient(180deg, rgba(2, 95, 153, 1) 0%, rgba(0, 105, 168, 1) 46%, rgba(0, 105, 168, 1)); */
}

.dark-bg-theme1 p strong {color:#fff;}
.dark-bg-theme1 div a, .copyright {color: #fff!important;}

.slider-bg-theme1 {
    margin: -39px 0 0 0;
    padding: 90px 0 55px 0;
    background: #1967d2;
    background: linear-gradient(-80deg, #0e50ab 0%, #1967d2 100%);
    /* background: linear-gradient(0deg, rgba(3, 83, 133, 1) 0%, rgba(0, 105, 168, 1) 100%); */
}
.filters-bar {
    background: #fff;margin: -29px 0 0 0;padding-top: 10px;box-shadow: 0 5px 10px -5px #ccc;
}
.active-tab {
    color: #fff!important;
    border: 2px solid #1a73e8;
    border-radius: 5px;
    background:#1a73e8;
}
.active-tab:hover {
	color: #fff!important;
    border:2px solid #174ea6;
	border-radius:5px;
	background:#174ea6;
}

h3.job-title-theme1 a{
    font-size: 17px;
    font-weight: 500;
	}


.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #23468c;
    background: #23468c;
    border-radius: 50%;
    min-height: 40px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */



/* .btn {
	font-size: .875rem;
} */
/* .border-bottom {
    border-bottom: 1px solid #1967d2!important;
} */

/* Bootstrap 5 */



p {
    font-size: 1rem;
}
ul {
    list-style-type: disc;
    margin-bottom:20px;
    margin-left:20px;
}
ul.num {
    list-style-type:decimal ;
    margin-bottom:20px;
    margin-left:20px;
}
ul li{
    font-size: 1rem;
    font-weight: 500;
}
.main-heading {
    margin-bottom:12px;
}
.resume-heading {
    margin-bottom:12px;
    font-size: 1.4rem;
}
a {
    text-decoration: none;
    color: #202124!important;
    line-height: normal;
}


label {
    font-size: 0.9rem;
    margin: 0;
    color:#000;
}
.form-group {
    margin-bottom: 15px;
}
/* .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    transition: all .2s ease-in-out;
} */
.btn-100 {
    width:100%;
}


.border-login {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(255,249,34), rgba(255,0,128), rgba(56,2,155,0));
    border-image-slice: 1;
    display: table;
    margin: 0 auto 15px auto;
    width: 117px;
}
.rounded-12 {
    border-radius: 12px;
}
.nav-link {
    color: #fff!important;
    /* font-family: Poppins,sans-serif; */
}
.social-signup {
    text-align: right;
    margin: -25px 0 0 0;
    position: relative;
    font-size: 16px;
}
.label-text {
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}


.input-group-text {
    line-height: 1.9;
    border-radius: 0;
}
.mini-profile-img-dashboard img {
    width: 119px;
    height: 119px;
    object-fit: contain;
    padding: 0;
    box-shadow: 0 0.1rem 0.1rem rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.jobseeker-rate {
    float: right;
    position: absolute;
    top: 20px;
    right: 0px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 20px;
    max-width: 215px;
}
/* .card-widget {
    background: #fff;
    box-shadow: 0 0.1rem 0.1rem rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 0.7em 1rem;
}
.card-jobseeker {
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
}
.card-header-custom {
    border-width: 0px;
    background-color: #fff;
    border-color: #fff;
    /* padding-top: 20px; */
    padding-left: 10px;
    padding-right: 25px;
    /* border-radius: 12px!important; */
} */

/* Resume Steps */
/* Global CSS, you probably don't need that */

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.pull-right {
	float: right;
}

.step a, a:active {
	color: #0d172c!important;
	text-decoration: none;
}

.step a:hover {
	color: #999!important;
}




.resume-name {
    position: relative;
    float: right;
    margin-top: -40px;
}

.card-body-new {
    padding:0!important;
}

.mb-12 {
    margin-bottom: 12px;
}
.btn-font {
    font-size: 16px;
}



.mini-profile-img img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px;
}
.mini-profile-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100px !important;
}
.list-hover:hover {
    background-color: #e6ecf4;
}

a.list-group-item-primary {
    color: #000!important;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgb(247 247 247) 0%, rgb(231 231 231) 100%);
    border: 1px solid #e9e9e9;
}
.list-group-item-action {
    width: auto;
}
.danger-bg {
    color: #842029;
    background: #f8d7da;
    border-color: #f5c2c7;
    border-radius: 5px;
    padding:10px 25px;
}
.required {
    border-left: 2px solid #fb6c23;
}
.form-check2 {
        padding-left: 0.5em;
        padding-right: 1em;
}

.forum-icon-bg {
    border-radius: 3px;
    font-size: 20px!important;
    color: #0c5460;
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
}
.video-img {
    width:400px;

}
img.logo-dashboard {
    width: 130px!important;
    height: 130px!important;
    object-fit: fill;
}
.border-bottom-0 {
    border-bottom: 0px!important;
}
 .box_job_type {
    border-radius: 3px;
    width: 16px;
    height: 16px;
    float: left;
	margin: 4px 0 0 0;
}


.text-muted {
    overflow-wrap: anywhere;
        color: #4a5568;
}
.text-muted a {
    color: #686781!important;
}
.text-muted a:hover {
    color: #0858d0!important;
	
}

.form-home {
	border-color: #fff;
    border-radius: 5px!important;
    min-height: 44px;
}
/* Featured Job Row */

.featured-job-tag {
    background: #d9eeff;
    border: 1px solid #d9eeff;
  }

.footer {
	margin-top:32px;
}

.advance-link:hover, .nav-link:hover {
    color:#fff!important;
    text-decoration: underline;
}

.nav-item .nav-link-custom {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #fff!important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.nav-link-custom {
    margin-left: 15px;
}
/*.footer-logo, .navbar-brand>img {
    filter: brightness(0) invert(1);
}*/


  @media only screen and (max-width: 900px) {
    .slider-bg-theme1 {
        padding: 25px 0 20px 0;
    }
} 

@media only screen and (max-width: 321px) {
    h1.home-heading {
        font-size:30px!important;
      }
}




@media screen and (max-width: 479px) {
	.nav-link {
		color: #000!important;
	 }
}



@media screen and (max-width: 479px) {
.m-font-size1 {
	font-size: 22px!important;
	    margin: 0!important;
}
}

@media screen and (max-width: 479px) {
.mpt-20 {
padding-top: 0px!important;
}
}
@media screen and (max-width: 479px) {
.mmt-0 {
    margin-top: 0px!important;
}
}

@media screen and (max-width: 479px) {
.mmt-15 {
    margin-top: 15px!important;
}
}

.mf-size26 {
	        font-size: 42px !important;
}



/* ============================================================
   ALHRP HOMEPAGE SECTIONS — BRAND: #010563 / #080E8D / #FF3200
   ============================================================ */

/* Shared typography tokens */
.alhrp-section-label {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #080E8D;
    background: rgba(8,14,141,0.08);
    border-radius: 50px;
    padding: 4px 14px;
    margin-bottom: 14px;
}
.alhrp-section-label--light {
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.12);
}
.alhrp-section-heading {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #010563;
    margin-bottom: 14px;
    line-height: 1.2;
}
.alhrp-section-heading--white {
    color: #fff;
}
.alhrp-section-body {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 24px;
}
.text-alhrp-accent { color: #FF3200; }

/* ============================================================
   SECTION 1: ABOUT THE PLATFORM
   ============================================================ */
.alhrp-about-section {
    background: #fff;
    padding: 90px 0;
    border-top: 1px solid #eee;
}

/* Stat row */
.alhrp-stat-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.alhrp-stat-card {
    flex: 1 1 140px;
    background: #f8f9ff;
    border: 1px solid #e8eaf6;
    border-radius: 16px;
    padding: 22px 18px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.alhrp-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(1,5,99,0.12);
}
.alhrp-stat-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px auto;
}
.alhrp-stat-icon--blue { background: rgba(8,14,141,0.1); color: #080E8D; }
.alhrp-stat-icon--red  { background: rgba(255,50,0,0.1);  color: #FF3200; }
.alhrp-stat-icon--gold { background: rgba(244,192,37,0.15); color: #c8960c; }
.alhrp-stat-number {
    font-size: 1.6rem;
    font-weight: 800;
    color: #010563;
    line-height: 1;
    margin-bottom: 6px;
}
.alhrp-stat-label {
    font-size: 0.8rem;
    color: #6b7280;
    font-weight: 500;
}

/* Vision/Mission/Values grid */
.alhrp-vm-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.alhrp-vm-card {
    background: #f8f9ff;
    border-radius: 16px;
    border-left: 4px solid #010563;
    padding: 22px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.alhrp-vm-card:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 16px rgba(1,5,99,0.1);
}
.alhrp-vm-vision  { border-left-color: #080E8D; }
.alhrp-vm-mission { border-left-color: #FF3200; }
.alhrp-vm-values  { border-left-color: #c8960c; }
.alhrp-vm-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.alhrp-vm-vision  .alhrp-vm-icon { background: rgba(8,14,141,0.1); color: #080E8D; }
.alhrp-vm-mission .alhrp-vm-icon { background: rgba(255,50,0,0.1);  color: #FF3200; }
.alhrp-vm-values  .alhrp-vm-icon { background: rgba(200,150,12,0.12); color: #c8960c; }
.alhrp-vm-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #010563;
    margin-bottom: 4px;
}
.alhrp-vm-card p {
    font-size: 0.9rem;
    color: #4a5568;
    margin: 0;
    line-height: 1.6;
}

/* ============================================================
   SECTION 2: WHAT MAKES US DIFFERENT
   ============================================================ */
.alhrp-difference-section {
    background: linear-gradient(135deg, #010563 0%, #080E8D 60%, #0a0a90 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}
.alhrp-diff-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.08;
}
.alhrp-diff-blob-1 {
    width: 500px;
    height: 500px;
    background: #fff;
    top: -150px;
    right: -120px;
    animation: blobPulse 8s ease-in-out infinite;
}
.alhrp-diff-blob-2 {
    width: 300px;
    height: 300px;
    background: #FF3200;
    bottom: -80px;
    left: -80px;
    opacity: 0.15;
    animation: blobPulse 10s ease-in-out infinite reverse;
}
@keyframes blobPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.12); }
}

.alhrp-diff-highlight { color: #f4c025; }

.alhrp-diff-card {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: background 0.25s ease, transform 0.25s ease;
    height: 100%;
}
.alhrp-diff-card:hover {
    background: rgba(255,255,255,0.13);
    transform: translateY(-4px);
    border-color: rgba(255,255,255,0.3);
}
.alhrp-diff-check {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #FF3200;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(255,50,0,0.4);
}
.alhrp-diff-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    line-height: 1.3;
}
.alhrp-diff-body {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
}

/* ============================================================
   SECTION 3: CORE USERS
   ============================================================ */
.alhrp-users-section {
    background: #f5f7fb;
    padding: 90px 0;
    border-top: 1px solid #eee;
}

.alhrp-user-card {
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.alhrp-user-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(1,5,99,0.12);
}
.alhrp-user-card--employer:hover { box-shadow: 0 20px 50px rgba(8,14,141,0.15); }
.alhrp-user-card--seeker:hover   { box-shadow: 0 20px 50px rgba(255,50,0,0.15); }
.alhrp-user-card--hr:hover        { box-shadow: 0 20px 50px rgba(200,150,12,0.15); }

.alhrp-user-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.alhrp-user-icon--navy { background: rgba(8,14,141,0.1);   color: #080E8D; }
.alhrp-user-icon--red  { background: rgba(255,50,0,0.1);   color: #FF3200; }
.alhrp-user-icon--gold { background: rgba(200,150,12,0.12); color: #c8960c; }

.alhrp-user-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #010563;
    margin-bottom: 12px;
}
.alhrp-user-body {
    font-size: 0.925rem;
    color: #6b7280;
    line-height: 1.7;
    flex-grow: 1;
    margin-bottom: 24px;
}
.alhrp-user-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    margin-top: auto;
}
.alhrp-user-btn--navy {
    background: #080E8D;
    color: #fff !important;
    border: 2px solid #080E8D;
}
.alhrp-user-btn--navy:hover {
    background: #010563;
    border-color: #010563;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(8,14,141,0.35);
}
.alhrp-user-btn--red {
    background: #FF3200;
    color: #fff !important;
    border: 2px solid #FF3200;
}
.alhrp-user-btn--red:hover {
    background: #d42900;
    border-color: #d42900;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255,50,0,0.35);
}
.alhrp-user-btn--gold {
    background: transparent;
    color: #c8960c !important;
    border: 2px solid #c8960c;
}
.alhrp-user-btn--gold:hover {
    background: #c8960c;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(200,150,12,0.3);
}

/* Contact bar */
.alhrp-contact-bar {
    background: linear-gradient(135deg, #010563, #080E8D);
    border-radius: 20px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 8px 30px rgba(1,5,99,0.25);
}
.alhrp-contact-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}
.alhrp-contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-left: auto;
}
.alhrp-contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none !important;
    font-size: 0.875rem;
    font-weight: 500;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    padding: 8px 16px;
    transition: background 0.2s ease, color 0.2s ease;
}
.alhrp-contact-item:hover {
    background: rgba(255,255,255,0.2);
    color: #fff !important;
    text-decoration: underline !important;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .alhrp-about-section,
    .alhrp-difference-section,
    .alhrp-users-section { padding: 60px 0; }
    .alhrp-stat-row { gap: 12px; }
    .alhrp-contact-bar { flex-direction: column; }
    .alhrp-contact-links { margin-left: 0; }
    .alhrp-contact-item { font-size: 0.8rem; }
}

/* Fix for VM grid overflow on smaller screens */
.alhrp-vm-grid { width: 100%; }
.alhrp-vm-card { min-height: 0; }

/* ============================================================
   SECTION: ABOUT HR LIBERIA JOBS
   ============================================================ */
.alhrp-about-hrlj-section {
    background: #f8f9ff;
    padding: 90px 0;
    border-top: 1px solid #e8eaf6;
}

/* Feature list */
.alhrp-features-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 8px;
}
.alhrp-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 20px;
    background: #fff;
    border-radius: 14px;
    border: 1px solid #e8eaf6;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.alhrp-feature-item:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 14px rgba(1,5,99,0.09);
}
.alhrp-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.alhrp-feature-icon--navy { background: rgba(8,14,141,0.1); color: #080E8D; }
.alhrp-feature-icon--red  { background: rgba(255,50,0,0.1);  color: #FF3200; }
.alhrp-feature-icon--gold { background: rgba(200,150,12,0.12); color: #c8960c; }
.alhrp-feature-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #010563;
    margin-bottom: 3px;
}
.alhrp-feature-body {
    font-size: 0.85rem;
    color: #6b7280;
    line-height: 1.5;
}

/* About visual card */
.alhrp-about-visual {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #e8eaf6;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(1,5,99,0.08);
}
.alhrp-about-visual-header {
    background: linear-gradient(135deg, #010563, #080E8D);
    padding: 28px 28px 24px 28px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.alhrp-about-logo-badge {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}
.alhrp-about-visual-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}
.alhrp-about-visual-sub {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.7);
    margin-top: 2px;
}
.alhrp-about-visual-body { padding: 28px; }
.alhrp-about-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}
.alhrp-about-stat {
    background: #f8f9ff;
    border-radius: 14px;
    padding: 18px 16px;
    border: 1px solid #e8eaf6;
    text-align: center;
}
.alhrp-about-stat-num {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 4px;
}
.alhrp-about-stat-lbl {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 500;
}
.alhrp-about-divider {
    height: 1px;
    background: #e8eaf6;
    margin-bottom: 20px;
}
.alhrp-about-quote {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.alhrp-about-quote p {
    font-size: 0.95rem;
    color: #374151;
    font-style: italic;
    line-height: 1.7;
    margin: 0;
}
.alhrp-about-quote-author {
    font-size: 0.82rem;
    font-weight: 700;
    color: #080E8D;
}

/* ============================================================
   SECTION: HR PROFESSIONAL PORTAL
   ============================================================ */
.alhrp-portal-section {
    background: linear-gradient(135deg, #010563 0%, #080E8D 55%, #010a80 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}
.alhrp-portal-bg-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.04) 0%, transparent 60%),
                      radial-gradient(circle at 80% 20%, rgba(255,50,0,0.08) 0%, transparent 50%);
    pointer-events: none;
}

/* Portal feature items */
.alhrp-portal-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 12px;
}
.alhrp-portal-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.alhrp-portal-feat-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    color: #f4c025;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s ease;
}
.alhrp-portal-feature:hover .alhrp-portal-feat-icon {
    background: rgba(255,255,255,0.18);
}
.alhrp-portal-feat-title {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}
.alhrp-portal-feat-body {
    font-size: 0.875rem;
    color: rgba(255,255,255,0.65);
    line-height: 1.6;
}

/* Portal access card */
.alhrp-portal-card {
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}
.alhrp-portal-card-header {
    background: rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.12);
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.alhrp-portal-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: #FF3200;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(255,50,0,0.4);
}
.alhrp-portal-card-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
}
.alhrp-portal-card-sub {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.6);
    margin-top: 2px;
}
.alhrp-portal-access-list {
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.alhrp-portal-access-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.75);
    padding: 8px 0;
}
.alhrp-portal-access-item--active {
    color: rgba(255,255,255,0.9);
}
.alhrp-portal-access-item--active svg {
    color: #4ade80;
    flex-shrink: 0;
}
.alhrp-portal-card-actions {
    padding: 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* Responsive for new sections */
@media (max-width: 991px) {
    .alhrp-about-hrlj-section,
    .alhrp-portal-section { padding: 60px 0; }
    .alhrp-portal-card { margin-top: 20px; }
}
@media (max-width: 768px) {
    .alhrp-about-stat-grid { grid-template-columns: 1fr 1fr; }
    .alhrp-portal-features { gap: 14px; }
}

/* ============================================================
   FOOTER BRANDING & COLORS
   ============================================================ */
.premium-gradient-bg {
    background: linear-gradient(135deg, #010563 0%, #080E8D 100%) !important;
}

.premium-gradient-bg,
.premium-gradient-bg div,
.premium-gradient-bg p,
.premium-gradient-bg span {
    color: rgba(255,255,255,0.8) !important;
}

.premium-gradient-bg a {
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.premium-gradient-bg a:hover {
    color: #f4c025 !important;
    text-decoration: underline;
}

.premium-gradient-bg .copyright a {
    color: #ffffff !important;
}

/* Spacing for job cards */
.lastest-jobs {
    margin-bottom: 1.5rem;
}

/* Load More Container & Button with Brand Colors */
.load-more-container-theme2 {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    width: 100%;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.load-more-btn-theme2 {
    background: linear-gradient(135deg, #080E8D 0%, #010563 100%);
    color: #ffffff !important;
    border: none;
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(1, 5, 99, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none !important;
}

.load-more-btn-theme2:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(1, 5, 99, 0.4);
    background: #010563;
    color: #ffffff !important;
}

.load-more-btn-theme2:disabled {
    background: #94a3b8;
    color: #fff !important;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.load-more-btn-theme2 .spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.no-more-jobs-theme2 {
    color: #64748b;
    font-size: 14px;
    padding: 1rem;
    font-weight: 500;
}

/* Consistent Section Spacing */
.bg-blue-50-home1,
.bg-blue-50-home2 {
    padding: 6em 0;
    background-color: #f8f9ff;
}
.bg-blue-50-home1 { background-color: #ffffff; } /* Alternating bg */

/* Newsletter Section UI Consistency Fixes */
.premium-gradient-bg .alertInput {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    height: 52px !important;
    padding: 0 25px !important;
    backdrop-filter: blur(5px);
    font-size: 15px;
}

.premium-gradient-bg .alertInput::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
    opacity: 1 !important;
}

.premium-gradient-bg .alertButton {
    background: #FF3200 !important; /* Secondary brand color */
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    height: 52px !important;
    padding: 0 35px !important;
    font-weight: 700 !important;
    margin-left: 15px !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 4px 15px rgba(255, 50, 0, 0.3) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    cursor: pointer !important;
}

.premium-gradient-bg .alertButton:hover {
    background: #d42900 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 50, 0, 0.45) !important;
}

.premium-gradient-bg .input-group {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
}

/* Mobile spacing for newsletter */
@media (max-width: 768px) {
    .premium-gradient-bg .input-group {
        flex-direction: column;
        gap: 15px;
    }
    .premium-gradient-bg .alertInput {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .premium-gradient-bg .alertButton {
        width: 100% !important;
        margin-left: 0 !important;
    }
}
