@charset "UTF-8";
/* CSS Document */


  /* Scoped Widget Container & Variables */
  .hoffman-careers-widget {
    --dark-blue: #0b2240;
    --mid-blue: #225794;
    --side-blue: #1b365d;
    --gold: #eabc6d;
    --off-white: #f5f4f0;
    --black: #000000;
    --white: #ffffff;
    --text-gray: #666666;
    font-family: Roboto
    , Helvetica
    , Arial
    , sans-serif;
    color: var(--black);
    line-height: 1.5;
    background-color: var(--white);
    width: 100%;
    max-width: 1344px !important;
    margin: 0 auto !important;
  } /* Scoped Reset - Only applies inside the widget */
  .hoffman-careers-widget * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .hoffman-careers-widget h1,
  .hoffman-careers-widget h2,
  .hoffman-careers-widget h3,
  .hoffman-careers-widget h4 {
    text-transform: uppercase;
    font-weight: 800;
    color: var(--black);
  }
  .hoffman-careers-widget a {
    text-decoration: none;
  }
  .hoffman-careers-widget img {
    max-width: 100%;
    display: block;
    object-fit: cover;
  }



    /* Hero Section */
    .hoffman-hero {
        display: flex;
        background-color: var(--dark-blue);
        color: var(--white);
    }

    .hoffman-hero-left {
        flex: 1;
        padding: 3.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hoffman-hero-left .hoffman-logo {
        /* max-width: 600px; */
        height: auto;
        margin-bottom: 30px;
    }

    .hoffman-hero-left h1 {
        font-size: 6.5rem !important; 
        line-height: 1 !important;
        letter-spacing: -1px;
        color: var(--white);
        margin-bottom: 30px;
    }

    .hoffman-hero-left h1 span {
        font-size: 2rem !important; 
        line-height: 1 !important;
        letter-spacing: -1px;
        color: var(--white);
		display: block !important;
    }

    .hoffman-hero-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
       /* max-width: 400px; */
        width: 100%;
        /* max-width: 600px; */
    }

  .hoffman-btn-white {
        background-color: var(--white);
        color: var(--black) !important;
        text-align: center;
        padding: 12px;
        font-weight: bold;
        font-size: 0.85rem;
        transition: opacity 0.2s ease; /* Added transition */
    }

  .hoffman-btn-lightblue {
        background-color: #dceff8 !important;
        color: var(--black) !important;
        text-align: center;
        padding: 12px;
        font-weight: bold;
        font-size: 0.85rem;
        transition: opacity 0.2s ease; /* Added transition */
	  text-decoration: none !important;
    }

    .hoffman-btn-gold {
        background-color: var(--gold);
        color: var(--black) !important;
        text-align: center;
        padding: 12px;
        font-weight: bold;
        font-size: 1.1rem;
        grid-column: span 2;
        transition: opacity 0.2s ease; /* Added transition */
    }

    /* Added hover states for the hero buttons */
    .hoffman-btn-lightblue:hover,
    .hoffman-btn-white:hover,
    .hoffman-btn-gold:hover,
	.hoffman-btn-apply:hover {
        opacity: 0.8;
    }



/* Shared Image Container Styles */
  .hoffman-hero-right,
  .hoffman-why-work-img,
  .hoffman-benefits-img,
  .hoffman-connect-img {
    flex: 1;
    display: flex;
  }
  .hoffman-hero-right img,
  .hoffman-why-work-img img,
  .hoffman-benefits-img img,
  .hoffman-connect-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  } /* Why Work Section */
  .hoffman-why-work {
    display: flex;
    background-color: var(--off-white);
  }
  .hoffman-why-work-content {
    flex: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hoffman-why-work-content h2 {
    font-size: 6rem;
    margin-bottom: 25px;
    line-height: 1.05;
    letter-spacing: -0.5px;
  }
  .hoffman-why-work-content p {
    margin-bottom: 15px;
    font-size: 1.05rem;
    font-weight: 500;
  } /* Benefits Section */
  .hoffman-benefits {
    background-color: var(--black);
    color: var(--white);
    padding-bottom: 30px;
  }
  .hoffman-benefits-top {
    display: flex;
    padding: 40px !important;
  }
  .hoffman-benefits-icons {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px;
    gap: 30px;
    align-items: center;
    text-align: center;
  }
  a.hoffman-benefit-item {
    color: var(--white);
    text-decoration: none;
    transition: transform 0.2s ease
    , opacity 0.2s ease;
    display: block;
  }
  a.hoffman-benefit-item:hover {
    opacity: 0.8;
    transform: scale(1.05);
  }
  .hoffman-benefit-item img {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto 15px;
  }
  .hoffman-benefit-item p {
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
  }
  .hoffman-benefits-bottom {
    text-align: center;
    padding: 25px 20px;
    font-size: 3rem;
    letter-spacing: 0.5px;
    line-height: 1.2;
    color: var(--white) !important;
  } /* Experience Section */
  .hoffman-experience {
    background-color: var(--off-white);
    padding: 60px;
    text-align: left;
  }
  .hoffman-experience h2 {
    font-size: 6rem;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
  }
  .hoffman-experience-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  .hoffman-exp-card {
    background-color: var(--mid-blue);
    color: var(--white) !important;
    padding: 20px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    transition: opacity 0.2s ease;
    position: relative;
    overflow: hidden;
  }
  a.hoffman-exp-card:hover,
  div.hoffman-exp-card:hover {
    opacity: 0.9;
    cursor: pointer;
  }
  .hoffman-exp-card .hoffman-plus {
    font-size: 2.5rem;
    text-align: right;
    font-weight: normal;
    color: var(--white);
  }
  .hoffman-exp-card p {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--white);
  } /* Interactive Social Card Specific Styles */
  .hoffman-card-front {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: opacity 0.3s ease;
  }
  .hoffman-card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--mid-blue);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    padding: 20px;
    text-align: center;
  }
  .hoffman-exp-card.show-socials .hoffman-card-front {
    opacity: 0;
  }
  .hoffman-exp-card.show-socials .hoffman-card-back {
    opacity: 1;
    pointer-events: auto;
  }
  .hoffman-social-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 15px auto 0;
    width: max-content; /* Helps align items relative to the widest word */
  }
  .hoffman-social-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; /* Space between text and icon */
    color: var(--white);
    text-decoration: none !important;
    font-weight: bold;
    font-size: 0.95rem;
    transition: color 0.2s ease;
    width: 100%;
  }
  .hoffman-social-list a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transition: opacity 0.2s ease;
  }
  .hoffman-social-list a:hover {
    color: var(--gold);
  }
  .hoffman-social-list a:hover img {
    opacity: 0.8;
  }
  .hoffman-single-brand-img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    opacity: 1;
  } /* Jobs Section */
  .hoffman-jobs {
    background-color: var(--black);
    color: var(--white);
    padding: 60px;
  }
  .hoffman-jobs h2 {
    font-size: 5rem;
    margin-bottom: 50px;
    text-align: center;
    color: var(--white);
    letter-spacing: -0.5px;
    line-height: 1;
  }
  .hoffman-jobs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
  }
  .hoffman-job-card {
    display: flex;
    gap: 20px;
  }
  .hoffman-job-icon {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hoffman-job-icon img {
    width: 140px;
    height: 140px;
    object-fit: contain;
  }
  .hoffman-job-details h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--white);
    line-height: 1;
  }
  .hoffman-job-details p {
    font-size: 0.9rem;
    color: #bbb;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .hoffman-btn-apply {
    background-color: var(--white);
    color: var(--black) !important;
    padding: 8px 25px;
    font-size: 0.8rem;
    font-weight: bold;
    display: inline-block;
    transition: opacity 0.2s ease; /* Added transition */
  }
  .hoffman-view-all-jobs {
    text-align: right;
    margin-top: 20px;
    grid-column: 2;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .hoffman-view-all-jobs a {
    color: var(--white);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  } /* Ready to Join Section */
  .hoffman-ready-join {
    display: flex;
  }
  .hoffman-ready-left {
    flex: 1.5;
    padding: 220px 60px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hoffman-ready-left h2 {
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 25px;
    letter-spacing: -1px;
  }
  .hoffman-ready-left p {
    margin-bottom: 15px;
    font-size: 1rem;
    color: var(--text-gray);
  }
  .hoffman-ready-right {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .hoffman-action-box {
    flex: 1;
    padding: 40px;
    color: var(--white) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 150px;
    text-decoration: none;
    transition: opacity 0.2s ease;
  }
  .hoffman-action-box:hover {
    opacity: 0.9;
    cursor: pointer;
  }
  .hoffman-action-box h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: var(--white);
  }
  .hoffman-action-box p {
    font-size: 0.9rem;
    opacity: 0.8;
    color: var(--white);
  }
  .hoffman-box-blue {
    background-color: var(--side-blue);
  }
  .hoffman-box-black {
    background-color: var(--black);
  }
  .hoffman-box-midblue {
    background-color: var(--mid-blue);
  } /* Connect Section */
  .hoffman-connect {
    display: flex;
    background-color: var(--dark-blue);
    color: var(--white);
  }
  .hoffman-connect-content {
    flex: 1;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .hoffman-connect-content h2 {
    font-size: 6rem;
    margin-bottom: 40px;
    line-height: 1;
    color: var(--white);
    letter-spacing: -1px;
  }
  .hoffman-contact-info {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 40px;
    font-size: 0.9rem;
    text-align: left;
  }
  .hoffman-contact-info div {
    margin: 0 10px;
  }
  .a.hoffman-action-box.hoffman-box-midblue,
  .hoffman-btn-gold,
  .hoffman-btn-white,
  .hoffman-btn-apply,
  a.hoffman-benefit-item,
  a.hoffman-exp-card,
  .hoffman-view-all-jobs a,
  .hoffman-ready-right a {
    text-decoration: none !important;
  } /* Responsive Breakpoints scoped to widget */
  @media (max-width: 900px) {
    .hoffman-hero,
    .hoffman-why-work,
    .hoffman-benefits-top,
    .hoffman-ready-join,
    .hoffman-connect {
      flex-direction: column;
    }
    .hoffman-hero-left h1 {
      font-size: 3.5rem;
    }
    .hoffman-why-work-content h2,
    .hoffman-experience h2,
    .hoffman-jobs h2,
    .hoffman-ready-left h2,
    .hoffman-connect-content h2 {
      font-size: 2.5rem;
    }
    .hoffman-experience-cards {
      grid-template-columns: 1fr 1fr;
    }
    .hoffman-jobs-grid {
      grid-template-columns: 1fr;
    }
    .hoffman-view-all-jobs {
      grid-column: 1;
      text-align: left;
      justify-content: flex-start;
    }
    .hoffman-ready-left {
      padding: 60px;
    } /* Added mobile fixes for benefit icons */
    .hoffman-benefits-icons {
      padding: 20px;
      gap: 15px;
    }
    .hoffman-benefit-item p {
      font-size: 1.1rem;
    }
  }