/* ============================================================
   UKFDC – Global Styles
   ============================================================ */

:root {
    --green:       #02B159;
    --green-dark:  #018a45;
    --green-deep:  #1a3c2e;
    --text-dark:   #1a1a1a;
    --text-muted:  #6c757d;
    --border:      rgba(0,0,0,.08);
}

a, a:hover { color: var(--green); }

/* ============================================================
   HEADER – Row 1: Utility bar
   ============================================================ */
.hdr-utility-bar {
    background: var(--green-deep);
    padding: 5px 0;
    font-size: .78rem;
}

.hdr-util-label { color: rgba(255,255,255,.55); }

.hdr-util-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,.3);
    color: rgba(255,255,255,.8);
    border-radius: 3px;
    padding: 1px 7px;
    font-size: .75rem;
    cursor: pointer;
    transition: all .15s;
    line-height: 1.5;
}
.hdr-util-btn:hover { background: rgba(255,255,255,.15); color: #fff; }
.hdr-util-btn-lg    { font-size: .85rem; }
.hdr-lang-active    { background: var(--green); color: #fff !important; border-color: var(--green); }

html[lang="hi"] .hdr-main-nav .nav-link,
html[lang="hi"] .hdr-dd .dropdown-item,
html[lang="hi"] .hdr-util-btn {
    font-family: "Noto Sans Devanagari", "Mangal", "Arial Unicode MS", sans-serif;
}

.hdr-util-divider   { color: rgba(255,255,255,.25); margin: 0 4px; }

.hdr-util-link {
    color: rgba(255,255,255,.75);
    text-decoration: none;
    font-size: .78rem;
    transition: color .15s;
}
.hdr-util-link:hover { color: #fff; }

/* ============================================================
   HEADER – Row 2: Brand band
   ============================================================ */
.hdr-brand-band {
    background: #fff;
    border-bottom: 3px solid var(--green);
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

.hdr-brand-link {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.hdr-logo {
    height: 64px;
    width: auto;
}

.hdr-org-text { line-height: 1.3; }

.hdr-org-en {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--green-deep);
    letter-spacing: .2px;
}

.hdr-org-hi {
    font-size: .82rem;
    color: var(--text-muted);
    font-weight: 500;
}

/* Search */
.hdr-search-form { display: flex; align-items: center; }
.hdr-search-input {
    background: #f0f7f3;
    border: 1px solid #d4eadb;
    border-right: none;
    border-radius: 20px 0 0 20px !important;
    font-size: .85rem;
    padding: 6px 14px;
    min-width: 210px;
}
.hdr-search-input:focus {
    background: #fff;
    border-color: var(--green);
    box-shadow: none;
    outline: none;
}
.hdr-search-btn {
    background: var(--green);
    color: #fff;
    border: 1px solid var(--green);
    border-radius: 0 20px 20px 0 !important;
    padding: 6px 14px;
}
.hdr-search-btn:hover { background: var(--green-dark); color: #fff; }

.hdr-badge-img { height: 42px; width: auto; }

.hdr-anniversary-logo {
    height: 72px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}
@media (max-width: 991px) {
    .hdr-anniversary-logo { height: 56px; max-width: 160px; }
}

/* ============================================================
   HEADER – Row 3: Main navigation
   ============================================================ */
.hdr-main-nav {
    background: var(--green);
    padding: 0;
}

.hdr-main-nav .navbar-nav .nav-item { position: relative; }

.hdr-main-nav .nav-link {
    color: rgba(255,255,255,.9) !important;
    font-size: .82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .4px;
    padding: 13px 14px !important;
    border-bottom: 3px solid transparent;
    transition: background .15s, border-color .15s;
    white-space: nowrap;
}
.hdr-main-nav .nav-link:hover {
    background: rgba(255,255,255,.12);
    color: #fff !important;
    border-bottom-color: rgba(255,255,255,.5);
}
.hdr-main-nav .nav-link.active,
.hdr-main-nav .nav-link.show {
    background: rgba(0,0,0,.15);
    color: #fff !important;
    border-bottom-color: #fff;
}

/* Dropdown */
.hdr-dd {
    border: none;
    border-top: 3px solid var(--green);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 6px 20px rgba(0,0,0,.12);
    padding: 6px 0;
    min-width: 210px;
    animation: ddFadeIn .15s ease;
}
@keyframes ddFadeIn {
    from { opacity: 0; transform: translateY(-4px); }
    to   { opacity: 1; transform: translateY(0); }
}
.hdr-dd .dropdown-item {
    font-size: .83rem;
    font-weight: 500;
    color: var(--text-dark);
    padding: 8px 18px;
    transition: background .12s;
}
.hdr-dd .dropdown-item:hover,
.hdr-dd .dropdown-item:focus {
    background: var(--green);
    color: #fff;
}
.hdr-dd .dropdown-divider { margin: 4px 0; border-color: var(--border); }

/* Hamburger (mobile) */
.hdr-hamburger {
    color: #fff;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.4) !important;
    border-radius: 4px;
}
.hdr-hamburger:focus { box-shadow: none; }
.hdr-hamburger i, .hdr-hamburger span { color: #fff; }

/* ============================================================
   BANNER / CAROUSEL
   ============================================================ */
.carousel-indicators         { margin-bottom: 0 !important; }
.carousel-indicators button  { width: 14px !important; height: 14px !important; border-radius: 50%; }
.mainHeader .carousel-inner  { height: 450px; }
.mainHeader .bannerImg       { background-repeat: no-repeat; background-size: cover; background-position: center; height: 100%; }
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev       { display: flex; }
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start      { transform: translateX(0); }

/* ============================================================
   LEADERSHIP MESSAGES CAROUSEL (homepage)
   ============================================================ */
.leader-msg-panel {
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #fff 0%, #f4faf7 100%);
}
.leader-msg-heading {
    font-size: .95rem;
    color: var(--green-deep);
    letter-spacing: .4px;
}
.leader-msg-carousel {
    flex: 1 1 auto;
    min-height: 320px;
    padding-bottom: 2rem;
}
.leader-msg-carousel .carousel-inner {
    min-height: 280px;
}
.leader-msg-carousel.carousel-fade .carousel-item {
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}
.leader-msg-carousel .carousel-item {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
    .leader-msg-carousel.carousel-fade .carousel-item {
        transition-duration: 0.01ms;
    }
}
.leader-msg-slide {
    padding: 0 .5rem 1rem;
}
.leader-msg-photo-wrap {
    width: 110px;
    height: 110px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--green);
    box-shadow: 0 4px 16px rgba(2, 177, 89, .25);
    background: #fff;
}
.leader-msg-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.leader-msg-text {
    font-size: .88rem;
    line-height: 1.55;
    color: var(--text-dark);
    margin: 0 0 1rem;
    padding: 0 .25rem;
    border: none;
    font-style: italic;
    min-height: 4.5em;
}
.leader-msg-text::before {
    content: '\201C';
    color: var(--green);
    font-weight: 700;
    margin-right: 2px;
}
.leader-msg-text::after {
    content: '\201D';
    color: var(--green);
    font-weight: 700;
    margin-left: 2px;
}
.leader-msg-name {
    padding-top: .75rem;
    border-top: 1px solid var(--border);
}
.leader-msg-name .fw-bold {
    font-size: .95rem;
    color: var(--green-deep);
}
.leader-msg-role {
    font-size: .8rem;
    color: var(--green);
    font-weight: 600;
    margin-top: .15rem;
}
.leader-msg-indicators {
    margin-bottom: 0;
    bottom: 0;
}
.leader-msg-indicators button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c5ddd0;
    border: none;
    opacity: 1;
}
.leader-msg-indicators button.active {
    background-color: var(--green);
}
.leader-msg-control {
    width: 2rem;
    height: 2rem;
    top: 42%;
    opacity: .85;
}
.leader-msg-control .carousel-control-prev-icon,
.leader-msg-control .carousel-control-next-icon {
    width: 1.25rem;
    height: 1.25rem;
    filter: invert(32%) sepia(85%) saturate(500%) hue-rotate(115deg);
}

/* ============================================================
   NEWS / WHATS NEW
   ============================================================ */
ol.whatsNew li             { margin-bottom: .8rem; }
ol.whatsNew li a           { text-decoration: none; color: var(--text-dark); }
ol.whatsNew li a:hover     { color: var(--green); }

/* ============================================================
   DISTRICT / OFFICE GLANCE CARDS
   ============================================================ */
.bg-lightBlue     { background: #E5FEFC; }
.anc-outer:hover  { background: #F8F9F9; }
.anc-defaut,
.anc-defaut:hover { color: var(--text-dark); text-decoration: none; }
.anc-outer .mb-4 img.img-fluid {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 65px;
    width: auto;
    object-fit: contain;
}

/* ============================================================
   PHOTO GALLERY
   ============================================================ */
.galleryBg          { background: url(../images/galery-bg.png) no-repeat center center; background-size: cover; }
.galeryImg          { display: inline-block; }
.galleryBg .col-12  { white-space: nowrap; }

/* ============================================================
   QUICK LINKS
   ============================================================ */
ul.quickLink           { padding: 0; margin: 0; list-style: none; }
ul.quickLink li        { display: flex; align-items: flex-start; margin: 10px 0; }
ul.quickLink li i      { width: 20px; height: 20px; margin-right: 10px; flex-shrink: 0;
                          background: url(../images/green-tick.svg) no-repeat center center; }
ul.quickLink li a      { color: var(--text-dark); font-size: .88rem; font-weight: 600; text-decoration: none; }
ul.quickLink li a:hover{ color: var(--green); text-decoration: underline; }

/* ============================================================
   HELPLINE
   ============================================================ */
.helpLineLink .iconArea { width: 40px; height: 40px; border-radius: 50%; text-align: center; margin-right: 15px; flex-shrink: 0; }
.helpLineLink .iconArea.fire              { background: url(../images/fire.svg)              center no-repeat #E7222C; }
.helpLineLink .iconArea.Police-Control    { background: url(../images/Police-Control.svg)    center no-repeat #1FA0B5; }
.helpLineLink .iconArea.Ambulance         { background: url(../images/Ambulance.svg)         center no-repeat #1FA0B5; }
.helpLineLink .iconArea.Women-Helpline    { background: url(../images/Women-Helpline.svg)    center no-repeat #7630D4; }
.helpLineLink .iconArea.Disaster-Emergency{ background: url(../images/Disaster-Emergency.svg)center no-repeat #336799; }
.helpLineLink .textArea      { font-size: 1rem; }
.helpLineLink .textArea span { font-size: 1.25rem; font-weight: 600; }

/* ============================================================
   PUBLIC UTILITIES
   ============================================================ */
.utilities          { min-height: 155px; text-align: center; }
.utilities:hover    { background: #F8F9F9; }

/* ============================================================
   HOMEPAGE – Quick Links / Help Line / Social (equal boxes)
   ============================================================ */
.home-util-row { align-items: stretch; }
.home-util-col {
    display: flex;
    flex-direction: column;
}
.home-util-card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    min-height: 0;
}

/* ============================================================
   SOCIAL MEDIA (homepage)
   ============================================================ */
.social-media-panel { justify-content: flex-start; }
.social-media-intro { line-height: 1.4; flex-shrink: 0; }
.social-media-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 0;
    padding: .5rem 0;
}
.social-media-divider {
    margin: 0;
    border: 0;
    border-top: 1px solid var(--border);
    opacity: 1;
}
.social-icons-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: .5rem .65rem;
    flex: 0 0 auto;
}
.social-contact-list {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    flex: 0 0 auto;
}
.social-contact-item {
    display: flex;
    align-items: center;
    gap: .75rem;
}
.social-contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e8f8ef;
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    flex-shrink: 0;
}
.social-contact-text {
    font-size: .88rem;
    line-height: 1.35;
    min-width: 0;
}
.social-contact-text a {
    color: var(--text-dark);
    font-weight: 600;
    text-decoration: none;
}
.social-contact-text a:hover { color: var(--green); }
.social-icon-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .35rem;
    flex: 0 0 auto;
    min-width: 58px;
    text-decoration: none;
    color: var(--text-dark);
    transition: transform .2s ease;
}
.social-icon-link:hover {
    transform: translateY(-3px);
    color: var(--text-dark);
}
.social-icon-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: #fff;
    background: var(--green);
    border: 2px solid transparent;
    box-shadow: 0 3px 12px rgba(2, 177, 89, .25);
    transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.social-icon-link:hover .social-icon-circle {
    box-shadow: 0 6px 18px rgba(0, 0, 0, .18);
}
.social-icon-label {
    font-size: .65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: var(--text-muted);
}
.social-icon-link:hover .social-icon-label { color: var(--green-deep); }
.social-icon-fb:hover .social-icon-circle  { background: #1877f2; }
.social-icon-x:hover .social-icon-circle   { background: #000; }
.social-icon-yt:hover .social-icon-circle  { background: #ff0000; }
.social-icon-ig:hover .social-icon-circle  { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
/* ============================================================
   FOOTER
   ============================================================ */
.footer a           { font-size: .88rem; text-decoration: none; color: #fff; }
.footer a:hover     { text-decoration: underline; }

/* ============================================================
   GALLERY PAGES – Image gallery
   ============================================================ */
.gallery-page-hero {
    position: relative;
    padding: 2.5rem 0 2.75rem;
    color: #fff;
    overflow: hidden;
}
.gallery-page-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(.45);
}
.gallery-page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 60, 46, .92) 0%, rgba(2, 177, 89, .55) 100%);
    pointer-events: none;
}
.gallery-page-hero .container { position: relative; z-index: 1; }
.gallery-hero-crumb .breadcrumb-item a { color: rgba(255,255,255,.85); text-decoration: none; }
.gallery-hero-crumb .breadcrumb-item a:hover { color: #fff; }
.gallery-hero-crumb .breadcrumb-item.active { color: rgba(255,255,255,.65); }
.gallery-hero-crumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.45); }
.gallery-page-title {
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: .5rem;
}
.gallery-page-subtitle {
    font-size: 1rem;
    color: rgba(255,255,255,.88);
    max-width: 42rem;
    line-height: 1.6;
}
.gallery-count-badge {
    display: inline-block;
    margin-left: .5rem;
    padding: .2rem .65rem;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50px;
    font-size: .8rem;
    font-weight: 600;
    vertical-align: middle;
}
.gallery-page-hero--compact {
    padding: 2rem 0 2.25rem;
}
.gallery-album-hero-meta {
    font-size: .95rem;
    color: rgba(255,255,255,.9);
}
.gallery-page-body {
    padding: 3rem 0 4rem;
    background: linear-gradient(180deg, #f4f9f6 0%, #fff 120px);
}
/* Album listing (gallery home) */
.gallery-albums-grid { margin-top: .5rem; }
.gallery-album-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(26, 60, 46, .1);
    border: 1px solid #e2ebe6;
    color: inherit;
    transition: transform .25s ease, box-shadow .25s ease;
}
.gallery-album-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(2, 177, 89, .2);
    color: inherit;
}
.gallery-album-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #e8ece9;
}
.gallery-album-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.gallery-album-card:hover .gallery-album-card-media img {
    transform: scale(1.05);
}
.gallery-album-card-badge {
    position: absolute;
    bottom: .75rem;
    right: .75rem;
    padding: .35rem .75rem;
    background: rgba(26, 60, 46, .88);
    color: #fff;
    font-size: .78rem;
    font-weight: 600;
    border-radius: 50px;
}
.gallery-album-card-body {
    padding: 1.25rem 1.35rem 1.4rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.gallery-album-date {
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--green);
    margin-bottom: .35rem;
}
.gallery-album-card-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--green-deep);
    margin: 0 0 .65rem;
    line-height: 1.3;
}
.gallery-album-card-desc {
    font-size: .9rem;
    color: #4a5c52;
    line-height: 1.55;
    margin: 0 0 1rem;
    flex: 1;
}
.gallery-album-card-link {
    font-size: .88rem;
    font-weight: 700;
    color: var(--green-dark);
}
.gallery-album-card:hover .gallery-album-card-link {
    color: var(--green);
}
.gallery-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.35rem;
}
.gallery-card {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(26, 60, 46, .1);
    transition: transform .25s ease, box-shadow .25s ease;
}
.gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(2, 177, 89, .22);
}
.gallery-card-btn {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    text-align: left;
}
.gallery-card-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e8ece9;
}
.gallery-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}
.gallery-card:hover .gallery-card-media img {
    transform: scale(1.06);
}
.gallery-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: 1rem;
    background: linear-gradient(to top, rgba(26, 60, 46, .88) 0%, rgba(26, 60, 46, .25) 55%, transparent 100%);
    opacity: 0;
    transition: opacity .3s ease;
}
.gallery-card:hover .gallery-card-overlay { opacity: 1; }
.gallery-card-zoom {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 4px 14px rgba(0,0,0,.25);
}
.gallery-card-title {
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.35;
    text-shadow: 0 1px 4px rgba(0,0,0,.4);
}
.gallery-empty {
    padding: 4rem 2rem;
    background: #fff;
    border-radius: 12px;
    border: 1px dashed #c5ddd0;
}
.gallery-empty-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.25rem;
    border-radius: 50%;
    background: #e8f8ef;
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}
/* Lightbox */
body.gallery-lb-open { overflow: hidden; }
.gallery-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(10, 20, 15, .94);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 4rem;
}
.gallery-lightbox[hidden] { display: none !important; }
.gallery-lb-inner {
    max-width: min(1100px, 100%);
    width: 100%;
    text-align: center;
}
.gallery-lb-img {
    max-width: 100%;
    max-height: calc(100vh - 140px);
    width: auto;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 40px rgba(0,0,0,.5);
}
.gallery-lb-caption {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    margin: 1rem 0 .25rem;
}
.gallery-lb-counter {
    color: rgba(255,255,255,.55);
    font-size: .85rem;
    margin: 0;
}
.gallery-lb-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background .2s;
}
.gallery-lb-close:hover { background: var(--green); }
.gallery-lb-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background .2s;
}
.gallery-lb-nav:hover { background: var(--green); }
.gallery-lb-prev { left: 1rem; }
.gallery-lb-next { right: 1rem; }
@media (max-width: 575px) {
    .gallery-lightbox { padding: 1rem .5rem; }
    .gallery-lb-prev { left: .35rem; }
    .gallery-lb-next { right: .35rem; }
    .gallery-masonry { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
    .gallery-card-zoom { width: 40px; height: 40px; font-size: .95rem; }
}
button.gallery-album-card.gallery-video-card {
    width: 100%;
    padding: 0;
    border: 1px solid #e2ebe6;
    text-align: left;
    cursor: pointer;
    font: inherit;
}
button.gallery-album-card.gallery-video-card:focus {
    outline: 2px solid var(--green);
    outline-offset: 3px;
}
.gallery-video-play-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.22);
    color: #fff;
    pointer-events: none;
    transition: background .25s ease;
}
.gallery-album-card:hover .gallery-video-play-overlay {
    background: rgba(2,177,89,.4);
}
.gallery-video-play-overlay i {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    padding-left: 4px;
    box-shadow: 0 6px 20px rgba(0,0,0,.3);
    transition: transform .25s ease;
}
.gallery-album-card:hover .gallery-video-play-overlay i {
    transform: scale(1.08);
}
body.gallery-video-lb-open { overflow: hidden; }
.gallery-video-lightbox {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(10, 20, 15, .96);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.25rem;
}
.gallery-video-lightbox[hidden] { display: none !important; }
.gallery-video-lb-inner {
    width: min(98vw, calc((100vh - 4.5rem) * 16 / 9));
    max-width: 100%;
    display: flex;
    flex-direction: column;
}
.gallery-video-lb-player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
}
.gallery-video-lb-video,
.gallery-video-lb-iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: contain;
}
.gallery-video-lb-caption {
    margin: 1rem 0 0;
    text-align: center;
    color: #fff;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.4;
}
.gallery-video-lb-close {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 10000;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background .15s;
}
.gallery-video-lb-close:hover { background: var(--green); }
@media (max-width: 575px) {
    .gallery-video-lightbox { padding: .5rem; }
    .gallery-video-lb-inner { width: 100%; }
    .gallery-video-lb-player { border-radius: 6px; }
    .gallery-video-lb-caption { font-size: .95rem; margin-top: .75rem; }
}
.gallery-video-ratio {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000;
}
.gallery-video-ratio iframe,
.gallery-video-ratio video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.gallery-video-title {
    padding: .75rem 1rem;
    font-size: .9rem;
    font-weight: 600;
    color: var(--green-deep);
}
.gallery-video-card--featured {
    max-width: 960px;
    margin: 0 auto;
}
.gallery-video-card--featured .gallery-video-ratio {
    padding-bottom: 56.25%;
}
.gallery-video-processing {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #1a3c2e 0%, #02B159 100%);
}

/* ============================================================
   CONTACT US PAGE
   ============================================================ */
.contact-card {
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 2rem 1.5rem;
    background: #fff;
    transition: box-shadow .2s, border-color .2s;
}
.contact-card:hover {
    border-color: var(--green);
    box-shadow: 0 4px 20px rgba(2, 177, 89, .12);
}
.contact-card-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 50%;
    background: #e8f8ef;
    color: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.contact-card h4 { color: var(--green-deep); font-size: 1.1rem; }
.contact-card a   { color: var(--green-dark); font-weight: 600; text-decoration: none; }
.contact-card a:hover { text-decoration: underline; }
.contact-map-wrap iframe { display: block; width: 100% !important; }
.contact-get-touch { white-space: nowrap; }

/* Organisation structure chart (inner page) */
.ukfdc-org-chart-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: .5rem;
    background: #fff;
}
.ukfdc-org-chart {
    max-width: 100%;
    height: auto;
}

/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadCrumbText li a,
.breadCrumbText li.active { text-decoration: none; text-transform: uppercase; font-size: .75rem; font-weight: 600; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
    /* Mobile nav collapses vertically */
    .hdr-main-nav .nav-link {
        border-bottom: 1px solid rgba(255,255,255,.1) !important;
        border-left: 3px solid transparent;
        padding: 10px 16px !important;
        white-space: normal;
    }
    .hdr-main-nav .nav-link:hover,
    .hdr-main-nav .nav-link.active {
        border-bottom-color: rgba(255,255,255,.1) !important;
        border-left-color: #fff;
    }
    .hdr-dd {
        border-top: none;
        border-left: 3px solid var(--green);
        border-radius: 0;
        box-shadow: none;
        background: rgba(0,0,0,.12);
        animation: none;
    }
    .hdr-dd .dropdown-item { color: rgba(255,255,255,.85); padding: 8px 28px; }
    .hdr-dd .dropdown-item:hover { background: rgba(255,255,255,.12); color: #fff; }
    .hdr-dd .dropdown-divider { border-color: rgba(255,255,255,.15); }
    .hdr-brand-band .py-2 { padding-top: .75rem !important; padding-bottom: .75rem !important; }
    .hdr-org-en { font-size: .92rem; }
    .hdr-logo   { height: 50px; }
    .galeryImg  { display: block; }
}

@media (max-width: 575px) {
    .hdr-org-hi { display: none; }
    .hdr-logo   { height: 40px; }
    .hdr-org-en { font-size: .82rem; }
}
