:root {
  --primary-colour: #df6f1d;
  --black: #101010;
  --white: #f6f6f6;
  --on-primary: var(--black);
  --border-radius: 4px;
  --holland-colors--green: #59a83d;
  --grey-1: #202020;
  --holland-colors--red: #de4444;
  --holland-colors--blue: #446fde;
  --holland-colors--yellow: #edc020;
  --holland-colors--orange: #ec8a30;
  --holland-colors--purple: #8c50ee;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* original... .w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
} */
  
  .w-embed-youtubevideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .w-embed-youtubevideo {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
}

.navigation {
  border-bottom: 1px solid var(--primary-colour);
  background-color: var(--black);
  height: 80px;
  display: flex;
}

.hero_section {
  color: var(--white);
  background-color: #414141;
  background-image: linear-gradient(90deg, #000c 38%, #0000), linear-gradient(#00000040, #00000040), url('/images/cluster1.webp');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

 

.container {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}

.hero_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.cta_wrapper {
  justify-content: space-between;
  display: flex;
}

.hero_content_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--primary-colour);
  color: var(--on-primary);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: 12px 18px 12px 16px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.button:hover {
  background-image: linear-gradient(#fff3, #fff3);
}

.button.secondary-light {
  background-color: var(--white);
  color: var(--black);
}

.button.secondary-light:hover {
  background-color: var(--primary-colour);
}

.button.no-icon {
  padding-right: 16px;
}

.container_wide {
  flex: none;
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.utilities {
  display: block;
}

.utilities_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.utility_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.box-shadow {
  box-shadow: 0 1.8px 5.8px #00000003, 0 3.9px 11.7px #00000005, 0 6.7px 18px #00000005, 0 11.5px 25.3px #00000008, 0 22.6px 35.9px #0000000a;
}

.hero_header_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.hero_subheading {
  font-size: 1.5rem;
}

.button_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.hero_mini-sub-heading {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.hero_overview-heading {
  font-size: 1.5rem;
  font-weight: 700;
}

.hero_overview-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.hero_overview {
  max-width: 60%;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
   
}

.nav_wrap {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: .875rem;
  padding-bottom: .875rem;
  display: flex;
}

.data_section {
  background-color: var(--primary-colour);
}


.data_section .footnote {
  grid-column: 1 / -1; /* Span across all columns */
  font-size: 0.71em; /* Smaller font size for a footnote look */
  color: #141414; /* Lighter color for less emphasis */
  margin-top: 1px; /* Space between the grid and the footnote */
  text-align: left; /* Center align for a cleaner look */
  padding: 0px 6px;
 
} 

.data_wrap {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 28px;
  padding-bottom: 32px;
  display: grid;
}

.dropdown_wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.data-link_wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;

}


.view-more_link {
  border-radius: var(--border-radius);
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #000;
  min-width: 200px;
  padding:4px;
  font-size:13px;
  text-align: center;
  text-decoration:none;
}
 

.data-item_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: var(--border-radius);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 12px 8px;
  display: flex;
}

.data-icon {
  flex: none;
  width: 64px;
  height: 64px;
}

.data-item_text-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.data-item_head {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.data-item_sub {
  font-size: .75rem;
  font-weight: 600;
}

.highlight-colour {
  color: #a1a1a1;
}

.highlight-colour.green {
  color: var(--holland-colors--green);
}

.dropdown-select {
  border-radius: var(--border-radius);
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #000;
  min-width: 200px;
  margin-bottom: 0;
}

.dropdown-select.box-shadow {
  background-image: url('../images/CaretDown.svg');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
}

.dropdown-select.box-shadow:hover {
  background-color: var(--grey-1);
}

.dropdown_form_wrap {
  margin-bottom: 0;
}

.code-embed {
  width: 400px;
  height: 400px;
}

.main_body_wrap {
  padding-top: 35px;
  padding-bottom: 40px;
  position: relative;
}

.body-bg-colour {
  z-index: -1;
  background-color: var(--primary-colour);
  opacity: .1;
  position: absolute;
  inset: 0%;
}

.body_padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

._2-col-flex_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.tasks_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  display: flex;
}

.body_item_wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.body_heading {
  line-height: 1.2;
}

._3-col-grid_layout {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.holland-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--border-radius);
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.holland-item.box-shadow {
  justify-content: space-between;
}

.task_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--border-radius);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  font-size: 1.125rem;
  display: flex;
}

.medium_icon {
  color: var(--primary-colour);
  flex: none;
  width: 2rem;
}

.medium_icon.green {
  color: var(--holland-colors--green);
}

.task_text {
  padding-top: .125rem;
}

.youtube_embed {
  border-radius: var(--border-radius);
  overflow: hidden;
}

.holland-item_icon_wrap {
  aspect-ratio: 1;
  background-color: var(--holland-colors--red);
  color: var(--white);
  border-radius: 9999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5rem;
  padding: 16px;
  display: flex;
}

.holland-item_title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
}

.holland-item_content {
  text-align: center;
}

.holland-item_icon {
  width: 3rem;
}

._6-col-fun-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  display: grid;
}

.fun-grid_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: 9999px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 1rem 1.25rem;
  display: flex;
}

.fun-grid_item.square {
  border-radius: 16px;
}

.fun-grid_item.square.box-shadow {
  border-radius: 4px;
}

.fun-grid_text {
  text-align: center;
  font-weight: 700;
}

.fun-adjustment {
  padding-top: 2rem;
}

.fun-adjustment.alt-1 {
  padding-top: 0;
}

.fun-adjustment.alt-2 {
  padding-top: 3rem;
}

.fun-adjustment.alt-3 {
  padding-top: 1rem;
}

.detailed-areas_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 5px solid var(--primary-colour);
  border-radius: var(--border-radius);
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  padding: 1.5rem;
  display: flex;
}

.detailed-area_item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.detailed-item_head {
  font-weight: 700;
}

.center {
  text-align: center;
}

.related-careers_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  display: flex;
}

.related-career_link-block {
  color: var(--black);
  text-transform: capitalize;
  border-bottom: 3px solid #000;
  flex: none;
  padding-bottom: .125rem;
  font-size: 1.25rem;
  text-decoration: none;
}

.related-career_link-block:hover {
  border-bottom-color: var(--primary-colour);
}

.living-end_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.more-info_section {
  background-color: var(--black);
  color: var(--white);
}

.more-info_wrap {
  padding-top: 56px;
  padding-bottom: 56px;
}

.end-cta_heading {
  line-height: 1.2;
}

.more-info_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.more-info_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.favourites_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.favourites_link:hover {
  color: var(--primary-colour);
}

.favourites_text {
  text-decoration: none;
}

.more-info_image {
  object-fit: fill;
  width: 90%;
  max-height: 100%;
}

.more-info_image-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
}

.debug-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--primary-colour);
  background-color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  height: 79px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.colour-select {
  background-color: #df6f1d;
  width: 30px;
  height: 30px;
}

.colour-select:hover {
  border: 1px solid var(--white);
}

.colour-select.blue {
  background-color: var(--holland-colors--blue);
}

.colour-select.green {
  background-color: var(--holland-colors--green);
}

.colour-select.yellow {
  background-color: var(--holland-colors--yellow);
}

.colour-select.red {
  background-color: var(--holland-colors--red);
}

.logo_wrap {
  color: var(--primary-colour);
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  height: 100%;
  display: flex;
  position: relative; /* Make it a containing element for absolute positioning */
}
    .logo-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Ensure the link is clickable over the entire area */
  text-decoration: none; /* Remove underline if needed */
}
 

.logo-svg {
  flex: none;
  width: auto;
  height: 100%;
}

.debug-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.debug-open {
  background-color: var(--primary-colour);
  border-radius: 9999px;
  width: 30px;
  height: 30px;
}

.debug-open:hover {
  border: 1px solid var(--white);
}

.select-style {
  background-color: var(--primary-colour);
  width: 0;
  height: 0;
}

.holland-item-text_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.holland-item-strength_wrap {
  background-color: var(--black);
  border-radius: 9999px;
  width: 80%;
  height: 12px;
  overflow: hidden;
}

.holland-item_value {
  background-color: var(--holland-colors--red);
  width: 56%;
  height: 100%;
}

.holland-item_value.color-conventional {
  width: 30%;
}

.holland-item_value.color-realistic {
  width: 80%;
}

.color-realistic {
  background-color: var(--holland-colors--red);
}

.color-investigative {
  background-color: var(--holland-colors--orange);
}

.color-conventional {
  background-color: var(--holland-colors--purple);
}

.color-artistic {
  background-color: var(--holland-colors--yellow);
}

.color-social {
  background-color: var(--holland-colors--green);
}

.color-enterprising {
  background-color: var(--holland-colors--blue);
}

.holland-colors-wrap {
  flex-flow: row;
  display: flex;
}

.hide {
  display: none;
}

.footer_wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex; 
}

.footer_sub {
  font-size: .75rem;
}

.in-para-link {
  color: var(--black);
}

.in-para-link:hover {
  color: var(--primary-colour);
}




@media screen and (max-width: 991px) {
  .hero_overview {
    max-width: none;
  }

  .data_wrap {
    grid-template-columns: 1fr 1fr;
  }

  ._2-col-flex_layout {
    flex-flow: column;
  }

  ._6-col-fun-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fun-grid_item {
    aspect-ratio: auto;
    height: 100%;
   
  }

  .fun-adjustment, .fun-adjustment.alt-2, .fun-adjustment.alt-3 {
    padding-top: 0;
  }

  .related-career_link-block {
    font-size: 1rem;
  }

  .living-end_wrap {
    flex-flow: column;
  }

  .more-info_item {
    font-size: .875rem;
  }

  .holland-item-strength_wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    height: 60px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .hero_content_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .container_wide {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero_subheading, .hero_mini-sub-heading {
    font-size: 1rem;
  }

  .hero_main-heading {
    font-size: 3.5rem;
  }

  .hero_overview-heading {
    font-size: 1.25rem;
  }

  .hero_overview {
    font-size: 1rem;
  }

  .data_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }
  

  .data-link_wrap {
    justify-content: center;
    align-items: center;
  }

  .data-item_wrap.box-shadow {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .data-icon {
    width: 56px;
    height: 56px;
  }

  .data-item_text-wrap {
    flex: 1;
    max-width: 164px;
  }

  .data-item_head {
    font-size: 1.75rem;
  }

  .dropdown-select.box-shadow {
    background-position: 98%;
  }

  .dropdown_form_wrap {
    width: 100%;
  }

  .main_body_wrap, .body_padding {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .body_item_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .body_heading {
    text-align: center;
    font-size: 1.5rem;
  }

  ._3-col-grid_layout {
    grid-template-columns: 1fr;
  }

  .task_item.box-shadow {
    font-size: 1rem;
  }

  .holland-item_title {
    font-size: 1.5rem;
  }

  ._6-col-fun-grid {
    grid-template-columns: 1fr 1fr;
  }

  .related-careers_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .end-cta_heading {
    text-align: center;
    font-size: 1.5rem;
  }

  .more-info_grid {
    grid-template-columns: 1fr 1fr;
  }
  
}

@media screen and (max-width: 479px) {
  .hero_main-heading {
    font-size: 3rem;
  }

  .medium_icon {
    width: 1.5rem;
  }

  .task_text {
    padding-top: 0;
  }

  ._6-col-fun-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  /* added to fix mobile from centering */
  .fun-grid_text {
    text-align: left;
  }

  /* added to fix mobile from left justifying long text */
  .related-career_link-block {
    font-size: 1rem;
    text-align: center;
   
     
  }

  .fun-grid_item.box-shadow {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    
  }

  .more-info_grid {
    grid-template-columns: 1fr;
    padding-top: 1rem;
  }

  .favourites_text {
    display: none;
  }

  .logo_wrap {
    flex: 0 auto;
  }
}

#w-node-_4db29fd0-26fe-ff68-2cff-11c4d8452677-2b464ebb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_99c37ca3-9264-1858-02af-ac5d844bf760-2b464ebb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4db29fd0-26fe-ff68-2cff-11c4d8452677-2b464ebb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4db29fd0-26fe-ff68-2cff-11c4d8452677-2b464ebb {
    order: 9999;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



/* ****************************************************** */
/*************** NEW STYLES  ******************************/
/* ****************************************************** */


/**** Search related styles ****/

.career_fields_hero .career_search_input::placeholder {
  color: #999; /* Set a lighter color for the placeholder text */
}
/* Style for the search input */
.career_fields_hero .career_search_input {
  color: #333;
  width: 100%; /* Make input responsive */
  max-width: 500px; /* Limit width on larger screens */
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box; /* Ensure padding does not affect width */
}

/* Flex container for input and button */
.career_fields_hero .cta_wrapper2 {
        
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
    }

    /* Mobile adjustments */
@media (max-width: 768px) {
  .cta_wrapper2 {
      flex-direction: column; /* Stack input and button on small screens */
      align-items: stretch; /* Make items full-width */
  }

  .career_fields_hero .career_search_input,
  .career_fields_hero .button {
      width: 100%; /* Full width for mobile */
      max-width: none; /* Remove max width restriction */
  }
}
    
.career_fields_hero .CF_hero_wrapper{
      grid-column-gap: 3rem;
      grid-row-gap: 2rem;
      flex-flow: column;
      padding-top: 46px;
      padding-bottom: 46px;
      display: flex;
  }
    
.career_fields_hero .hero_main-heading {
  font-size: 3.1rem;
}

/* Button Styling */
.career_fields_hero .button.secondary-light {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background-color: #df6f1d; /* Matches the icon color */
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.career_fields_hero .button.secondary-light:hover {
  background-color: #c7611b; /* Darker shade for hover effect */
}



 /* Career cluster Section (index page) */

 .career_cluster_section {
  padding: 35px 20px;
 
}
.career_cluster_section .industry_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.career_cluster_section .body_heading.center {
  text-align: left;
  font-size: 2rem;
  margin-bottom: 20px;
}

.career_cluster_section .industry_icon_wrap {
flex: 0 0 60px; /* Fixed width for the icon */
display: flex;
margin-bottom: 20px;
justify-content: center;
margin-right: 10px;
}
.career_cluster_section   .industry_icon {
width: 50px; /* Adjust image size as needed */
height: auto;
border-radius: 50%; /* Optional: make it circular */
}

.career_cluster_section  .card-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
text-decoration: none; /* Remove underline if needed */
}
.career-clusters-overview {
/* background-color: #d3f4f7;   */
padding: 5px 10px 10px 10px;             /* Add padding around the text */

font-size: 14px;           /* Set a readable font size */
line-height: 1.5;          /* Increase line height for better readability */
color: #333;               /* Darker text color for readability */
margin-bottom: 20px;       /* Add space below the overview */
}

.career_cluster_section .industry_card2 {
background-color: #ffffff;
border-radius: 10px;
width: 360px;
padding: 0;
text-align: left;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.career_cluster_section .industry_card2 .card_header {
font-size: .75rem;
font-weight: 700;
color: #333333;
text-align: center;
padding: 6px;
border-radius: 10px 10px 0 0; /* Rounded top corners */
}

.career_cluster_section .industry_card2 .two_column_section {
display: flex; /* Flexbox layout for image and heading content */
padding: 10px 10px 0 10px;
align-items: flex-start; /* Align image and text vertically */
}

.career_cluster_section .industry_card2 .heading_content {
flex: 1; /* Take remaining space for heading content */
justify-content: top;

}

.career_cluster_section .industry_card2 .industry_title {
font-size: .9rem;
font-weight: 700;
margin: 5px 0 2px 0;
color: #333333;
}

.career_cluster_section .industry_card2 .tagline {
font-size: .7rem;
font-style: italic;
color: #333333;
margin: 0;
}

.career_cluster_section .industry_card2 .list_wrap {
padding: 0 10px 20px 15px; /* Space around list */
}

.career_cluster_section .industry_card2 ul {
padding-left: 1.1rem;
margin: 0;
list-style-type: none;
}

.career_cluster_section .industry_card2 li {
position: relative;
padding-left: .81rem;
font-size: 0.7rem;
margin-bottom: 0.40em;
line-height: .9rem;
}

.career_cluster_section .industry_card2 li::before {
content: "";
width: 6px; /* Set bullet size */
height: 6px;
background-color: gray; /* Set bullet color */
border-radius: 50%; /* Make bullet circular */
position: absolute;
left: 0; /* Position bullet to the left of the text */
top: 0.39rem; /* Adjust to vertically center with text */
}




/* SEARCH PAGE STYLES */

.career-results-section {
  padding: 10px 20px;            
}
.career-results-section .record-count {
  text-align: left; /* Align the record count to the left */
  font-size: 16px;  /* Adjust the size of the text */
  font-weight: bold; /* Make it bold for better visibility */
  margin-bottom: 20px; /* Add some space below the record count */
}
.career-results-section .record-count span {
  color:#bb7519;
  font-weight: bolder; /* Make it bold for better visibility */
  
}

/* Container and row styles */
.career-results-section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.career-results-section .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* Card styles */
.career-results-section .card {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  display: flex;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
}

/* Layout for card content */
.career-results-section .card-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* Aligns the content at the top */  
  width: 100%;
}

/* Left section for the image */
.career-results-section .card-image {
  flex: 0 0 190px; /* Fixed width for the image */
  margin-right: 20px;
  padding-top:10px;
}

.career-results-section .card-image img {
  width: 100%;
  height: auto;
  border-radius: 8px; /* Optional: add rounded corners to the image */
  object-fit: cover;
}

/* Left section for title and description */
.career-results-section .card-left {
  flex: 2;
  padding-right: 20px;
}

/* Right section for additional info */
.career-results-section  .card-right {
  /* flex: 1; */
  width: 250px; /* Fixed width for the right section */
  background-color: #f1f2f5;
  padding: 14px 20px;
  /* border-left: 1px solid #ddd; */
  border-radius: 0px 8px 8px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
   
}
/* Style for headings in the card-right */
.career-results-section .card-right .card-heading {
display: inline; /* Keep heading inline */
 color: #0084f8;  /* Lighter gray color */
  font-size: 14px; /* Adjust size as necessary */
  font-weight: 1;
  margin-bottom: 5px; /* Add space between heading and content */
  padding-right:5px;
}
.career-results-section .card-right p {
font-weight: bold;
 padding-bottom:4px;
 font-size: 14px;
}
/* Button container */
.career-results-section .card-footer {
  padding-top:20px;
  margin-top: auto; /* Ensures button sticks to the bottom of the section */
}


/* Title and text styles */
.career-results-section .card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.career-results-section .card-text {
  margin-top: 4px;
  font-size: .85rem;
  /* font-size: 14px; */
  padding-bottom:4px;
}

/* Ensures all card contents align to the top */
.career-results-section .card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
/* using for the image */
.career-link {
    color: #000000; /* Set the link color to match your design */
    text-decoration: none; /* Remove underline */
    font-weight: bold; /* Make the link bold */
}

.career-link:hover {
    color: #e4990f; 
   /*  text-decoration: underline; */ /* Add underline on hover */
}
.industries {
    font-size: 12px; /* Adjust size as needed */
    color: #555; /* Slightly lighter color for distinction */
    margin-bottom: 4px; /* Add spacing between industries and description */
    margin-top:2px;
    padding-left:4px;
    padding-bottom:4px;
    border-bottom:1px dotted silver;
}

.industries strong {
    color: #555; /* Ensure the 'Industries' label is darker */
}


/* Media Queries for responsiveness (optional) */
@media (max-width: 768px) {
  .card-row {
      flex-direction: column;
  }
  .card-image, .card-left, .card-right {
      flex: 100%;
      padding-right: 0;
      padding-left: 0;
      border-radius: 8px;
  }
  .card-right {
      width: 100%; /* On smaller screens, the right side will take full width */
  }
  .card-text {
      padding-bottom:5px;
  }
}

         
 
/* Container for the list view */
.list-view {
display: grid;
grid-template-columns: 1fr 1fr; /* Force exactly two equal columns */
gap: 20px; /* Space between the items */
width: 100%; /* Ensure full width of the container */
box-sizing: border-box; /* Ensure padding and border are included in width calculation */
}

/* Style for each list item */

.list-item {
padding: 10px;
border: 1px solid #ddd;
box-sizing: border-box; /* Include padding and borders in width calculation */
width: 100%; /* Ensure each item takes full width of the grid cell */

background-color:white;
font-size:12px;
}
.list-item:hover {

background-color: #f7f7f7; /* Optional hover effect */
}

.list-item a {
color: #000000;
text-decoration: none; /* Remove underline */
font-weight:550; 
text-decoration: none;

}
.list-item a:hover {
color: #e4990f; 
/* background-color: #f9f9f9; */ /* Optional hover effect */
}


/* Container for the view-toggle */
.view-toggle {
display: flex;
border-bottom: 2px solid #ccc; /* Border below the tabs */

}

/* General style for the tabs */
.view-toggle button {
padding: 7px 20px;
background-color: #f1f1f1;
border: 1px solid #ccc;
border-bottom: none; /* Remove the bottom border so it blends with the content */
cursor: pointer;
outline: none;
margin-bottom: -2px; /* Ensures the tabs align nicely with the content */
transition: background-color 0.3s ease;
font-size:11px;
}

/* Style for the active tab */
.view-toggle button.active {
background-color: #ffffff; /* Active tab has a white background */
font-weight: bold;
border-bottom: 2px solid white; /* Make it look pressed by removing bottom border */
}

/* Hover effect for inactive tabs */
.view-toggle button:hover {
background-color: #e0e0e0; /* Light grey when hovering over inactive tabs */
}

/* Extra styling for when the page is responsive */
@media (max-width: 768px) {
.view-toggle {
 flex-direction: column;
}
.view-toggle button {
 width: 100%;
}
}




/* For responsiveness on smaller screens */
@media (max-width: 768px) {
.list-view {
 grid-template-columns: 1fr; /* On small screens, display a single column */
}
}





/* CLUSTER PAGE STYLES */

.CC_hero_wrapper{
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.career_cluster_hero .hero_main-heading {
  font-size: 2.5rem;
}


.clusters-overview {
  /* background-color: #d3f4f7;   */
  padding: 15px 10px 10px 10px;             /* Add padding around the text */
  
  font-size: 16px;           /* Set a readable font size */
  line-height: 1.5;          /* Increase line height for better readability */
  color: #333;               /* Darker text color for readability */
  margin-bottom: 20px;       /* Add space below the overview */
}



 .main-cluster-section .heading-main {
      display: flex;              /* Use Flexbox for the container */
      flex-direction: column;     /* Stack the items vertically */
      align-items: start;        /* Align items to the center horizontally */
      justify-content: center;    /* Center items vertically within the container */
      height: 100%;               /* Define height if necessary, e.g., full height of the parent container */
      text-align: left;         /* Optional: center align text if desired */
  }

.sub-cluster-section .two-column-layout2 {
  display: grid;
  grid-template-columns: 2fr 4fr; /* Left column narrower, right column wider */
  gap: 1rem;
  align-items: start; /* Prevents both columns from having equal height */
}


.sub-cluster-column {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 8px;
}

.sub-cluster-item {
  cursor: pointer;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;
  transition: background-color 0.3s ease;
}

.sub-cluster-item:hover {
  background-color: #f0f0f0;
}
.sub-cluster-item h3{
  /* color:var(--primary-colour); */
  font-size:15px;
}

/* Style for selected sub-cluster */
/* Style for the selected sub-cluster */
.sub-cluster-section  .sub-cluster-item.selected {
  background-color: #fae9e0; /* Light background color */
  border: 1px solid #c5924f; /* Border color for emphasis */
}


.sub-cluster-section .content-display-column {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.sub-cluster-section .sub-cluster-description {
  display: none; /* Hide by default */
  margin-top: 0.5rem;
  font-size:14px;

}

.sub-cluster-section .sub-cluster-item .icon-title {
display: flex;
align-items: center;
gap: 0.5rem;

}


/* Mobile-friendly adjustments */
@media (max-width: 768px) {
/* Switch to single-column layout on smaller screens */
.sub-cluster-section .two-column-layout2 {
  display: flex;
  flex-direction: column;
}

.sub-cluster-column {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  width: 100%; /* Make sure the sub-cluster column takes the full width */
}

/* Full-width sub-cluster items with increased padding for touch-friendliness */
.sub-cluster-item {
  width: 100%; /* Make the sub-cluster items full-width */
  box-sizing: border-box; /* Ensure padding is included in width */
  padding: 1rem;
  font-size: 1rem;
}

.sub-cluster-section .content-display-column {
  margin-top: 1rem; /* Add spacing between stacked columns */
  padding: 1rem;
}
}


/* Further adjustments for very small screens */
@media (max-width: 480px) {
.sub-cluster-item h3 {
  font-size: 14px; /* Smaller font for very small screens */
}

.sub-cluster-item .icon-title svg {
  width: 20px; /* Smaller icon size for very small screens */
}
}

.sub-cluster-section .view-all_link {
/* color: var(--black); */
background-color: var(--black);
color: var(--white);


border-radius: 6px;
font-weight:600; 
min-width: 200px;

font-size:11px;
text-align: center;
text-decoration:none;
padding: 10px 16px 10px 14px;
}
.sub-cluster-section .view-all_link:hover {
background-image: linear-gradient(#fff3, #fff3);
}

