/* Reduce initial header height */
#header .header-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#header .header-container {
    min-height: 60px !important;
}

#header .header-row {
    min-height: 60px !important;
}
.heading-highlight {
    border-bottom: 1px solid transparent;
    background-image: linear-gradient(to right, #0473EA, #3FA0FF);
    background-size: 100% 2px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 2px;
}
/* --------------------------------------------- */
/* Custom Content Styling for Admin HTML Output */
/* --------------------------------------------- */

/* Wrapper */
.custom-content {
    font-family: 'Open Sans', sans-serif;
}

/* Paragraphs */
.custom-content p.custom-paragraph {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;       /* body text color */
    margin-bottom: 1rem;
    font-weight: 400;
}

/* Lists with Font Awesome bullets */
.custom-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.custom-content ul li {
    position: relative;
    padding-left: 2rem; /* space for FA icon */
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

/* Font Awesome 6 bullets */
.custom-content ul li::before {
    content: "\f00c"; /* check icon */
    font-family: "Font Awesome 6 Free"; /* solid FA 6 */
    font-weight: 900; /* solid style */
    position: absolute;
    left: 0;
    top: 0;
    color: #0473EA; /* primary color */
    font-size: 1rem;
    line-height: 1.6;
}

.service-img {
    width: 130px;
    height: 130px;
    object-fit: contain;
    padding: 15px;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.service-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.header-btn {
    margin-left: 10px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
}

.header-btn.active {
    background-color: #2e2e2e !important; /* active page */
    border-color: #2e2e2e !important;
}

.header-btn:hover {
    transform: translateY(-2px);
}.menu-jobs-btn {
    color: var(--secondary) !important;   /* main highlight color */
    font-weight: 600;
}

.menu-jobs-btn:hover {
    color: #ff8533 !important;   /* lighter on hover */
}

.menu-jobs-btn.active {
    color: #cc5200 !important;   /* darker when active */
}



.job-meta {
    margin-bottom: 4px;
    line-height: 1.3;
}
.job-meta strong {
    color: #333; /* optional: label color */
}
.job-left h5 {
    margin-top: 10px;
    margin-bottom: 4px;
}
.job-right .company-logo {
    width: 100%;
    max-width: 200px;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 5px;
    margin-bottom: 10px;
}
.job-right .employer-name {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}
.job-right .btn-apply {
    width: 100%;
}
.accordion-toggle:not(.collapsed) {
    font-weight: bold;
}


/* Desktop: vertical divider */
@media (min-width: 768px) {
  .job-right {
    border-left: 1px solid #eaeaea;
    padding-left: 20px;
  }
}

/* Desktop: vertical divider */
@media (min-width: 768px) {
  .job-right {
    border-left: 1px solid #eaeaea;
    padding-left: 20px;
  }

  .job-left {
    padding-right: 20px;
  }
}

/* Mobile: horizontal divider */
@media (max-width: 767px) {
  .job-right {
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
    padding-top: 20px;
  }
}