@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/GOTHIC.woff') format('woff');
}
@font-face {
  font-family: 'Century Gothic';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url('../fonts/GOTHICB.woff') format('woff');
}
@font-face {
  font-family: 'Century Gothic';
  font-style: italic;
  font-weight: bold;
  font-display: swap;
  src: url('../fonts/GOTHICBI.woff') format('woff');
}
@font-face {
  font-family: 'Century Gothic';
  font-style: italic;
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/GOTHICI.woff') format('woff');
}
body {
    font-family: 'Century Gothic', sans-serif;
    color: #555;
    font-size: 16px;
}
a {
    text-decoration: none;
}
.profile-btn .dropdown-menu {
  min-width: 250px;
  font-size: .8rem;
}
.profile-btn .dropdown-menu li > a:hover {
  background-color: #f8f9fa;
}
section.page > .box {
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}
section.page > .box h4,
section.page > .box .form-label {
    font-weight: bold;
    color: #333;
}
.modal-body .form-label {
    font-weight: bold;
    color: #333;
}

.hero {
    background: #eaf2fd url('../landing/img/hero-bg.jpg') center center;
    background-size: 100%;
    padding: 6rem 0;
    min-height: 400px;
    overflow: hidden;
    position: relative;
}
.hero h2 {
    font-weight: normal;
}
.hero .search-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    padding: 1.5rem;
}
.job-section {
    border-bottom: 1px solid #ddd;
}
.job-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: 0.3s;
}
.job-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.job-card .job-tag {
    background-color: #e0f0fe;
    color: #444;
    font-weight: normal;
}
footer {
    padding: 2rem 0;
    font-size: 0.9rem;
}

.social-links a {
  font-size: 18px;
  display: inline-block;
  background: #c9e1ff;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 25px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #accefa;
  color: #fff;
  text-decoration: none;
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
  border-color: #7367f0 !important;
}


.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(115, 103, 240, 0.16) !important;
  color: #7367f0 !important;
}

.select2-container {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
}
