/* Map to RemUI / site theme colors with plugin fallbacks */
.local-graduate-homepage {
    --gh-primary: #2b307e;
    --gh-primary-light: #2b307e;
    --gh-primary-dark: #1f245c;
    --gh-brand-text: #2b307e;
    --gh-secondary: var(--brand-secondary, #1cc88a);
    --gh-accent-soft: rgba(43, 48, 126, 0.12);
    --gh-bg: var(--light, #f8f9fa);
    --gh-bg-alt: #eef2f8;
    --gh-surface: var(--white, #ffffff);
    --gh-text: var(--dark, #333333);
    --gh-text-muted: var(--secondary, var(--gray, #6c757d));
    --gh-border: rgba(43, 48, 126, 0.16);
    --gh-shadow-sm: 0 4px 18px rgba(43, 48, 126, 0.18);
    --gh-shadow: 0 16px 44px rgba(43, 48, 126, 0.24);
    --gh-gradient: linear-gradient(90deg, #2b307e, #4e73df, #1cc88a, #36b9cc);
    --gh-radius: 18px;
    --gh-radius-sm: 12px;
    --gh-gap: 36px;
}

.container {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

#region-main .local-graduate-homepage {
    margin: -10px -15px 0;
    padding-bottom: 8px;
}

.local-graduate-homepage {
    color: var(--gh-text);
    line-height: 1.65;
    background: var(--gh-bg);
}

.local-graduate-homepage.rtl {
    direction: rtl;
}

.local-graduate-homepage .gh-container {
    width: min(1140px, calc(100% - 32px));
    margin: 0 auto;
}

/* .local-graduate-homepage #success-stories .gh-container {
    width: 100% !important;
    margin: 0 auto;
} */

/* ---- Section headers ---- */
.local-graduate-homepage .gh-section-header {
    text-align: center;
    background-color: #2b307e;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 1px;
    text-align: center;
    border-radius: 50px 50px 10px 10px;
    width: 62%;
    margin-bottom: 25px;
}

.local-graduate-homepage .gh-portfolio-list .gh-block-title {
    color: #2b307e;
}

.local-graduate-homepage .gh-section-header .gh-section-title {
    color: #ffffff !important;
}

.local-graduate-homepage .gh-section-title {
    font-size: 1.25rem;
    position: relative;
    display: inline-block;
}

.local-graduate-homepage .gh-block-title {
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    margin: 0 0 16px;
}

/* ---- HFP Graduates Network hero ---- */
.local-graduate-homepage .gh-hfp-network {
    background: #ffffff;
    overflow: hidden;
}

.local-graduate-homepage .gh-hfp-network-brand .gh-hfp-network-logo-wrapper {
    height: 900px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.local-graduate-homepage .gh-hfp-network-logo {
    width: 50%;
}

.local-graduate-homepage .gh-hfp-network-panel-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    user-select: none;
}

.local-graduate-homepage .gh-hfp-network-panel-body {
    height: 950px;
    background-size: cover;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    background-image: url(/local/graduate_homepage/images/st_block.svg);
    padding-top: 25%;
}

.local-graduate-homepage .gh-hfp-network-title {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: clamp(1.35rem, 2.2vw, 1.85rem);
    font-weight: 700;
    line-height: 1.35;
}

.local-graduate-homepage .gh-hfp-network-description {
    color: #ffffff !important;
    font-size: 1.1rem;
    line-height: 2.5;
    text-align: justify;
}

.local-graduate-homepage .gh-hfp-network-description p {
    margin: 0 0 14px;
    color: inherit;
}

.local-graduate-homepage .gh-hfp-network-description p:last-child {
    margin-bottom: 0;
}

.local-graduate-homepage.rtl .gh-hfp-network-inner {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 38%);
}

.local-graduate-homepage.rtl .gh-hfp-network-brand {
    order: 2;
}

.local-graduate-homepage.rtl .gh-hfp-network-panel {
    order: 1;
}

.local-graduate-homepage.rtl .gh-hfp-network-panel-bg {
    transform: scaleX(-1);
}

.local-graduate-homepage.rtl .gh-hfp-network-panel-body {
    height: 900px;
    background-size: cover;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    background-image: url(/local/graduate_homepage/images/st_block.svg);
    padding-top: 25%;
}

@media (max-width: 991px) {
    .local-graduate-homepage .gh-hfp-network-inner {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .local-graduate-homepage .gh-hfp-network-brand,
    .local-graduate-homepage.rtl .gh-hfp-network-brand {
        order: 0;
        padding: 32px 24px 16px;
    }

    .local-graduate-homepage .gh-hfp-network-panel,
    .local-graduate-homepage.rtl .gh-hfp-network-panel {
        order: 1;
        min-height: 360px;
    }

    .local-graduate-homepage .gh-hfp-network-panel-body,
    .local-graduate-homepage.rtl .gh-hfp-network-panel-body {
        padding: 20% 28px 0px;
    }
}

/* ---- About sections ---- */
.local-graduate-homepage .gh-about-group {
    display: flex;
    flex-direction: column;
}

.local-graduate-homepage .gh-about {
    padding: 48px 0;
    background: var(--gh-surface);
}

.local-graduate-homepage .gh-about-alt {
    background: var(--gh-bg-alt);
}

/* Image + text: side by side based on dir */
.local-graduate-homepage .gh-about-content {
    display: flex;
    flex-direction: column;
    gap: var(--gh-gap);
    align-items: flex-start;
}

.local-graduate-homepage .gh-about.reverse .gh-about-media {
    order: 2;
}

.local-graduate-homepage .gh-about.reverse .gh-about-body {
    order: 1;
}

.local-graduate-homepage .gh-about-media,
.local-graduate-homepage .gh-portfolio-media {
    overflow: hidden;
    border-radius: var(--gh-radius);
    box-shadow: var(--gh-shadow);
    border: 2px solid var(--gh-border);
}

.local-graduate-homepage .gh-block-main-image,
.local-graduate-homepage .gh-portfolio-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    transform: scale(1);
    transition: transform 5s ease;
}

.local-graduate-homepage .gh-image-block:hover .gh-block-main-image,
.local-graduate-homepage .gh-image-block:hover .gh-portfolio-image {
    transform: scale(1.05);
}

.local-graduate-homepage .gh-about-body,
.local-graduate-homepage .gh-portfolio-body {
    padding: 8px 0;
}

/* ---- Text-only: full width + side color ---- */
.local-graduate-homepage .gh-text-panel {
    width: 100%;
    background: var(--gh-surface);
    border: 1px solid var(--gh-border);
    border-inline-start: 5px solid #2b307e;
    border-radius: var(--gh-radius);
    box-shadow: var(--gh-shadow-sm);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.local-graduate-homepage .gh-text-panel:hover {
    box-shadow: var(--gh-shadow);
    transform: translateY(-2px);
}

.local-graduate-homepage .gh-text-panel-body {
    padding: 32px 36px;
}

.local-graduate-homepage .gh-text-panel.gh-reveal {
    transform: translateY(16px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.local-graduate-homepage .gh-text-panel.gh-reveal.gh-visible {
    transform: translateY(0);
}

.local-graduate-homepage .gh-static-cohort {
    padding: 48px 0 56px;
    background: var(--gh-bg-alt);
}

.local-graduate-homepage .gh-static-block {
    text-align: center;
    border-inline-start-color: var(--gh-accent, #1cc88a);
}

.local-graduate-homepage .gh-static-block .gh-block-description {
    max-width: 720px;
    margin: 0 auto 20px;
    font-size: 1.05rem;
    line-height: 1.7;
}

.local-graduate-homepage .gh-static-block .gh-block-buttons {
    justify-content: center;
}

/* ---- Portfolio ---- */
.local-graduate-homepage .gh-portfolio {
    padding: 52px 0;
    background: var(--gh-bg);
}

.local-graduate-homepage .gh-portfolio:nth-of-type(even) {
    background: var(--gh-surface);
}

.local-graduate-homepage .gh-portfolio-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Image + text feature row */
.local-graduate-homepage .gh-portfolio-feature {
    display: flex;
    flex-direction: row;
    gap: 0;
    background:
        linear-gradient(var(--gh-gradient)) top / 100% 4px no-repeat,
        var(--gh-surface);
    border: 2px solid var(--gh-border);
    border-radius: var(--gh-radius);
    overflow: hidden;
    box-shadow: var(--gh-shadow-sm);
}

.local-graduate-homepage .gh-portfolio-feature.reverse .gh-portfolio-media {
    order: 2;
}

.local-graduate-homepage .gh-portfolio-feature.reverse .gh-portfolio-body {
    order: 1;
}

.local-graduate-homepage .gh-portfolio-feature .gh-portfolio-media {
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    line-height: 0;
}

.local-graduate-homepage .gh-portfolio-feature .gh-portfolio-image {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.local-graduate-homepage .gh-portfolio-feature .gh-portfolio-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 32px 36px;
}

/* Image block scroll animations */
.local-graduate-homepage .gh-about-media[data-gh-animate="media"],
.local-graduate-homepage .gh-portfolio-media[data-gh-animate="media"] {
    transform: translateX(-20px);
    transition: transform 0.65s ease, opacity 0.65s ease;
}

.local-graduate-homepage .gh-about.reverse .gh-about-media[data-gh-animate="media"],
.local-graduate-homepage .gh-portfolio-feature.reverse .gh-portfolio-media[data-gh-animate="media"] {
    transform: translateX(20px);
}

.local-graduate-homepage .gh-about-body[data-gh-animate="body"],
.local-graduate-homepage .gh-portfolio-body[data-gh-animate="body"] {
    transform: translateY(16px);
    transition: transform 0.6s ease 0.08s, opacity 0.6s ease 0.08s;
}

.local-graduate-homepage [data-gh-animate="media"].gh-animate-in,
.local-graduate-homepage [data-gh-animate="body"].gh-animate-in {
    transform: translateX(0) translateY(0);
}

.local-graduate-homepage .gh-image-block.gh-animated .gh-block-main-image,
.local-graduate-homepage .gh-image-block.gh-animated .gh-portfolio-image {
    animation: gh-image-zoom-in 0.9s ease forwards;
}

@keyframes gh-image-zoom-in {
    from {
        transform: scale(1.08);
    }

    to {
        transform: scale(1);
    }
}

.local-graduate-homepage .gh-hfp-network-panel.col-md-6.col-12 {
    padding-right: unset !important;
    padding-left: unset !important;
}

/* ---- Shared content ---- */
.local-graduate-homepage .gh-block-description {
    color: var(--gh-text-muted);
    font-size: 0.98rem;
}

.local-graduate-homepage .gh-block-description p {
    margin: 0 0 12px;
}

.local-graduate-homepage .gh-block-description p:last-child {
    margin-bottom: 0;
}

.local-graduate-homepage .gh-block-description ul,
.local-graduate-homepage .gh-block-description ol {
    margin: 0 0 12px;
    padding-inline-start: 1.4em;
}

.local-graduate-homepage .gh-block-description a {
    color: var(--gh-brand-text);
}

.local-graduate-homepage .gh-block-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

/* ---- Album ---- */
.local-graduate-homepage .gh-album-section {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px dashed var(--gh-border);
}

.local-graduate-homepage .gh-section-label {
    color: var(--gh-brand-text);
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.local-graduate-homepage .gh-album-text {
    color: var(--gh-text-muted);
    font-style: italic;
    margin-bottom: 14px;
}

.local-graduate-homepage .gh-album-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
    justify-content: center;
}

.local-graduate-homepage .gh-album-viewport {
    flex: 1;
    overflow: hidden;
    border-radius: var(--gh-radius-sm);
    border: 2px solid var(--gh-border);
    background: #000;
    line-height: 0;
    max-height: 200px;
    max-width: 200px;
}

.local-graduate-homepage .gh-album-track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.local-graduate-homepage .gh-album-slide {
    flex: 0 0 100%;
    min-width: 100%;
    line-height: 0;
}

.local-graduate-homepage .gh-album-item {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: zoom-in;
    background: #000;
    transition: opacity 0.2s ease;
    height: 200px;
}

.local-graduate-homepage .gh-album-item img {
    position: absolute;
    inset: 0;
    width: 200px;
    height: 200px;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform 0.35s ease;
}

.local-graduate-homepage .gh-album-item:hover img {
    transform: scale(1.03);
}

.local-graduate-homepage .gh-album-nav {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 2px solid var(--gh-border);
    background: var(--gh-surface);
    color: var(--gh-brand-text);
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: var(--gh-shadow-sm);
    transition: background 0.2s, border-color 0.2s, transform 0.2s, opacity 0.2s;
}

.local-graduate-homepage .gh-album-nav span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.local-graduate-homepage .gh-album-nav:hover:not(:disabled) {
    background: #2b307e;
    border-color: #2b307e;
    color: #fff;
    transform: scale(1.05);
}

.local-graduate-homepage .gh-album-nav:disabled {
    opacity: 0.35;
    cursor: default;
}

/* ---- Success stories testimonial carousel ---- */
.local-graduate-homepage .gh-success-stories {
    padding: 52px 0 60px;
    background: #f8f9fa;
}

.local-graduate-homepage .gh-success-stories-intro {
    max-width: 760px;
    margin: 0 auto 32px;
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.75;
}

.local-graduate-homepage .gh-testimonial-wrap {
    margin: 0 10px;
}

.local-graduate-homepage .gh-testimonial-carousel {
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.local-graduate-homepage .gh-testimonial-viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.local-graduate-homepage .gh-testimonial-track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.local-graduate-homepage .gh-testimonial-slide {
    flex: 0 0 100%;
    min-width: 100%;
    display: flex;
}

.local-graduate-homepage .gh-testimonial-card {
    position: relative;
    width: 100%;
    background: var(--gh-surface);
    border: 1px solid var(--gh-border);
    border-radius: var(--gh-radius);
    padding: 5px 15px 10px;
    text-align: center;
}

.local-graduate-homepage .gh-testimonial-quote {
    color: var(--gh-primary);
    font-size: 3.5rem;
    line-height: 1;
    opacity: 0.25;
    margin-bottom: 8px;
    font-family: Georgia, "Times New Roman", serif;
}

.local-graduate-homepage .gh-testimonial-image-wrap {
    display: flex;
    justify-content: center;
}

.local-graduate-homepage .gh-testimonial-image-btn {
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: zoom-in;
    border-radius: 2%;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.local-graduate-homepage .gh-testimonial-image-btn:hover {
    transform: scale(1.03);
    box-shadow: var(--gh-shadow);
}

.local-graduate-homepage .gh-testimonial-image-btn:focus-visible {
    outline: 2px solid var(--gh-primary);
    outline-offset: 3px;
}

.local-graduate-homepage .gh-testimonial-image {
    display: block;
    width: 100% !important;
    height: 200px !important;
    object-fit: contain;
    border-radius: 2%;
    border: 3px solid var(--gh-primary);
    box-shadow: var(--gh-shadow-sm);
    pointer-events: none;
}

.local-graduate-homepage .gh-testimonial-text {
    flex: 1;
    padding: 0;
    border: 0;
    color: var(--gh-text);
    font-size: 1rem;
    line-height: 1.6;
    font-style: italic;
    min-height: 225px;
}

.gh-testimonial-card-inner.row {
    padding: 5px 0px;
    align-items: center;
    min-height: 85% !important;
}

.local-graduate-homepage .gh-testimonial-author {
    margin: 0;
    margin-top: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid var(--gh-border);
}

.local-graduate-homepage .gh-testimonial-name {
    display: inline-block;
    color: var(--gh-brand-text);
    font-weight: 700;
    font-size: 1rem;
    font-style: normal;
}

.local-graduate-homepage .gh-testimonial-name::before {
    content: "— ";
    color: var(--gh-text-muted);
    font-weight: 400;
}

.local-graduate-homepage .gh-testimonial-nav {
    flex: 0 0 44px;
    align-self: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid var(--gh-border);
    background: var(--gh-surface);
    color: var(--gh-brand-text);
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: var(--gh-shadow-sm);
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.local-graduate-homepage .gh-testimonial-nav span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.local-graduate-homepage .gh-testimonial-nav:hover {
    background: var(--gh-primary);
    border-color: var(--gh-primary);
    color: #fff;
    transform: scale(1.05);
}

.local-graduate-homepage .gh-testimonial-counter {
    margin-top: 18px;
    text-align: center;
    font-size: 0.85rem;
    color: var(--gh-text-muted);
    font-weight: 600;
    letter-spacing: 0.02em;
}

.local-graduate-homepage.rtl .gh-testimonial-text {
    font-style: normal;
    text-align: center;
}

.local-graduate-homepage .gh-testimonial-single .gh-testimonial-viewport {
    width: 100%;
}

.local-graduate-homepage .gh-album-wrap .gh-album-nav:disabled {
    opacity: 1;
    cursor: pointer;
}

.local-graduate-homepage .gh-album-counter {
    position: absolute;
    bottom: 10px;
    inset-inline-end: 58px;
    background: rgba(43, 48, 126, 0.78);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    pointer-events: none;
}

.local-graduate-homepage .gh-album-single .gh-album-viewport {
    width: 100%;
}

.local-graduate-homepage .gh-album-single .gh-album-item {
    aspect-ratio: 16 / 10;
}

/* ---- Empty & lightbox ---- */
.local-graduate-homepage .gh-empty-state {
    text-align: center;
    padding: 64px 24px;
    color: var(--gh-text-muted);
    background: var(--gh-surface);
    border-radius: var(--gh-radius);
    border: 2px dashed var(--gh-border);
    margin: 24px 16px;
}

.gh-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(15, 31, 58, 0.92);
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.gh-lightbox.active {
    display: flex;
}

.gh-lightbox-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: min(1100px, 100%);
    max-height: 90vh;
}

.gh-lightbox-stage {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gh-lightbox img {
    max-width: 100%;
    max-height: 85vh;
    border-radius: var(--gh-radius-sm);
    display: block;
}

.gh-lightbox-counter {
    position: absolute;
    bottom: 12px;
    inset-inline-end: 12px;
    background: rgba(43, 48, 126, 0.78);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    pointer-events: none;
}

.gh-lightbox-nav {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.35);
    background: rgba(43, 48, 126, 0.85);
    color: #fff;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    z-index: 1;
}

.gh-lightbox-nav span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.gh-lightbox-nav:hover {
    background: #2b307e;
    border-color: #2b307e;
    transform: scale(1.05);
}

.gh-lightbox.gh-lightbox-single .gh-lightbox-nav,
.gh-lightbox.gh-lightbox-single .gh-lightbox-counter {
    display: none;
}

.gh-lightbox-close {
    position: fixed;
    top: 20px;
    inset-inline-end: 24px;
    background: #2b307e;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 600px) {
    .gh-lightbox {
        padding: 16px;
    }

    .gh-lightbox-inner {
        gap: 8px;
    }

    .gh-lightbox-nav {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {

    .local-graduate-homepage [data-gh-animate],
    .local-graduate-homepage .gh-text-panel.gh-reveal,
    .local-graduate-homepage .gh-block-main-image,
    .local-graduate-homepage .gh-portfolio-image {
        transition: none !important;
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

@media (max-width: 900px) {

    .local-graduate-homepage .gh-about-content,
    .local-graduate-homepage .gh-portfolio-feature {
        grid-template-columns: 1fr;
    }

    .local-graduate-homepage .gh-about.reverse .gh-about-media,
    .local-graduate-homepage .gh-about.reverse .gh-about-body,
    .local-graduate-homepage .gh-portfolio-feature.reverse .gh-portfolio-media,
    .local-graduate-homepage .gh-portfolio-feature.reverse .gh-portfolio-body {
        order: unset;
    }

    .local-graduate-homepage .gh-about-media[data-gh-animate="media"],
    .local-graduate-homepage .gh-portfolio-media[data-gh-animate="media"] {
        transform: translateY(20px);
    }

    .local-graduate-homepage .gh-text-panel-body {
        padding: 24px 20px;
    }
}

@media (max-width: 760px) {
    #page.drawers .main-inner {
        margin-top: 0px !important;
    }

    .local-graduate-homepage .gh-hfp-network-brand .gh-hfp-network-logo-wrapper {
        height: 150px;
    }

    .local-graduate-homepage .gh-hfp-network-panel-body {
        background-image: none !important;
        background-color: #2b307e !important;
        height: 1000px !important;
    }

    .local-graduate-homepage .gh-section-header {
        width: 100% !important;
    }

    .local-graduate-homepage .gh-portfolio-feature {
        display: flex;
        flex-direction: column;
    }

    .local-graduate-homepage .gh-album-item,
    .local-graduate-homepage .gh-album-item img {
        height: 130px !important;
        width: 100% !important;
    }
    .local-graduate-homepage .gh-testimonial-text {
        text-align: justify !important;
    }
    .local-graduate-homepage .gh-testimonial-slide {
        align-items: center !important;
    }
    .local-graduate-homepage .gh-testimonial-card {
        height: fit-content !important;
    }

}

@media (max-width: 600px) {
    .local-graduate-homepage .gh-album-carousel:not(.gh-album-single) {
        gap: 8px;
    }

    .local-graduate-homepage .gh-album-nav {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .local-graduate-homepage .gh-album-counter {
        bottom: 8px;
        inset-inline-end: 8px;
    }

    .local-graduate-homepage .gh-testimonial-carousel:not(.gh-testimonial-single) {
        gap: 8px;
    }

    .local-graduate-homepage .gh-testimonial-nav {
        flex: 0 0 36px;
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .local-graduate-homepage .gh-testimonial-card {
        padding: 28px 22px 24px;
    }

    .local-graduate-homepage .gh-testimonial-counter {
        margin-top: 14px;
    }
}

@media (max-width: 480px) {
    #region-main .local-graduate-homepage {
        margin-inline: -8px;
    }

    .local-graduate-homepage .gh-container {
        width: calc(100% - 20px);
    }
}