/* ========================================
   Section Styles
   Project: DJjobs.uk
======================================== */

/* Page section styles (hero, listing blocks, CTA bands, footer sections, etc.) */


/*----------------------------------------*/
/* DJ PROFILE */
/*----------------------------------------*/

.dj-profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1rem;
}

.dj-profile-meta-item {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  white-space: nowrap;
  line-height: 1.2;
  color: var(--dj-color-text-body);
}

.dj-profile-meta-item > i[class^="fi-"],
.dj-profile-meta-item > i[class*=" fi-"] {
  display: inline-block;
  line-height: 1;
  transform: translateY(1px);
  color: var(--dj-color-gray-tertiary);
}

.dj-profile-image-wrap {
  margin: 0;
}

.dj-profile-image {
   width: 100%;
   object-fit: cover;
   border-radius: 8px;
}

.dj-profile-content h2 {
   font-size: 20px;
   margin-bottom: 26px;
   margin-top: 0;
}

.dj-profile-content p {
  margin-bottom: 20px;
}

.dj-profile-content p:last-child {
  margin-bottom: 0;
}

.about-dj-section, .book-for-section, .music-genres-section, .dj-mixes-section, .dj-faqs-section {
  margin: 0;
  padding: 0;
}

.about-dj-section .about-dj-text {
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.about-dj-section .about-dj-text.is-collapsed {
  position: relative;
}

.about-dj-section .about-dj-text.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  background: linear-gradient(
    180deg,
    rgba(251, 251, 251, 0) 0%,
    var(--dj-color-page-bg-primary) 100%
  );
  pointer-events: none;
}

.about-dj-section .about-dj-text.is-collapsed + .about-dj-toggle {
  margin-top: 20px;
}

.about-dj-section .about-dj-toggle {
  margin: 0;
  color: var(--dj-color-black-secondary);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
}

.about-dj-section .about-dj-toggle[aria-expanded="true"] {
  margin-top: 20px;
}

.about-dj-section .about-dj-toggle:hover {
  color: var(--dj-color-orange-primary);
}

@media (max-width: 991.98px) {
  .about-dj-section .about-dj-text.is-collapsed + .about-dj-toggle {
    margin-top: 20px;
  }
}

.book-for-section ul, .music-genres-section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin: 0;
} 

.book-for-section ul li, .music-genres-section ul li {
  padding: 8px 20px;
  border: 1px solid #EEE;
  background: var(--dj-color-white);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.02);
  border-radius: 18px;
  font-size: 15px;
  font-weight: 400;
}

.book-for-section ul li:hover, .music-genres-section ul li:hover {
  border: 1px solid #EEE;
  background: var(--dj-color-orange-primary);
  color: var(--dj-color-white);
}


.dj-mixes-section {
  gap: 10px;
}


.dj-profile-side-content-wrap {
  margin: 0;
}

.dj-profile-side-content {
   padding: 24px;
   border-radius: 16px;
   border: 1px solid #EEE;
   background: var(--dj-color-white);
   box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.dj-contact-input input, .dj-contact-input select, .dj-contact-input textarea {
   height: 48px;
   border-radius: 8px;
   border-color: #DDD;
   background: var(--dj-color-white);
}

.dj-contact-input input, .dj-contact-input select {
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}

.dj-contact-input select {
  width: 100%;
  outline: none;
  font-size: 16px;
  padding: 0 42px 0 26px;
  color: var(--dj-color-black-primary);
  border: 1px solid #DDD;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23808080' d='M1.41.59 6 5.17 10.59.59 12 2l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
}

.dj-contact-input select:invalid {
  color: var(--dj-color-gray-tertiary);
}

.dj-contact-input select option {
  color: var(--dj-color-black-primary);
}

.dj-contact-input select option[data-picked="true"] {
  font-weight: 600;
}

.dj-contact-input select:focus {
  border-color: var(--dj-color-orange-primary);
  box-shadow: none;
}

.dj-profile-side-content ul {
   margin: 0;
   padding: 0;
}

.dj-profile-side-content ul li {
   gap: 8px;
   font-size: 16px;
   display: flex;
   align-items: center;
   list-style: none;
}

.dj-profile-side-content ul li:not(:last-of-type) {
margin-bottom: 10px;
}

.dj-profile-side-content .dj-check-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 52% 48% 55% 45% / 48% 53% 47% 52%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #34c759;
  transform: rotate(-8deg);
}

.dj-profile-side-content .dj-check-icon i {
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  transform: rotate(8deg);
}

.dj-profile-side-content .dj-check-text {
  transform: translateY(-0.5px);
}


/*----------------------------------------*/
/* JOB DETAILS */
/*----------------------------------------*/

.job-breadcrumb {
    /* 
  background-color: var(--section-bg-six);
    */
  padding: 20px 0;  
}


/* Rounded CTAs */

.job-header {
  /* 
  background-color: var(--section-bg-eight);
  */
}

.job-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  background-color: var(--dj-cta-orange);
    /*
  background-color: var(--dj-color-red);
  */
  border-radius: 24px;
  overflow: hidden;
  padding: 56px 52px;
  color: var(--dj-color-white);
}

.job-title.job-title-dark {
  background-color: rgb(25, 24, 24);
}

.job-title h1 {
  color: var(--dj-color-white);
  font-size: 40px;
}

.job-title p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}

@media (max-width: 575.98px) {

  .job-title {
    padding: 44px 22px;
  }

  .job-title h1 {
    font-size: 34px;
  }
}


/* V1 DELETE IF NOT USED  */

.job-listing-title {
  padding: 50px 0 50px;
  background-color: var(--section-bg-one);
}

.job-listing-title h1 {
  font-size: 42px;
}


.job-listing-content {
  background-color: var(--section-bg-six);
}

.job-listing-content h2 {
   font-size: 20px;
   margin-bottom: 26px;
   margin-top: 0;
}

.job-listing-content p {
  margin-bottom: 20px;
}

.job-listing-content p:last-child {
  margin-bottom: 0;
}
