/*
Theme Name: WPNOVA – Job Board WordPress Theme
Theme URI: https://example.com/wpnova
Author: Your Company
Author URI: https://example.com
Description: A job board WordPress theme designed to work with WPNOVA Plugin or WP Job Manager. Starter theme scaffold.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: wpnova
Tags: job-board, responsive, bootstrap
*/
body { margin:0; padding:0;font-size: 1.1em!important; }
.site-header { padding:20px; display:flex; justify-content:space-between; align-items:center; }
.site-branding img { max-height:60px; }
#hero { padding:0px 0px!important; text-align:center; }
.container { max-width:1120px; margin:0 auto; padding:0 15px; }
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1120px!important;
    }
}
.section { padding:80px 0!important; }
#featured_companies { padding: 0px 0!important; }
.footer-widgets { display:flex; gap:20px; flex-wrap:wrap; }
.footer-widgets ul {list-style-type: none;padding:0; margin:0;}
.footer-widgets .widget { flex:1 1 200px; }
.site-footer h4 { font-size:2rem!important; }
.testimonial-carousel { display:flex; gap:15px; overflow:hidden; }
.wp-block-pages-list__item a, .wp-block-latest-posts__list li a {
    line-height: 30px;
    font-size: 16px;
 }
 label {
    margin-bottom: 8px;
 }
 .nav-link, .menu-item a:nth-child(1) {
    color:#fff!important;
 }
 #menu-item-733 {margin-right:35px;}
 #menu-menu-1 { align-items: center;}
 .jobboard-dropdown-menu {margin-right:40px;}

/* Basic responsive */
@media (max-width:768px) {
  .footer-widgets { flex-direction:column; }
  .site-header { flex-direction:column; gap:10px; align-items:flex-start; }
}
.jobboard-latest-jobs__list, .jobboard-featured-jobs__list, .jobboard-job-categories__list { list-style:none; padding:0; margin:0; }
.widget { padding: 0; }
.widget .widget-title { font-size: 1rem; font-weight: 600; margin-bottom: .5rem; }
.card .card-body .list-unstyled a { color: #0d6efd; text-decoration: none; }
.card .card-body .list-unstyled a:hover { text-decoration: underline; }
#blog .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#blog .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#blog .card-body .card-text {
    flex-grow: 1;
}

#blog .card-body .btn {
    margin-top: auto;
}

a { text-decoration: none!important; }
a:hover { text-decoration: underline!important; }
.section-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.section-subtext {
    font-size: 1.125rem;
}

/* ============================================
   WordPress Comment Form – Clean Modern Styling
   ============================================ */

/* Comment section wrapper */
.comment-respond {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    margin-top: 40px;
}

/* Heading */
.comment-respond .comment-reply-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Labels */
.comment-respond label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

/* Textarea + input fields */
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
    line-height: 1.4;
    transition: border-color .2s ease, box-shadow .2s ease;
}

/* Focus state */
.comment-respond input[type="text"]:focus,
.comment-respond input[type="email"]:focus,
.comment-respond input[type="url"]:focus,
.comment-respond textarea:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,.2);
    outline: none;
}

/* Textarea height */
.comment-respond textarea {
    min-height: 150px;
    resize: vertical;
}

/* Submit button */
.comment-respond input[type="submit"],
.comment-respond .submit {
    background: #0d6efd;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s ease;
}

.comment-respond input[type="submit"]:hover,
.comment-respond .submit:hover {
    background: #0a58ca;
}

/* Small checkbox under form (Save my name...) */
.comment-form-cookies-consent {
    margin-top: 12px;
    font-size: 14px;
}
.comment-form-cookies-consent input {
    margin-right: 6px;
}

/* Comment list (if comments appear after approval) */
.comment-list .comment {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.comment-list .comment .comment-meta {
    margin-bottom: 10px;
    font-size: 14px;
    color: #777;
}
.comment-list .comment .comment-author {
    font-weight: 600;
}
.comment-list .comment .comment-content {
    margin-top: 8px;
}

/* Replies indent */
.comment-list .children {
    margin-left: 40px;
    margin-top: 20px;
    border-left: 2px solid #e8e8e8;
    padding-left: 20px;
}

/* Mobile adjustments */
@media (max-width: 576px) {
    .comment-respond {
        padding: 20px;
    }
    .comment-respond .comment-reply-title {
        font-size: 1.25rem;
    }
}

/* Customizer sortable UI look */
.wpnova-order-wrapper {
    margin-top: 10px;
}
.wpnova-order-list {
    padding: 0;
}
.wpnova-order-item {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 8px 10px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.wpnova-order-handle {
    font-size: 16px;
    color: #666;
}
.wpnova-order-label {
    font-weight: 600;
}
.wpnova-order-badge {
    opacity: .75;
    font-size: 11px;
    padding: .35rem .5rem;
}
.wpnova-sortable-placeholder {
    background: #f8f9fa;
    border: 1px dashed #ddd;
    height: 44px;
    margin-bottom: 8px;
}

/* Hero background wrappers */
.hero-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* The container holding the video (positioned behind content) */
.hero-video-wrap,
.hero-bg-image {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* background image */
.hero-bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* video element */
.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

/* a semi-transparent overlay for readability */
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* content sits above background */
.hero-inner {
  position: relative;
  z-index: 2;
  padding: 6rem 0; /* adjust to your layout */
}








