@charset "utf-8";

@font-face {
    font-family: 'ManropeRegular';
    font-style: normal;
    font-weight: 400;
    src: local('Manrope-Regular'), local('Manrope-Regular'),
    /* url(../fonts/1YwB1sO8YE1Lyjf12WNiUA.woff) format('woff'),
    url(../fonts/UyBMtLsHKBKXelqf4x7VRQ.woff) format('woff'), */
    url(../fonts/Manrope-Regular.ttf) format('truetype');
}

:root {
    --bs-nav-link-font-weight: 500;
    --bs-nav-link-font-size: 14px;
    --header-height: 65px;
    --bs-nav-link-dropdown-font-size: 14px;
    --bs-scroll-height: 400px;
    --bs-color-grey: #555;
    --bs-color-white: #fff;
    --bs-color-green: #70B865;
    --bs-color-lightgrey: #EEE;
    --bs-color-boxshadow: #e0e0e0;
    --bs-color-border: #e2e9e6;
    --bs-color-background-grey: #F5F5F5;
    --bs-color-footer: #888;
    --bs-footer-font-size: 12px;
    --bs-sidebar-font-color-grey: #9c9c9c;
    --bs-sidebar-font-weight: 700;
    --bs-sidebar-font-size: 14px;
    --bs-sidebar-border-right-grey: #ededed;
    --bs-sidebar-submenu-font-size: 12px;
    --bs-color-transparent: transparent;
    --bs-pills-title-color: #333;
    --bs-content-height: 300px;
    --bs-core-panel-font-size: 16px;
    --bs-core-panel-line-height: 20px;
    --bs-body-color: #4e4e4e !important;
    --bs-dropdown-font-weight: 700;
    --bs-table-small-font-size: 10px;
    --bs-color-brand-blue: #292662;
    --intro-header-bg: linear-gradient(135deg, #464CA0 0%, #111424 100%);
    --bs-color-lightblue: rgba(41, 38, 98, .059);
    --bs-dropdown-border-radius: .375rem;
    --tw-text-opacity: 1;
    --tw-bg-opacity: 1;
}

/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  z-index: auto;
  cursor: default;
  position: absolute;
  top: 50px !important;
  left: 1353px;
  height: 5px;
  opacity: 0;
  border: 0px;
  background-clip: padding-box;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--bs-color-green);
  border-radius: 10px;
}

body {
    font-family: 'ManropeRegular' !important;
    background: var(--bs-color-white);
    color: var(--bs-body-color);
}

.contentheight{
  min-height: var(--bs-content-height);
}
/* navbar */
.navbar-nav .nav-link, .dropdown-menu .dropdown-item {
    padding: 0.81rem 1rem !important;
}

.dropdown-menu .nav-item a,
.dropdown-menu .dropdown-item {
    font-size: var(--bs-nav-link-dropdown-font-size) !important;
    word-wrap: break-word;
    white-space: normal;
}

.navheight {
  min-height: var(--header-height) !important;
}

.bgcolor {
  border-bottom: 5px solid var(--bs-color-green);
}


.navbar .nav-item.show > .nav-link,
.navbar .nav-link[aria-expanded="true"],
.navbar .nav-link.show {
    background-color: var(--bs-color-brand-blue) !important;
    color: var(--bs-color-white) !important;
}


    .navbar .nav-item.show > .nav-link:hover,
    .navbar .nav-link[aria-expanded="true"]:hover,
    .navbar .nav-link.show:hover {
        background-color: var(--bs-color-brand-blue) !important;
        color: var(--bs-color-white) !important;
    }


.navbar-nav .nav-item a:hover {
    border-bottom: 3px solid var(--bs-color-green);
    /*color: rgb(41 38 98/var(--tw-text-opacity)) !important;
    background-color: rgba(41,38,98,.059) !important;*/
    background-color: var(--bs-color-brand-blue) !important;
    color: var(--bs-color-white) !important;
    /*border-radius: .375rem;*/
}

.navbar-nav .nav-link {
    color: var(--bs-color-grey);
    transition: unset;
}

.dropend .dropdown-toggle {
  color: var(--bs-color-grey);
}

.dropdown-item:hover {
  background-color: var(--bs-color-lightgrey);
  color: var(--bs-font-color);
}


.dropend:hover > .dropdown-menu {
    display: block;
    margin-left: 0.125em;
    border-radius: 0px;
    box-shadow: 0 2px 3px var(--bs-color-boxshadow);
    right: 0;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown-menu.show {
    display: block;
}

.nav-item.dropend .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.125rem;
}



/* homeslider */
.homeslidermargin {
    margin-top: var(--header-height) !important;
}

.homeslidermargin .carousel-caption {
  right: unset;
  bottom: 25%;
  left: 10%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  text-align: left;
}

.homeslidermargin .carousel-caption a {
  text-decoration: none;
  color: var(--bs-color-white);
}

.homeslidermargin .carousel-caption a:hover {
  color: var(--bs-color-green);
  text-decoration: underline;
}

.homeslidermargin .carousel-indicators .active {
  background: var(--bs-color-white) !important;
}

.homeslidermargin .carousel-indicators [data-bs-target] {
  border-radius: 10px;
  width: 10px;
  height: 10px;
  border: 1px solid var(--bs-color-white);
  background: transparent;
}

.homeslidermargin .carousel-control-prev {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, .0001) 100%);
  background-repeat: repeat-x;
}

.homeslidermargin .carousel-control-next {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-repeat: repeat-x;
}

/* What we do */
.whatwedo h2 {
  color: var(--bs-color-grey);
  font-size: 30px;
  font-weight: 500;
}

.profile-description {
  background-color: var(--bs-color-white);
  border: 1px solid transparent;
  border-radius: 0;
  border-color: var(--bs-color-border);

}

    .profile-description .show-more {
        font-size: 12px;
        padding-top: 5px;
        text-align: center;
        cursor: pointer;
        background-color: var(--bs-color-brand-blue) !important;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        color: var(--bs-color-white);
        box-shadow: 0 -3px 0 var(--bs-color-white);
    }

.show-more-height {
  width: 100%;
  overflow: hidden;
  max-height: 110px;
  transition: max-height .5s ease-in-out;
}

.transform-active {
  width: 100%;
  max-height: 600px;
}

/*Services*/
.servicesbg {
    background: var(--bs-color-background-grey);
}

.service-icon-box {
    height: 120px; /* Equal height for all icons */
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon {
    max-width: 50px; /* Fluid, responsive */
    max-height: 100%; /* Never overflow the box */
    width: auto;
    height: auto;
}

.servicesbg h2 {
    color: var(--bs-color-brand-blue);
    font-size: 30px;
    font-weight: 500;
}

.servicesdiv i {
    color: var(--bs-color-white);
}

.servicesdiv h4 a {
    color: var(--bs-color-brand-blue);
    text-decoration: none;
}

    .servicesdiv h4 a:hover {
        color: var(--bs-color-brand-blue);
        text-decoration: underline;
    }

.servicesdiv p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.1;
}

    .servicesdiv p a {
        color: var(--bs-color-brand-blue);
        text-decoration: none;
    }

        .servicesdiv p a:hover {
            color: var(--bs-color-brand-blue);
            text-decoration: underline;
        }

.servicesdiv #more1,
.servicesdiv #more2,
.servicesdiv #more3 {
  display: none;
}

/*Our Location*/
.ourlocation h2 {
  color: var(--bs-color-grey);
  font-size: 30px;
  font-weight: 500;
}

.ourlocation iframe {
  width: 100%;
  height: 300px;
}

/*footer*/
.footerdiv footer {
    font-size: var(--bs-footer-font-size);
    box-shadow: 0 -3px 5px -3px rgba(0, 0, 0, .15);
    color: var(--bs-color-white);
    background: var(--bs-color-brand-blue);
    /*height: 5vh;*/
}

.footerdiv .nav-link {
    color: var(--bs-color-white) !important;
    font-size: var(--bs-footer-font-size);
    display: inline;
}

.footerdiv .nav-link:hover {
  text-decoration: underline;
}

.footerdiv .nav li {
  display: inline-block
}

.footerdiv .nav li:after {
  content: '|'
}

.footerdiv .nav li:last-child::after {
  display: none
}

/*background image aboutus*/
.backimg {
  background: linear-gradient(to right, #616161, rgba(123, 122, 121, .1));
  height: 240px;
}

.backimg .breadcrumb li {
  color: var(--bs-color-white);
  text-shadow: 0 0px 0 #555;
}

.backimg p {
  font-size: 22px;
}

/* .sidebarmenu .accordion a {
  text-decoration: none;
  color: var(--bs-sidebar-font-color-grey);
  font-weight: var(--bs-sidebar-font-weight);
  font-size: var(--bs-sidebar-font-size);
}

.sidebarmenu .accordion a:hover {
  color: var(--bs-color-grey);
}

.sidebarmenu .accordion a:active {
  color: var(--bs-color-green);
}

.sidebarmenu .accordion {
  border-right: 2px solid var(--bs-sidebar-border-right-grey) !important;
}

.sidebarmenu .accordion-item,
.sidebarmenu .accordion-item .accordion-header {
  border: unset !important;
} */

.sidebarmenu .accordion-button {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.sidebarmenu .accordion-button:hover,
.sidebarmenu .accordion-button:not(.collapsed) {
  background-color: #f5f5f5;
  box-shadow: none;
}

/* .sidebarmenu .list-group-item {
  border: none;
}

.sidebarmenu .list-group-item.active {
  background-color: unset;
  color: var(--bs-color-green);
}

.sidebarmenu .list-group-item {
  font-size: var(--bs-sidebar-submenu-font-size) !important;
} */

.sidebarmenu .accordion-button::after {
  font-family: FontAwesome;
  background-image: unset;
  content: "\f067 ";
  transform: none;
}

.sidebarmenu .accordion-button:not(.collapsed)::after {
  font-family: FontAwesome;
  background-image: unset;
  content: "\f068";
  transform: none;
}

/* .sidebarmenu .accordionsub {
  padding: 10px;
  width: 100%;
} */

/*navbar sidebar pills*/
.sidebarmenu .nav-pills .nav-link.active,
.sidebarmenu .nav-pills .show>.nav-link, .sidebarmenu .nav-link-sub.active{
  color: var(--bs-color-brand-blue);
  background-color: var(--bs-color-transparent);

}

.sidebarmenu .nav-pills .nav-link {
  border-radius: unset;
}

.sidebarmenu .nav-link {
  color: var(--bs-sidebar-font-color-grey);
  font-size: var(--bs-sidebar-font-size);
  font-weight: var(--bs-sidebar-font-weight);
}

.sidebarmenu .nav-link-sub {
  display: block;
  color: var(--bs-sidebar-font-color-grey);
  font-size: var(--bs-sidebar-submenu-font-size);
  font-weight: var(--bs-sidebar-font-weight);
  width: 100%;
  padding: 0.5rem 1rem !important;
  text-decoration: none;
  background: 0 0;
  border: 0;
}

.sidebarmenu .nav-link:hover,.sidebarmenu .nav-link:focus {
  color: var(--bs-color-grey) !important;
}

.sidebarmenu h2{
  color: var(--bs-pills-title-color);
}

.sidebarmenu .tab-pane{
  text-align: justify;
  
}
.sidebarmenu .tab-pane p{
  line-height: var(--bs-core-panel-line-height);
}

.sidebarmenu .subtitle{
  font-weight: var(--bs-sidebar-font-weight);
}
/*core value*/
.coreimg{
  height: 100px;
  width: 100px;
}

.coretitle{
  color: var(--bs-color-green);
  font-weight: var(--bs-nav-link-font-weight);
}

.coresubtitle{
  color: var(--bs-color-footer);
}

.corepanel{
  border: 1px solid var(--bs-color-lightgrey);
}

.corepanel .panel-body{
  line-height: var(--bs-core-panel-line-height);
  font-size: var(--bs-core-panel-font-size);
  min-height: 100px;
}

.corepanel .panel-body img{
  height: 100px;
  width: 100px;
}

/* cng station dropdown*/
.selectoptiontitle {
  font-weight: var(--bs-dropdown-font-weight);
}

/* .table .tblgreen{
  background-color: var(--bs-color-green) !important;
} */
.table .tblgreen {
    --bs-table-bg: var(--bs-color-brand-blue) !important;
    --bs-table-color: var(--bs-color-white);
}

#tblstation{
  display: none;
}

.trstation a {
    color: var(--bs-color-brand-blue);
}

.tblgreen small{
  font-size: var(--bs-table-small-font-size);
}

/*domestic connection*/
.domestic_link{
  color: var(--bs-color-brand-blue);
  text-decoration: none;
}

.dropdown-menu {
    border-radius: 0 0 var(--bs-dropdown-border-radius) var(--bs-dropdown-border-radius);
    padding: 0 var(--bs-dropdown-padding-x);
}
/*contact us */
.titleborder {
    border-bottom: 1px solid var(--bs-color-brand-blue);
    color: var(--bs-color-brand-blue);
}

.toll_free_no_div span{
  display: none;
}
@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        /*padding: 1rem;*/
        border-radius: var(--bs-dropdown-border-radius);
        letter-spacing: .32px;
    }

  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
.parent-option {
    font-weight: bold !important;
    color: #000 !important;
}
.child-option {
    padding-left: 20px !important;
}
.galocation-select2{
    height : 50px !important;
}
.enquiryform {
    background-color: #f1f1f1 !important;
}
/*ul {
    width: max-content !important;
}*/
.disclaimer_div ul {
    width: auto !important;
}
.sideul ul {
    width: auto !important;
}
.footerul ul {
    width: auto !important;
}
.navbar-nav .nav-item .nav-link {
    --tw-text-opacity: 1;
    color: rgb(30 30 30/var(--tw-text-opacity));
    font-style: normal;
    /*letter-spacing: .38px;*/
    /*font-weight: 600;*/
}
.img-close {
    margin-top: -10px;
    float: right;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: 0.2;
}

a {
    color: #292662;
    text-decoration: none;
}

    a:hover {
        color: #70B865;
    }

.dropdown-menu {
    min-width: 190px;
}

    .dropdown-menu > li > a {
        --tw-text-opacity: 1;
        color: rgb(0 0 0/var(--tw-text-opacity));
    }


.branding-clip {
    clip-path: polygon(100% 50%, 100% 0, 24.931% 0, 24.931% 0, 24.5% 1.4%, 24.191% 5.2%, 23.98% 10.8%, 23.844% 17.6%, 23.759% 25%, 23.701% 32.4%, 23.646% 39.2%, 23.571% 44.8%, 23.451% 48.6%, 23.264% 50%, 0 50%, 0 100%, 22.639% 100%, 22.639% 100%, 23.034% 98.6%, 23.318% 94.8%, 23.511% 89.2%, 23.637% 82.4%, 23.715% 75%, 23.769% 67.6%, 23.819% 60.8%, 23.888% 55.2%, 23.996% 51.4%, 24.167% 50%, 100% 50%);
}

.bggreen {
    background-color: #70B865;
}

.bheight {
    height: 29px;
}

.bbottom {
    bottom: -15px;
}

/* Mobile: create breathing room so logo doesn't touch/overlap the overhanging bar */
@media (max-width: 575.98px) {
    /* Add bottom padding roughly equal to the overhang + a few px */
    .navbar {
        padding-bottom: 18px !important;
    }

    /* Constrain the logo */
    .navbar-brand img {
        height: 34px;
        width: auto;
    }
}

/* Slightly larger at sm–md */
@media (min-width: 576px) and (max-width: 991.98px) {
    .navbar-brand img {
        height: 40px;
    }
}

/* Larger screens */
@media (min-width: 992px) {
    .navbar-brand img {
        height: 48px;
    }
}

/* Layout */
.doc-container-class {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 24px auto;
}

.doc-box-class {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 14px;
    background: #f7f7f9;
    border: 1px solid #e8e8ee;
    border-radius: 12px;
    transition: background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .doc-box-class:hover {
        background: #ffffff;
        border-color: #e1e1e8;
        box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    }


.doc-lists {
    max-width: 1200px;
    margin: 24px auto 0;
}

/* Hide all year blocks by default */
.doc-list {
    display: none;
}

    /* Show only the active year as a 2‑column grid */
    .doc-list.active {
        display: grid;
        grid-template-columns: repeat(2, minmax(320px, 1fr));
        gap: 20px;
    }

/* Responsive: 1 column on small screens */
@media (max-width: 760px) {
    .doc-list.active {
        grid-template-columns: 1fr;
    }
}


/*.selectBoxx .customSelectt {
    width: 180px;
    padding: 8px 10px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}*/

.selectBoxx .customSelectt {
    width: 180px;
    padding: 8px 10px;
    font-size: 18px;
    border: 0 solid #e5e7eb;
    border-radius: 1rem;
    background-color: rgb(225 232 246/var(--tw-bg-opacity));
    color: rgb(41 38 98/var(--tw-text-opacity));
    min-width: 174px;
    font-weight: 700;
}


.doc-box {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 14px;
    background: #f7f7f9;
    border: 1px solid #e8e8ee;
    border-radius: 12px;
    transition: background .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .doc-box:hover {
        background: #ffffff;
        border-color: #e1e1e8;
        box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    }

/* ---------- Left PDF icon (pure CSS) ---------- */
.doc-icon {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}

.type-pdf {
    /* red document body */
    background: #e53935; /* red */
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.06);
}

    /* folded top-right corner */
    .type-pdf::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-top: 9px solid #ffd1cf; /* lighter red fold */
        border-top-right-radius: 2px;
    }

    /* tiny "PDF" tag */
    .type-pdf::after {
        content: "PDF";
        position: absolute;
        bottom: 2px;
        left: 3px;
        height: 12px;
        padding: 0 3px;
        background: #ffffff;
        color: #e53935;
        font-size: 9px;
        font-weight: 700;
        line-height: 12px;
        border-radius: 2px;
    }

/* ---------- Title link ---------- */
.doc-title {
    flex: 1 1 auto;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
    text-align: left;
}

    .doc-title:hover {
        text-decoration: underline;
    }

    .doc-title:focus {
        outline: 2px solid #4c6fff;
        outline-offset: 2px;
        border-radius: 6px;
    }

/* ---------- Right download icon (pure CSS) ---------- */
.doc-action {
    position: relative;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 10px;
    background: #ededf3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background .2s ease, transform .08s ease;
}

    .doc-action:hover {
        background: #e6e6ef;
    }

    .doc-action:active {
        transform: scale(0.98);
    }

    .doc-action:focus {
        outline: 2px solid #4c6fff;
        outline-offset: 2px;
    }

/* draw the arrow shaft */
.action-download::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    background: #6b6b6f;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1px;
}

/* draw the arrow head (downward) */
.action-download::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #6b6b6f;
    border-bottom: 2px solid #6b6b6f;
    transform: translate(-50%, 0) rotate(-45deg);
    left: 50%;
    top: 17px;
    border-radius: 1px;
}

/* optional: a base line under the arrow */
.action-download {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04);
}

    .action-download span {
        display: none;
    }
/* in case you add text */

/* ---------- Year Filter (styled select) ---------- */
.year-filter {
    margin: 6px 0 18px;
}

.year-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: transparent;
    font-weight: 700;
    color: #1f2a63; /* dark indigo text */
    font-size: 16px;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
}

    /* optional: make native dropdown list look decent in most browsers */
    .year-select option {
        font-weight: 600;
    }
/* Accessibility helper */
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* Board of Directors */
:root {
    /*--brand-green: #447219;*/ /* requested color */
    --ink-900: #111827;
    --ink-700: #374151;
    --ink-50: #f9fafb;
    --white: #ffffff;
    --radius-xl: 16px;
}

/* Grid holding multiple cards */
.people-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    max-width: 1080px;
    margin: 24px auto;
    padding: 0 12px;
}

/* Entire card is clickable */
.person-card {
    display: block;
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    background: var(--ink-50);
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
    transition: transform .15s ease, box-shadow .2s ease;
}

    .person-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    }

/* Photo */
.person-photo {
    aspect-ratio: 3 / 4; /* keeps proportion like your sample */
    background: #eaeaea;
}

    .person-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* Bottom info band in brand color */
.person-info {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px 12px 16px;
    background: var(--bs-color-brand-blue);
    color: var(--white);
    border-radius: 12px;
}

    /* Optional small “tab” accent (like your sample) */
    .person-info::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -10px;
        width: 60px;
        height: 10px;
        background: var(--bs-color-brand-blue);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 12px;
    }

/* Text */
.person-name {
    margin: 0 0 2px 0;
    font: 600 16px/1.2 "Segoe UI", Roboto, system-ui, Arial, sans-serif;
    color: var(--white);
}

.person-role {
    margin: 0;
    font: 400 13px/1.3 "Segoe UI", Roboto, system-ui, Arial, sans-serif;
    opacity: .9;
    color: var(--white);
}

/* Right arrow (pure CSS) */
.person-arrow {
    margin-left: auto;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(255,255,255,0.15);
    position: relative;
    flex: 0 0 30px;
    transition: background .2s ease, transform .15s ease;
}

    .person-arrow::before, .person-arrow::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        background: var(--white);
        transform: translate(-50%, -50%) rotate(45deg);
        border-radius: 1px;
    }
    /* arrow chevron */
    .person-arrow::before {
        width: 10px;
        height: 10px;
        border-top: 2px solid var(--white);
        border-right: 2px solid var(--white);
        background: transparent;
    }
    /* small baseline to make it look like an arrow */
    .person-arrow::after {
        width: 12px;
        height: 2px;
        transform: translate(-35%, -50%);
    }

.person-card:hover .person-arrow {
    background: rgba(255,255,255,0.25);
    transform: translateX(2px);
}

/* Small screens: keep nice spacing */
@media (max-width: 520px) {
    .people-grid {
        grid-template-columns: 1fr 1fr;
    }

    .person-name {
        font-size: 15px;
    }

    .person-role {
        font-size: 12px;
    }
}

/* Board of Directors */
/* ---------- CARD SECTION ---------- */
.card-section {
    display: block;
}

.card2 {
    width: 300px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.card-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.card-info {
    background: var(--bs-color-brand-blue);
    color: white;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-name {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff !important;
}

.card-role {
    margin: 2px 0 0;
    font-size: 13px;
    opacity: 0.9;
}

/* arrow button */
.arrow-btn {
    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.2);
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

    .arrow-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid white;
        border-bottom: 2px solid white;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

/* ---------- DETAIL SECTION ---------- */
.detail-section {
    display: none;
}

.back-btn {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
    color: #333;
}

    .back-btn:hover {
        text-decoration: underline;
    }

.detail-container {
    display: grid;
    grid-template-columns: 260px 1fr; /* fixed image column + fluid content column */
    gap: 30px;
    align-items: start; /* prevent any vertical stretching */
}


.detail-img {
    width: 260px; /* fixed width */
    height: auto; /* keep natural aspect ratio */
    border-radius: 10px;
    display: block;
    object-fit: cover; /* safe if you later set a fixed height */
    flex: none; /* defensive: ensure it never flexes */
}


/* .detail-text {
  max-width: 600px;
} */

.detail-name {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #0971B7;
}


.detail-role {
    margin: 6px 0 16px;
    /* color: #555; */
    font-size: 16px;
}

/* Responsive */
@media (max-width: 700px) {

    .detail-container {
        grid-template-columns: 1fr; /* stack: one column */
    }

    .detail-img {
        width: 100%; /* image full width on mobile */
        max-width: 420px; /* optional cap */
    }
}

.fa-xs {
    margin-right: 3px !important;
}