@charset "UTF-8";
.heading-content {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #121212;
}
.heading-content .box {
  width: 100%;
  margin: 0 auto;
  max-width: 815px;
  padding: 48px 20px;
}
@media (max-width: 768px) {
  .heading-content .box {
    padding: 44px 16px;
  }
}
.heading-content .space1 {
  padding: 40px 48px;
}
@media (max-width: 768px) {
  .heading-content .space1 {
    padding: 24px 20px;
  }
}
@media (max-width: 480px) {
  .heading-content .space1 {
    padding: 20px 16px;
  }
}
.heading-content .space2 {
  padding: 40px 0px;
}
@media (max-width: 768px) {
  .heading-content .space2 {
    padding: 24px 0px;
  }
}
@media (max-width: 480px) {
  .heading-content .space2 {
    padding: 20px 0px;
  }
}
.heading-content .text1 {
  font-size: 56px;
  line-height: 60px;
  color: white;
}
.heading-content .text2 {
  font-size: 20px;
  line-height: 28px;
  color: #a6a6a6;
}
.heading-content .text3 {
  font-size: 60px;
  line-height: 141.6%;
  color: #ffffff;
}
.heading-content .center-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .heading-content .text1 {
    font-size: 42px;
    line-height: 48px;
  }
  .heading-content .text2 {
    font-size: 16px;
    line-height: 24px;
  }
  .heading-content .text3 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .heading-content .text1 {
    font-size: 36px;
    line-height: 42px;
  }
  .heading-content .text2 {
    font-size: 14px;
    line-height: 22px;
  }
  .heading-content .text3 {
    font-size: 36px;
  }
}

.content-bg {
  background-color: #121212;
}

.page-content .box {
  width: 100%;
  margin: 0 auto;
  max-width: 815px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .page-content .box {
    padding: 0 16px;
  }
}
.page-content .direct-content-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 480px) {
  .page-content .direct-content-column {
    gap: 16px;
  }
}
.page-content .center-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.page-content .box1 {
  padding: 40px 48px;
}
.page-content .text0 {
  font-size: 48px;
  line-height: 48px;
  color: white;
}
.page-content .text1 {
  font-size: 22px;
  line-height: 30px;
  color: #fafafa;
}
@media (max-width: 768px) {
  .page-content .text1 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .page-content .text1 {
    font-size: 14px;
    line-height: 20px;
  }
}
.page-content .text2 {
  font-size: 18px;
  line-height: 29.3px;
  color: #a6a6a6;
}
@media (max-width: 768px) {
  .page-content .text2 {
    font-size: 16px;
    line-height: 26px;
  }
}
.page-content .text3 {
  font-size: 20px;
  line-height: 28px;
  color: #fafafa;
}
@media (max-width: 768px) {
  .page-content .text3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.page-content .text4 {
  font-size: 16px;
  line-height: 24px;
  color: #a6a6a6;
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .page-content .text4 {
    font-size: 14px;
    line-height: 22px;
  }
}
.page-content .text5 {
  font-size: 24px;
  color: #fafafa;
}
@media (max-width: 768px) {
  .page-content .text5 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .page-content .text5 {
    font-size: 18px;
  }
}
.page-content .text6 {
  font-size: 14px;
  color: #a6a6a6;
}
.page-content .box-item {
  padding: 24px 25px;
  border-radius: 8px;
  border: 1px solid #333333;
  background-color: #1a1a1a;
}
@media (max-width: 768px) {
  .page-content .box-item {
    padding: 20px 16px;
  }
}
.page-content .box-item1 {
  padding: 24px 25px;
  border-radius: 8px;
  border: 1px solid #1a1a1a;
  background-color: #333333;
}
@media (max-width: 768px) {
  .page-content .box-item1 {
    padding: 20px 16px;
  }
}
.page-content .item1 {
  display: flex;
  gap: 16px;
}
@media (max-width: 480px) {
  .page-content .item1 {
    gap: 12px;
  }
}
.page-content .group1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 2fr));
  grid-template-rows: repeat(auto-fit, minmax(133px, 1fr));
  gap: 32px;
}
@media (max-width: 768px) {
  .page-content .group1 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .page-content .group1 {
    gap: 16px;
  }
}
.page-content .group2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 2fr));
  grid-template-rows: repeat(auto-fit, minmax(133px, 1fr));
  gap: 32px;
}
@media (max-width: 768px) {
  .page-content .group2 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .page-content .group2 {
    gap: 16px;
  }
}
.page-content .red-block {
  width: 48px;
  min-width: 48px;
  height: 48px;
  background-color: #dc2828;
  padding: 10px 19px;
  border-radius: 6px;
}
.page-content .red-block .text5 {
  font-size: 18px;
  line-height: 28px;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 480px) {
  .page-content .red-block {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 8px 16px;
  }
  .page-content .red-block .text5 {
    font-size: 16px;
    line-height: 24px;
  }
}
.page-content .red-button {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  background-color: #dc2828;
  padding: 12px 32px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  line-height: 24px;
  color: #fafafa;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.page-content .red-button:hover {
  background-color: #b91c1c;
}
@media (max-width: 768px) {
  .page-content .red-button {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .page-content .red-button {
    height: 44px;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 24px;
  }
}
.page-content .red-button-outline {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  border: 1px solid #dc2828;
  padding: 12px 32px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 24px;
  color: #dc2828;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.page-content .red-button-outline:hover {
  background-color: #b91c1c;
  color: #fafafa;
}
@media (max-width: 768px) {
  .page-content .red-button-outline {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .page-content .red-button-outline {
    height: 44px;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 24px;
  }
}
.page-content .btn-send {
  width: 100% !important;
  background-color: #dc3545 !important;
  color: #fff !important;
  padding: 14px 20px !important;
  font-size: 16px !important;
  border: none !important;
  border-radius: 10px !important;
  transition: 0.3s ease !important;
  display: block !important;
}
.page-content .btn-send:hover {
  background-color: #bb2d3b !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 14px rgba(220, 53, 69, 0.3) !important;
}
.page-content .red-bullet-point {
  list-style-type: disc !important;
}
.page-content .red-bullet-point::marker {
  color: #dc2828 !important;
}

.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  width: 100%;
}

.info-card {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  min-height: 369px;
}
@media (max-width: 768px) {
  .info-card {
    padding: 24px;
    min-height: 350px;
  }
}
@media (max-width: 480px) {
  .info-card {
    padding: 20px;
    max-width: 100%;
  }
}

.icon-circle {
  background: #dc2828;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-shrink: 0;
  color: #fafafa;
  font-size: 24px;
}
@media (max-width: 768px) {
  .icon-circle {
    width: 56px;
    height: 56px;
    margin-bottom: 20px;
  }
  .icon-circle i {
    font-size: 22px;
  }
}

.btn-primary-red {
  background: #dc2828;
  color: #fafafa;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  padding: 0 32px;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-primary-red:hover {
  background: #b91c1c;
  color: #fafafa;
  text-decoration: none;
}
.btn-primary-red:active {
  background: #991b1b;
}
@media (max-width: 768px) {
  .btn-primary-red {
    height: 44px;
    line-height: 44px;
    font-size: 15px;
    padding: 0 28px;
  }
}
@media (max-width: 480px) {
  .btn-primary-red {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
    width: 100%;
  }
}

.btn-secondary-red {
  background: transparent;
  color: #dc2828;
  height: 48px;
  line-height: 46px;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #dc2828;
  font-size: 16px;
  padding: 0 32px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  font-weight: 500;
}
.btn-secondary-red:hover {
  background: rgba(220, 40, 40, 0.1);
  color: #dc2828;
  text-decoration: none;
}
@media (max-width: 768px) {
  .btn-secondary-red {
    height: 44px;
    line-height: 42px;
    font-size: 15px;
    padding: 0 28px;
  }
}
@media (max-width: 480px) {
  .btn-secondary-red {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 24px;
  }
}

.text-link {
  color: #dc2828;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}
.text-link:hover {
  color: #b91c1c;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .text-link {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .text-link {
    font-size: 14px;
  }
}

.text-muted-light {
  color: #a6a6a6;
  font-size: 16px;
}
@media (max-width: 768px) {
  .text-muted-light {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .text-muted-light {
    font-size: 14px;
  }
}

.section-dark {
  background: #121212;
  min-height: 100vh;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .section-dark {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .section-dark {
    padding-bottom: 40px;
  }
}

.spacing-top-lg {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .spacing-top-lg {
    margin-top: 36px;
  }
}
@media (max-width: 480px) {
  .spacing-top-lg {
    margin-top: 24px;
  }
}

.spacing-top-md {
  margin-top: 32px;
}
@media (max-width: 768px) {
  .spacing-top-md {
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .spacing-top-md {
    margin-top: 16px;
  }
}

.spacing-top-sm {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .spacing-top-sm {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .spacing-top-sm {
    margin-top: 16px;
  }
}

/* Filter Card */
.filter-card {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 24px;
  color: #fff;
}

.filter-group {
  margin-bottom: 18px;
}

.filter-label {
  font-size: 14px;
  color: #fafafa;
  margin-bottom: 6px;
  display: block;
}

.filter-input {
  width: 100%;
  height: 45px;
  background: #262626;
  border: 1px solid #333;
  border-radius: 8px;
  color: #999;
  padding: 0 12px;
}

/* Select2 Dark Theme Customization */
.searchable-select + .select2-container--default .select2-selection--single {
  background-color: #262626 !important;
  border: 1px solid #333 !important;
  border-radius: 8px !important;
  height: 45px !important;
  display: flex !important;
  align-items: center !important;
}

.searchable-select + .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #999 !important;
  padding-left: 12px !important;
  line-height: normal !important;
}

.searchable-select + .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px !important;
  top: 1px !important;
}

.searchable-select + .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999 !important;
}

.select2-dropdown {
  background-color: #1a1a1a !important;
  border: 1px solid #333 !important;
  color: #fff !important;
  z-index: 1051 !important;
}

.select2-container--default .select2-search--dropdown {
  padding: 8px !important;
  background-color: #1a1a1a !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background-color: #262626 !important;
  border: 1px solid #444 !important;
  color: #fff !important;
  border-radius: 4px !important;
  padding: 6px 10px !important;
}

.select2-container--default .select2-results__option {
  color: #999 !important;
  padding: 8px 12px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #dc2828 !important;
  color: #fff !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #333 !important;
  color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #333 !important;
  color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  color: #999 !important;
  margin-right: 12px !important;
  font-size: 18px !important;
}

.filter-submit-btn {
  width: 100%;
  height: 48px;
  background: #dc2828;
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}

/* Job Card */
.page-job-card {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  position: relative;
}

.page-job-card.featured {
  border: 2px solid #dc2828;
}

.job-accent {
  width: 6px;
  min-height: 48px;
  background: #dc2828;
  border-radius: 4px;
  margin-right: 16px !important;
  flex-shrink: 0;
  align-self: stretch;
}

.job-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
  gap: 8px;
}

.job-meta {
  display: flex;
  text-align: right;
  flex-direction: column;
  align-self: stretch;
  flex-shrink: 0;
  margin-left: 5px;
}

.filter-radio-group {
  display: flex;
  gap: 12px;
}

.filter-radio {
  display: flex;
  align-items: center;
  gap: 6px;
}

.filter-image {
  height: 192px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgba(236, 72, 153, 0.2) 0%, rgba(168, 85, 247, 0.2) 100%);
}

/* Render Quill data-list attributes as proper ordered/bullet lists */
.ql-content ol {
  list-style: none;
  padding-left: 1.5em;
  margin: 0.5em 0;
}

.ql-content ol li[data-list=ordered] {
  list-style-type: decimal;
  display: list-item;
  margin-left: 1.5em;
}

.ql-content ol li[data-list=bullet] {
  list-style-type: disc;
  display: list-item;
  margin-left: 1.5em;
}

.ql-content ol li[data-list=ordered] .ql-ui,
.ql-content ol li[data-list=bullet] .ql-ui {
  display: none;
}

.ql-content ul {
  list-style: none;
  padding-left: 1.5em;
  margin: 0.5em 0;
}

.ql-content ul li[data-list=bullet] {
  list-style-type: disc;
  display: list-item;
  margin-left: 1.5em;
}

.ql-content ul li[data-list=ordered] {
  list-style-type: decimal;
  display: list-item;
  margin-left: 1.5em;
}

.ql-content ul li .ql-ui,
.ql-content ul li .ql-ui {
  display: none;
}

.ql-content p {
  margin: 0.4em 0;
}

/* Red bullet/number markers for Quill content */
.ql-content li[data-list]::marker {
  color: #dc2828;
}

/* Requirements skill list bullets — match Quill bullet style */
.red-bullet-point {
  list-style-type: disc;
  display: list-item;
  margin-left: 22px;
}
