﻿
/* .roboto-flex-<uniquifier> {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "XOPQ" 96,
    "XTRA" 468,
    "YOPQ" 79,
    "YTAS" 750,
    "YTDE" -203,
    "YTFI" 738,
    "YTLC" 514,
    "YTUC" 712;
} */
 html, body {
    font-family: "Roboto Flex", sans-serif !important;
 }
.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

html {
    font-size: 14px;
}

.f-w-600 {
    font-weight: 600;
}

.f-w-500 {
    font-weight: 500;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn {
    font-weight: 500;
}



h1.job-details-title {
    font-weight: normal;
}

h2 {
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%; /* allow full-height flexbox */
    margin: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}

header {
    background-color: #4297b8;
    height:110px;
    padding-top:9px;
}

header .navbar {
    /*background-color: #4a2255 !important;*/
    padding-top: 0;
    padding-bottom: 0;
    display:block;
}

header h1 {
    color: #fff;
}

div.logo > img,
div.logo > a > img {
   /* width: 410px;*/
}

.home div.logo > a {
    pointer-events: none;
}

.navbar-nav li:not(.dropdown-item) a {
    color: #1a1a1a !important;
}

#userDropdown{
    color:#fff!important;
}

.navbar-nav li.dropdown-item a {
    color: #0d6efd !important;
}

.navbar-nav.gap-3 {
    gap: 2rem !important;
}

.zone-container {
    margin-bottom: 0px;
}

.zone-container h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.zone-container p {
    font-size: 16px;
    font-weight: 400;
}

.zone-container h5.mt- {
}

.zone-container .max-w-200 {
    max-width: 200px;
}

h2 {
    font-size: 2.5rem;
    color: #000; /*#1e3a5f;*/
    margin-bottom: 30px;
    font-weight: 600;
}

p {
    font-size: 1rem;
    line-height: 1.7;
    color: #000;
    margin-bottom: 20px;
}

#main-content ul,
#main-content ol {
    list-style: none;
    margin: 25px 0;
    padding: 0;
}

#main-content ul li,
#main-content ol li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.7;
    color: #333;
}

#main-content ul li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #F4C542;
    font-size: 1.2rem;
    line-height: 1.5;
}

#main-content ol {
    counter-reset: counter;
}
#main-content ol li {
    counter-increment: counter;
}
#main-content ol li::before {
    content: counter(counter) ". ";
    position: absolute;
    left: 0;
    color: #F4C542;
    font-size: 1.2rem;
    line-height: 1.5;
}

/*#region Accordion */

.div-subaccordion {
    margin-top: 20px;
}

.accordion-footer {
    margin-top: 20px;
}

/*#endregion */

/*#region My Buttons */
.btn {
    border-radius: 20px;
}

.btn-link i {
    display: inline-block; /* Required for transform */
    transition: transform 0.3s ease;
}

.btn-link[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.btn-custom {
    color: #FFF !important;
    background-color: #593063 !important;
    border-color: #593063 !important;
    font-weight: 600;
}

.btn-back-to-jobs {
    color: #4F235B;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 27px;
    word-wrap: break-word;
    padding: 1px 12px;
    border-radius: 25px;
    border: 1px solid #4B1D5C;
    padding: 3px 19px;
}

a.btn-custom {
    font-weight: normal;
    padding: 10px 30px;
}

.btn-custom:hover {
    color: #000000;
    background-color: transparent;
    border-color: #f4af8a;
    background-image: url('../Images/gold_bar.png');
}

.button,
.btn-primary:not(.btn-edit) {
    display: inline-block;
    background: #2d5278;
    color: #ffffff;
    padding: 12px 35px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1rem;
   /* margin-top: 20px;*/
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:not(.btn-edit):hover {
    background: #1e3a5f;
    transform: translateY(-2px);
    text-decoration: none;
    color: #ffffff;
}

.button-yellow,
.btn-secondary {
    background: #F4C542;
    color: #1e3a5f;
}
/*#endregion */
/*#region Menu Admin */
.dropdown-item a,
.dropdown-item button {
    padding: 0;
    text-decoration: none;
}

/*#endregion */

.accordion-item h3.accordion-header {
  padding: 0 !important;
}
.accordion-item {
  padding: 10px 20px !important;
  margin-bottom: 10px !important;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,.125) !important;
}
.accordion-item.active {
    background: url(/images/accordion-bg.png) repeat-y left top;
}
.accordion-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.accordion-item .bi.bi-chevron-down {
    color: #2d5278 !important;
    font-weight: bold !important;
}
.accordion-item .bi-chevron-down::before {
    font-weight: bold !important;
    color: #2d5278 !important;
}
.accordion-item .btn.btn-link, 
.accordion-item .btn.btn-link:active, 
.accordion-item .btn.btn-link:focus, 
.accordion-item .btn.btn-link:focus-visible
.accordion-item .btn.btn-link.collapsed, 
.accordion-item .btn.btn-link.collapsed:active, 
.accordion-item .btn.btn-link.collapsed:focus, 
.accordion-item .btn.btn-link.collapsed:focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
/*#region Footer */

.site-footer {
    background: #0f2a3d; /* deep navy */
    color: #fff;
    padding: 34px 0 22px;
}

.footer-inner {
    max-width: 1600px!important;  /* 1200px;*/
    margin: 0 auto;
    padding: 0 28px;
}

/* Top row */
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.footer-logo img {
    width: 54px;
    height: 54px;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.footer-brand-text {
    line-height: 1.2;
    min-width: 0;
}

.footer-title {
    font-weight: 800;
    font-size: 22px;
    letter-spacing: 0.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-tagline {
    font-size: 12px;
    opacity: 0.85;
    font-style: italic;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-donate {
    background: #f4c542;
    color: #0f2a3d;
    font-weight: 800;
    padding: 10px 22px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
}

/* Nav */
.footer-nav {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

    .footer-nav a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        font-size: 21px;
        letter-spacing: 0.6px;
        opacity: 0.95;
    }

        .footer-nav a:hover {
            text-decoration: underline;
        }

/* Social */
.footer-social {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.social-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f4c542;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

    .social-btn svg {
        width: 18px;
        height: 18px;
        fill: #0f2a3d;
    }

/* Divider */
.footer-divider {
    margin: 18px 0 14px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
}

/* Bottom row */
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer-copy {
    font-size: 11px;
    opacity: 0.8;
    max-width: 60%;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.contact-item {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    opacity: 0.9;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

    .contact-item:hover {
        text-decoration: underline;
    }

.contact-ico {
    opacity: 0.9;
}

/* ---------------------------
   Mobile (matches mockup)
---------------------------- */
@media (max-width: 768px) {
    div.logo > img, div.logo > a > img {
        width: 230px;
        height: auto !important;
    }
    .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-brand {
        flex-direction: column;
        text-align: center;
    }

    .footer-title,
    .footer-tagline {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }

    .footer-donate {
        width: 220px;
        margin-top: 10px;
        padding: 12px 22px;
    }

    .footer-nav {
        flex-direction: column;
        align-items: center;
        gap: 14px;
        margin-top: 22px;
    }

    .footer-social {
        justify-content: center;
        margin-top: 16px;
    }

    .footer-bottom {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 14px;
    }

    .footer-copy {
        max-width: none;
    }

    .footer-contact {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }
}


/*#endregion */




.div-table-row {
    align-items: center;
    display: flex;
}

.div-table-cell {
    margin-right: 0.5rem;
}

.div-table-cell p {
    margin: 0;
    font-weight: 700;
}

.div-table-cell a {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

/* Default (collapsed) ? hide X */
.navbar-toggler[aria-expanded="false"] .bi-x {
    display: none;
}

/* Expanded ? hide hamburger, show X */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .bi-x {
    display: inline-block;
    color: #274a77;
    font-size: 2.75rem;
}

.navbar-toggler:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.career-heading {
    font-size: 36px;
    font-weight: 500;
}

.border-radius-25 {
    border-radius: 25px;
}

.search-header {
    height: 49px;
}

div.perks h2 {
    color: white;
}

div#life-at-hdgh h2 {
    color: black;
}

div#volunteer-section h2 {
    color: black;
}
div#volunteer-section img,
div#volunteer-section-2 img {
    width: 100%;
}
div#volunteer-section > div > div > div,
div#volunteer-section-2 > div > div > div {
    width: 100%;
}
.quote-icon {
    transform: rotate(180deg);
}

.qoute {
    background: linear-gradient(180deg, #FFD5AB 0%, #C16747 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


@media (max-width: 767.98px) {
 
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  
}

@media (max-width: 1399.98px) {
    .navbar-expand-xxl .navbar-collapse {
        padding-top: 2rem;
    }
}

@media only screen and (max-width: 450px) and (orientation: portrait) {
    #life-at-hdgh img {
        width: 100% !important;
    }
}

/*Fix for home page steps section*/

#steps-section .d-md-none {
    display: block !important;
}

#steps-section .d-md-flex {
    display: none !important;
}

/* Hide again at lg (768px and up) */
@media (min-width: 768px) {
   
}

@media (max-width: 997.98px) {

    .left-panel {
        position: unset !important;
        height: unset !important;
        min-height: calc(100vh - 6rem) !important;
        padding-bottom: 4rem !important;
    }

    .radio-agree {
        display: flex;
    }

    .radio-agree input {
        margin-right: 1rem;
    }

    .prefooter-section, .pre-footer {
        padding-bottom: 22rem;
    }
}

/*#region Fixes to avoid the movement of the contents on the page side to side on mobile */

/* 1) Prevent most accidental horizontal scroll, but only at top-level */
html, body {
    max-width: 100%;
    overflow-x: clip; /* better than hidden; avoids creating a new scroll context */
}

/* 2) Replace 100vw on inner containers */
.container:not(.nomaxwidth), .section, .wrapper {
    width: 100%; /* not 100vw */
    /*max-width: 100%;*/
   /* max-width: 1400px;*/
}

/* 3) Constrain media */
img, video, canvas, svg, iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 4) Carousels/strips that rely on nowrap */
.scroller, .logo-strip, .cards-row {
    overflow-x: auto; /* let the row scroll itself */
    -webkit-overflow-scrolling: touch;
}

/* 5) Off-canvas menus/panels */
.offcanvas {
    position: fixed; /* avoid affecting layout width */
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%); /* hidden state */
    will-change: transform;
}

/* 6) Safety for nested layouts */
* {
    box-sizing: border-box;
}


/*#endregion */

/*#region Supra Header */

/* ===========================
   SUPRA HEADER STYLES
   =========================== */

.supra-header {
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1000;
}

.supra-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.mobile-supra {
    display: none;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-shrink: 0;
}

    .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        /*background: rgba(255, 255, 255, 0.15);*/
        border-radius: 50%;
        color: white;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 28px;
    }

        .social-links a:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .social-links a:active {
            transform: translateY(0);
        }

/* Contact Info */
.contact-info {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    justify-content: end;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    white-space: nowrap;
}

    .contact-link:hover {
        opacity: 0.9;
        color: white;
        transform: translateX(2px);
    }

    .contact-link i {
        font-size: 15px;
        flex-shrink: 0;
    }

.divider {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    margin: 0 8px;
    user-select: none;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

#searchModal{
    z-index:99999;
}

.search-btn {
    background: #2f6277;
    border: none;
    color: white;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 34px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}

    .search-btn:hover {
        background: rgba(255, 255, 255, 0.25);
        transform: scale(1.05);
    }

    .search-btn:active {
        transform: scale(0.95);
    }

.language-toggle {
    display: flex;
    gap: 0;
    background: #F7CA50 !important;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
}

.lang-btn {
    padding: 0 20px;
    color: rgba(74, 74, 74, 0.82);
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    transition: all 0.25s ease;
    border-radius: 5px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    min-width: 46px;
    text-align: center;
    background: #E6E7E8 !important;
}

    .lang-btn.active {
        background: #F5C842 !important;
        color: #1e3a5f;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        font-weight: 700;
    }

    .lang-btn:not(.active):hover {
        background: #E6E7E8 !important;
        color: rgba(74, 74, 74, 0.82);
    }

/* Search Modal Styles */

body{
    padding-right:0!important;
}
.search-modal-content {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

    .search-modal-content .modal-header {
        background: #4297b8;    /*linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);*/
        color: white;
        padding: 20px 24px;
    }

    .search-modal-content .modal-title {
        font-weight: 600;
        font-size: 1.25rem;
    }

    .search-modal-content .btn-close {
        filter: brightness(0) invert(1);
    }

    .search-modal-content .modal-body {
        padding: 30px 24px;
    }

.search-form .input-group-text {
    border-right: none;
    padding-right: 0;
}

.search-form .form-control {
    border-left: none;
    font-size: 1.1rem;
}

    .search-form .form-control:focus {
        box-shadow: none;
        border-color: #dee2e6;
    }

.search-form .btn-primary {
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5282 100%);
    border: none;
    font-weight: 600;
}

    .search-form .btn-primary:hover {
        opacity: 0.9;
    }

.search-suggestions {
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

/* ===========================
   MAIN HEADER (LOGO + NAV)
   =========================== */

.container.logo {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #4297b8;
}

.navbar-brand {
    flex-shrink: 0;
}

    .navbar-brand img {
        /*height: 75px;*/
        width: auto;
        transition: height 0.3s ease;
    }

/* ===========================
   TABLET RESPONSIVE
   =========================== */

@media (max-width: 1200px) {
    .supra-container {
        padding: 0 30px;
    }

    .container.logo {
        padding: 18px 30px;
    }

    .contact-link span {
        font-size: 13px;
    }
}

/* ===========================
   MOBILE RESPONSIVE
   =========================== */

@media (max-width: 991px) {
    /* Hide supra-header on mobile */
    .supra-header {
        display: none;
    }
    .mobile-supra{
        display:block
    }
    .container.logo {
        padding: 15px 20px;
    }

    .navbar-brand img {
        height: 55px;
    }
}

@media (max-width: 768px) {
    .supra-container {
        flex-wrap: wrap;
        gap: 12px;
        padding: 12px 20px;
    }

    .contact-info {
        order: 3;
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .divider {
        display: none;
    }

    .contact-link {
        font-size: 12px;
    }

        .contact-link i {
            font-size: 14px;
        }

    .header-actions {
        gap: 12px;
    }

    .search-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .navbar-brand img {
        height: 48px;
    }

    .lang-btn {
        padding: 5px 16px;
        font-size: 12px;
    }

    .social-links a {
        width: 28px;
        height: 28px;
        font-size: 28px; /*14px;*/
    }
}

/* Smooth transitions */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*#endregion */

/*#region Inside Layout */
.photo-gallery {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 40px;
    box-sizing: border-box;
}

    /* Image fills the entire container */
    .photo-gallery img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        z-index: 0;
    }

    /* Dark overlay on top of the image */
    .photo-gallery::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(30, 40, 60, 0.55);
        z-index: 1;
    }

    /* Text and button above overlay */
    .photo-gallery h1,
    .photo-gallery h2,
    .photo-gallery p,
    .photo-gallery span {
        position: relative;
        z-index: 2;
    }

    .photo-gallery h1,
    .photo-gallery h2 {
        color: #ffffff;
        font-size: 2.2rem;
        font-weight: 700;
        margin: 0 0 16px;
        text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    }

    .photo-gallery h1{
        font-size:2.3rem;
    }

    .photo-gallery .text-white {
        color: #ffffff;
        /*font-size: 1rem;*/
        max-width: 600px;
        margin: 0 0 24px;
        line-height: 1.6;
        text-shadow: 0 1px 4px rgba(0,0,0,0.3);
    }

    .photo-gallery p{
        font-size:1rem;
    }

    .button-yellow {
        display: inline-block;
        background-color: #f5c518;
        color: #1a1a1a;
        font-weight: 700;
        padding: 12px 32px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 1rem;
    }

    .button-yellow:hover {
        background-color: #e0b010;
    }
/*#endregion */

