.siteMap-page-hero-section {
    position: relative;
    width: 100%;
    padding: 0rem 3rem;
}

.siteMap-hero-text-Content {
    max-width: 1700px;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.5rem 3rem;
    gap: 1rem
}

.hero-title-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 36px;
    align-items: center;
    text-align: center
}

nav.breadcrumb-container {
    list-style: none;
    line-height: 30px;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

nav.breadcrumb-container a,
nav.breadcrumb-container span {
    font-size: 16px;
    color: #1a1a1a;
}

.hero-title-section h1 {
    font-weight: 500;
    color: #1a1a1a;
    margin: 0
}

.siteMap-main-container {
    padding: 0rem 3rem;
}

.siteMap-inner-container {
    max-width: 1700px;
    margin: auto;
    margin-top: 1rem
}

.section-title {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d2d5db;
    padding-bottom: 1rem
}

.section-title h2 {
    font-size: 1.25rem;
    color: #1a1a1a;
    margin: 0
}

.view-all-btn {
    background-color: #a5c5e5;
    color: #1a1a1a;
    border: 1px solid #a5c5e5;
    font-weight: bold;
    font-size: 1rem;
    padding: .5rem 2rem;
    border-radius: 3.125rem;
    cursor: pointer;
    z-index: 100
}

.view-all-btn:hover {
    color: #1a1a1a
}

.mobile-view-all-btn {
    display: none;
    background-color: #a5c5e5;
    color: #1a1a1a;
    border: 1px solid #a5c5e5;
    font-weight: bold;
    font-size: 1rem;
    padding: .5rem 1.5rem;
    border-radius: 3.125rem;
    cursor: pointer;
    margin: auto;
    margin-top: 1rem;
    text-align: center;
    z-index: 100
}

.mobile-view-all-btn:hover {
    color: #1a1a1a
}

.siteMap-section-1, .siteMap-section-2 {
    margin-top: 40px;
}


.siteMap-section-3 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: .7rem;
    row-gap: 1.5rem
}

.links a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 1.125rem;
    font-weight: 600
}

.links a:hover {
    text-decoration: underline
}

/* ===== SITEMAP PANEL ONLY ===== */

/* Grid layout for columns */
.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

/* Column styling */
.sitemap-column {
  min-width: 0;
}

/* Headings */
.col-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
}

/* Unordered lists */
.sitemap-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.sitemap-list li {
  margin: 6px 0;
}
.sitemap-list a {
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
}

/* A–Z / alpha line */
.alpha-line {
  margin: 6px 0 20px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.hero-banner-section {
    width: 100%;
    max-height: 450px; 
    overflow: hidden;
}

.hero-banner-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-section-background{align-items:end;background-image:url(/assets/image/svg/icons/homepage/top_banner.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:flex-end;min-height:540px;padding-bottom:40px;width:100%}.mobile-hero-banner{display:none}

.hero-text{
    padding-top: 2rem;
    margin-bottom: 2rem;
}

.hero-text h1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    color: #1a1a1a;
    text-align: center;
}

.find-jobs-container{
  margin-top: 2rem;
}

/* ===== RESPONSIVE BREAKPOINTS ===== */
@media (max-width: 980px) {
  .sitemap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .sitemap-grid {
    grid-template-columns: 1fr;
  }
  .col-title {
    font-size: 1rem;
  }
}


@media screen and (min-width: 576px) and (max-width: 768px) and (orientation: portrait) {
  /* iPad mini / small tablets in portrait */
  .siteMap-page-hero-section, .siteMap-main-container{
    padding: 0 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 820px) and (orientation: portrait) {
  /* iPad Air (portrait) */
}

@media screen and (min-width: 821px) and (max-width: 834px) and (orientation: portrait) {
  /* iPad Pro 11" (portrait) */
}

@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  /* iPad Pro 12.9" and large tablets (portrait) */
}


@media screen and (max-width:576px) {
    .breadcrumb-container-parent {
        padding: 0rem 1rem
    }
    .alphabet-filter{
    display: block !important;
  }
    .hero-title-section h1 {
        font-size: 1.8rem
    }
    .links {
        grid-template-columns: repeat(2, 1fr)
    }
    .siteMap-page-hero-section {
        padding: 0rem 1rem
    }
    .siteMap-hero-text-Content h3 {
        display: none
    }
    .siteMap-hero-text-Content {
        text-align: center
    }
    .siteMap-main-container {
        padding: 0rem 1rem
    }
    .siteMap-section-1 {
        margin-top: 1rem
    }
    .hero-text h1 {
        font-size: 24px;
    }
    .hero-section-background{background-image:none;background-position:0 0;background-repeat:no-repeat;background-size:auto;display:block;min-height:0;padding:0;width:100%}.mobile-hero-banner{border-radius:24px;display:block;height:auto;margin:2rem 1rem;width:calc(100% - 2rem)}
}

@media screen and (max-width:480px) {
    .view-all-btn {
        display: none
    }
    .mobile-view-all-btn {
        display: block
    }
}


@media screen and (min-width: 576px) and (max-width: 768px) and (orientation: portrait) {
  /* iPad mini / small tablets in portrait */
  .hero-text h1 {
        font-size: 26px;
    }
}

@media screen and (min-width: 769px) and (max-width: 820px) and (orientation: portrait) {
  /* iPad Air (portrait) */
  .hero-text h1 {
        font-size: 28px;
    }
}

@media screen and (min-width: 821px) and (max-width: 834px) and (orientation: portrait) {
  /* iPad Pro 11" (portrait) */
  .hero-text h1 {
        font-size: 30px;
    }
}
  
@media screen and (min-width: 835px) and (max-width: 1024px) and (orientation: portrait) {
  /* iPad Pro 12.9" and large tablets (portrait) */
    .hero-text h1 {
        font-size: 32px;
    }
}