@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');/*font-family: "Roboto", sans-serif;*/
*{outline:none;}
img, img.responsive{max-width:100%;height:auto!important}
body{font-family: "Roboto", sans-serif;font-weight:400; font-size:18px; color:#000;padding:0;margin:0;background:radial-gradient(1200px 700px at 20% 10%, rgba(42, 166, 255, .35), transparent 60%), radial-gradient(900px 600px at 90% 10%, rgba(30, 142, 62, .28), transparent 60%), radial-gradient(800px 500px at 60% 120%, rgba(239, 68, 68, .20), transparent 60%), linear-gradient(180deg, #050B18 0%, #071021 50%, #060B14 100%);line-height:30px; position: relative;}

/* Abstract gradient shapes */
body::before,
body::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
}
body::before{opacity: 0.2;}
/* Top shape */
body::before {
    width: 687px;
    height: 454px;
    background: radial-gradient(
        circle,
        rgba(75,55,221,0.9) 0%,
        rgba(75,55,221,0) 100%
    );
    top: 0;
    left: 0;
    z-index: -1;
}

/* Bottom shape */
body::after {
    width: 785px;
    height: 479px;
    background: radial-gradient(
        circle,
        rgba(30,112,62,0.9) 0%,
        rgba(30,112,62,0) 100%
    );
    top: 0;
    right: 0;
    z-index: -1;
}


h1, h2, h3, h4, h5, h6, .nav_box ul li a{margin:0;}
body, ul{padding:0}
.container, h1{position:relative}
img{border:0}
img.responsive{width:100%;}
p{padding:5px 0;margin:10px 0}
p:first-child{ margin-top:0; padding-top:0;}
a{color:white;text-decoration:none;position:relative; cursor:pointer;}
a:hover{color:white;}
h1, h2, h3, h4, h5, h6{padding:5px 0;font-family: "Roboto", sans-serif;font-weight:700;color:#000; margin-bottom:15px; line-height:normal;}
h1{font-size:60px;}
h2{font-size:46px;}
h3{font-size:36px;}
h4{font-size:24px;}
h5{font-size:20px;}
h6{font-size:16px;}
.center{text-align:center}
strong{font-weight:700}
ul{margin:0 0 0 20px}
ul li{list-style:disc;text-align:left;}
.clear{clear:both}
.container{max-width:1200px;margin:0 auto;}
header{ position:relative; top:0; z-index:99;}
.header-top{padding:20px 50px;background:linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 146%);
    border-top: 6px solid #000; border-bottom: 0.5px solid rgba(255, 255, 255, 0.5); display: flex; align-items: center; justify-content: space-between;}
.header-top {
    padding: 20px 50px;
    background: rgba(255, 255, 255, 0.35);
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 56%, rgba(0, 0, 0, 1) 145%);
}

.header-btn-box input{ width: 100%; max-width: 250px; padding: 11px 15px; background: url(images/search-icon.svg) right 15px top 9px no-repeat rgb(15 14 14 / 32%); border: 1px solid rgba(255, 255, 255, 0.40); border-radius: 100px; color: #fff; font-size: 14px; font-weight: 400;}
.header-btn-box input::placeholder{color: #fff; font-size: 14px; font-weight: 400;}
.header-btn-box{display: flex; align-items: center; justify-content: space-between; width: 100%; max-width: 410px;}
.header-btn-box a{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 8px 31px;
    background: linear-gradient(90deg, rgba(42, 166, 255, 0.38) 0%, rgba(20, 184, 166, 0.32) 100%);
    border: 1px solid rgba(42, 146, 155, 0.45);
    border-radius: 100px;
    line-height: normal;
}
.header-btn-box a:hover{background: linear-gradient(90deg, rgba(20, 184, 166, 0.32) 0%, rgba(42, 166, 255, 0.38) 100%);}
header.sticky{position:fixed;z-index:99999; top:0;text-align:center;top:0;box-shadow:0px 0px 5px #000;background: rgba(0,0,0,0.9); width: 100%;}
header.sticky .header-top {padding: 5px 50px;}
.headerwraper{float:right;width:100%;}
.logo-box a{ display: flex; align-items: center; gap: 20px;}
.headersection{margin-left:338px;clear:both;}
.navpane{padding:28.5px 0; border-bottom: 0.5px solid rgba(255, 255, 255, 0.5); text-align:center;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;}
header.sticky .navpane{padding: 15px 0;}

.footer{position: relative; padding:77px 0 0; margin-top: 60px; background: url(images/footer-bg.png)no-repeat center; background-size: cover; font-size: 20px; line-height: 22px; font-weight: 700; color: #fff;}
.footer .container,.footer .copyright-box{position: relative; z-index: 10;}
.footer .container::after {
    width: 780px;
    height: 500px;
    background: radial-gradient(circle, rgba(249, 68, 68, 0.6) 0%, rgba(249, 68, 68, 0) 100%);
    top: -223px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
}
.footer::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.2;
    width: 711px;
    height: 470px;
    background: radial-gradient(circle, rgba(75, 55, 221, 0.9) 0%, rgba(75, 55, 221, 0) 100%);
    top: -30px;
    left: 0;
}
.footer::before,.timeline-list::before {
    width: 683px;
    height: 459px;
    background: radial-gradient(circle, rgba(30, 112, 62, 0.9) 0%, rgba(30, 112, 62, 0) 100%);
    top: -41px;
    right: 0;
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
}
.footer .flex-box{display: flex; justify-content: space-between; gap: 102px;}
.footer h3{ font-size: 20px; line-height: 20px; color: #fff; font-weight: 900; padding: 0 0 10px; margin: 0 0 25px; position: relative;}
.footer h3::after{content: ""; position: absolute; left: 0; bottom: 0; background: #0D874A; width: 80px; height: 1px;}
.footer a,.footer li{ font-size: 18px; line-height: 20px; color: #fff; font-weight: 400;}
.footer a:hover{color: #0D874A;}
.footer ul{padding: 0; margin: 0;}
.footer li{ list-style: none; margin-bottom: 15px;}
.footer li svg{ vertical-align: middle; margin-right: 15px;}
.footer li:last-child{margin-bottom: 0;}
.footer .social-box{margin-top: 30px;}
.footer .social-box a:hover svg circle{fill:#fff}
.footer .social-box a:hover svg path{fill:#006035}
.copyright-box{    border-top: 0.5px solid rgba(255, 255, 255, 0.5); padding: 40px 0; margin: 45px 0 0; text-align: center; font-size: 14px; line-height: 20px; font-weight: 400; }
.copyright-box .copyright-sep{ display: inline-block; margin: 0 10px; opacity: 0.55; }
.address-box{max-width: 205px;}
.show-menu, ul.nav li ul{width:100%;display:none}
ul.nav{margin:0; margin-right:0;}
ul.nav li{list-style:none;display:inline-block;position:relative;margin: 0 40px; position:relative;}
ul.nav li:last-child{ margin-right:0;}
ul.nav li li{ border-right:none;}
ul.nav li li:after{ display:none;}
ul.nav li a{display:block;color:#fff;  font-weight:400;font-size:24px;position:relative;padding-bottom: 5px;line-height: normal;}
ul.nav li a svg{
    vertical-align: middle;
    margin-left: 6px;
}
/*ul.nav li a:after{ background:#fff; width:0px; height:1px; content:""; position:absolute; bottom:0; left:50%; transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-ms-transition:all 0.5s linear;-o-transition:all 0.5s linear;transition:all 0.5s linear;}*/
ul.nav li.apply-btn a:after{ display:none;}
ul.nav li a:hover:after,ul.nav li a.selected:after{ width:100%;}
ul.nav li ul{list-style:none;margin:0;padding:0;display:none;position:absolute;top:35px;left:0;z-index:99999;background: rgba(0, 0, 0, 0.85);width:255px;}
.submenu:hover, ul.nav li:hover a+.submenu {
    display: block;
}
.show-menu{text-align:center}
.menu-trigger .menu-bar{position:absolute;border-radius:2px;width:30px;transition:.5s;}
.menu-trigger .menu-bar-top{border:4px solid #fff;border-bottom:none;top:0;box-sizing:border-box;}
.menu-trigger .menu-bar-middle{height:4px;background-color:#fff;margin-top:6px;margin-bottom:7px;top:4px;box-sizing:border-box;}
.menu-trigger .menu-bar-bottom{border:4px solid #fff;border-top:none;top:20px;box-sizing:border-box;}
.button-open .menu-bar-top{transform:rotate(45deg) translate(8px, 6px);-webkit-transform:rotate(45deg) translate(8px, 6px);-moz-transform:rotate(45deg) translate(8px, 6px);transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;box-sizing:border-box;}
.button-open .menu-bar-middle{transform:translate(230px);transition:.1s ease-in;opacity:0;}
.button-open .menu-bar-bottom{transform:rotate(-45deg) translate(8px, -7px);-webkit-transform:rotate(-45deg) translate(8px, -7px);-moz-transform:rotate(-45deg) translate(8px, -7px);transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;box-sizing:border-box;}
.show-menu button{color:#fff;background:transparent;border:none;cursor:pointer;position:absolute;width:30px;height:23px;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);margin:0;padding:0;overflow:hidden;}
.sidebar-menu-arrow{position:absolute;right:0;top:16px;color:#fff;}
.sidebar-menu-arrow::after{content:"\f067";font-family:'FontAwesome';position:relative;}
.sidebar-menu-arrow.minus::after{content:"\f068";font-family:'FontAwesome';position:relative;}
.sidebar-menu-arrow:hover:after{cursor:pointer;color:#fff;}
.show-menu{width:100%;display:none}
ul.nav li ul li{float:none;margin:0;padding:0;display:block;border-bottom:1px solid rgba(255,255,255,0.5);}
ul.nav li ul li:last-child{box-shadow:none;border-bottom:none;}
ul.nav li ul li a{padding:15px 10px;height:auto;line-height:1;display:block;white-space:nowrap;float:none;text-transform:none;color:#fff;margin-right:0; font-size: 16px;}
ul.nav li ul li a:hover::after{background:none;height:0;content:'';width:0;}
ul.nav li ul li a:hover{color:#fff;border-bottom:none;text-shadow:none;background:#333;}
ul.nav li ul li:first-child a{border-radius:5px 5px 0 0;}
ul.nav li ul li:first-child a:after{content:"\f0d8";position:absolute;left:22px;top:-9px;width:0;height:0;background:none;font:normal normal normal 14px/1 FontAwesome;color:#000;}
ul.nav li ul li:first-child a:hover:after{border-bottom-color:#000;}
ul.nav li ul li:last-child a{border-radius:0 0 5px 5px;}
ul.nav:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.show-menu{color:#fff;cursor:pointer;margin:0;float:right;background:#ED3739;width:50px;height:50px;}
.show-menu a{color:#C52126;}

.event-img-home {
  width: 100%;      
  min-width: 600px;    
  max-width: 650px;     
  height: 500px !important;        
  
}

.tab-slider-wrapper {
    display: flex;
    gap: 0;
}

.slider-left {
    width: 68%;
    position: relative;
}

.slider-right {
    width: 29%;
    font-size: 14px; line-height: 18px; color: #fff; font-weight: 300;
    position: relative; padding: 26px 30px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.40);
    height: 416px;
}
.slider-right h3{font-size: 16px; color: #fff; font-weight: 600; padding: 0; margin: 0 0 5px;}
.slider-right p{padding: 0; margin: 0 0 15px;}
.slide{position: relative;}
.slide span.badge{font-size: 12px; line-height: 14px; font-weight: 400; color: #fff; padding: 5px 14px; background: #ED1C24;position: absolute; top: 20px; left: 20px;border: 1px solid; border-radius: 7px;}
.slide span.badge.accident-badge{ background: #ED3739; }
.slide span.badge.serious_incident-badge{ background: #E8A91C; }
.slide span.badge.incident-badge{ background: #06589C; }
.slide span.badge.interim_statement-badge{ background: #fff !important; color: #ED1C24; }
.slide h2{ font-size: 21px; font-weight: 900; color: #fff;position: absolute; bottom: 75px; left: 40px;}
.slide,
.side-content {
    display: none;
}

.slide.active,
.side-content.active {
    display: block;
}

.slide img {
    width: 100%;
    height: 470px!important;
    object-fit: cover;
}

.tabs {
    display: flex;
    margin-top: 38px;
}

.tab {
    flex: 1;
    padding: 18px; font-size: 20px; font-weight: 600; color: #fff;
    cursor: pointer;
     text-align: center; background: rgba(255, 255, 255, 0.10); border: 1px solid rgba(255, 255, 255, 0.40);border-bottom: 10px solid #fff;
}
.tab:nth-child(1) {border-bottom: 10px solid #ED3739;}
.tab:nth-child(2) {border-bottom: 10px solid #E8A91C;}
.tab:nth-child(3) {border-bottom: 10px solid #06589C;}
.tab.active {
    background: #fff;
    color: #ff4a00;
    font-weight: 600;
    border-bottom: 10px solid #ED3739;
}

.slider-controls {
    position: absolute;
    top: 28px;
    right: 30px;
    z-index: 5;
}

.slider-controls button {
    padding: 6.5px 9px;
    margin-right: 5px;
    cursor: pointer;
    background: none;
    border: 1px solid #006035;
    border-radius: 100px;
}
.slider-controls button.play-pause{
    width: 20px;
    height: 20px;
    line-height: 5px;
    padding: 0;
    text-align: center;
    font-size: 10px; color: #006035;
}
.slider-right a.read-more{
    background: linear-gradient(180deg, rgba(42, 166, 255, 0.28) 0%, rgba(42, 166, 255, 0.22) 100%);
    font-size: 12px;
    padding: 3px 20.5px;
    color: #fff;
    border-radius: 100px;
    border: 1px solid rgba(42, 166, 255, 0.35);
    margin-top: 20px;
    display: block;
    width: fit-content;
}
.slider-right a.read-more:hover{background: #51545E;}
.latest-investigations{margin: 60px 0 0; position: relative;}
.latest-investigations::after,.vision-mission-list::after,.timeline-list::after{
    width: 780px;
    height: 500px;
    background: radial-gradient(circle, rgba(249, 68, 68, 0.6) 0%, rgba(249, 68, 68, 0) 100%);
    top: -356px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
}
.stats-box{
    padding: 40px 35px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.40);
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    border-radius: 20px; 
    max-width:525px; width: 100%;

}
.stats-box-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px;}
.stats-box-header h2{margin:0;padding:0;}
.stats-view-toggle{display:inline-flex;border:1px solid rgba(255,255,255,0.5);border-radius:8px;overflow:hidden;}
.stats-view-btn{margin:0;padding:10px 16px;font:inherit;font-size:13px;font-weight:600;cursor:pointer;border:none;background:rgba(255,255,255,0.12);color:#fff;}
.stats-view-btn + .stats-view-btn{border-left:1px solid rgba(255,255,255,0.45);}
.stats-view-btn:hover{background:rgba(255,255,255,0.2);}
.stats-view-btn.active{background:#006035;color:#fff;}
ul.all-list li.stats-year-filter{position:relative;}
.stats-year-inline-select{position:absolute;inset:0;width:100%;height:100%;border:0;background:#006035;color:#fff;font:inherit;font-weight:600;text-align:center;text-align-last:center;cursor:pointer;opacity:0;pointer-events:none;}
.stats-year-inline-select option{color:#000;background:#fff;}
ul.all-list li.stats-year-filter.is-selecting .stats-year-inline-select{opacity:1;pointer-events:auto;}
.stats-panel.is-hidden{display:none;}
.stats-chart-wrap{position:relative;width:100%;min-height:260px;max-height:320px;}
.stats-chart-empty{margin:0;padding:32px 16px;text-align:center;font-size:14px;font-weight:600;opacity:0.85;}
#stats-line-chart{display:block;width:100%;height:260px;}
.stats-box > .stats-box-header h2{font-size:38px;font-weight:700;color:#fff;padding:0;margin:0;}
.stats-box h2{ font-size: 38px; font-weight: 700; color: #fff;padding: 0; margin: 0 0 20px;}
ul.all-list,ul.year-total,ul.year-total-data{padding: 0; margin: 0 0 10px; display: flex; border: 1px solid rgba(255, 255, 255, 0.5); border-radius: 8px; justify-content: space-between;overflow: hidden;}
ul.year-total-data:last-child{margin-bottom: 0;}
#stats-table-rows{max-height:285px;overflow-y:auto;padding-right:4px;}
#stats-table-rows::-webkit-scrollbar{width:6px;}
#stats-table-rows::-webkit-scrollbar-track{background:rgba(255,255,255,0.08);border-radius:999px;}
#stats-table-rows::-webkit-scrollbar-thumb{background:rgba(255,255,255,0.45);border-radius:999px;}
ul.all-list li,ul.year-total li,ul.year-total-data li{list-style: none; padding: 11px 9px;width: 100%;text-align: center;border-right: 1px solid rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.10);}
ul.year-total li{background: rgba(255, 255, 255, 0.25); font-size: 14px; font-weight: 700;}
ul.year-total-data li {padding: 13px 9px;}
ul.all-list li:last-child,ul.year-total li:last-child,ul.year-total-data li:last-child{border-right: none;}
ul.all-list li:hover,ul.all-list li.active{background: #006035;}

.latest-investigations-listbox{
    padding: 40px 35px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.40);
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
    max-width: 750px;
}
.location-map h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0 0 20px;
}

.latest-investigations-listbox h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0 0 20px;
}
.latest-investigations .flex-box{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.latest-investigations-listbox .flex-box{ align-items: center;}
.latest-investigations-listbox a {
    background: linear-gradient(180deg, rgba(42, 166, 255, 0.28) 0%, rgba(42, 166, 255, 0.22) 100%);
    font-size: 12px;
    padding: 3px 20.5px;
    color: #fff;
    border-radius: 100px;
    border: 1px solid rgba(42, 166, 255, 0.35);
    display: block;
    width: fit-content; line-height: 18px;
}
.latest-investigations-listbox a:hover{background: #51545E;}
ul.checkbox-list{
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    justify-content: space-between;
    overflow: hidden; font-size: 14px; font-weight: 700; line-height: normal;
}
ul.checkbox-list li {
    list-style: none;
    padding: 8px 9px;
    width: 100%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.10);
}
ul.checkbox-list li:last-child{border-right: 0;}
.latest-investigations-scroll{
    max-height: 364px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}
.latest-investigations-scroll::-webkit-scrollbar{
    width: 6px;
}
.latest-investigations-scroll::-webkit-scrollbar-thumb{
    background: rgba(255, 255, 255, 0.35);
    border-radius: 100px;
}
.latest-investigations-scroll::-webkit-scrollbar-track{
    background: transparent;
}
ul.latest-investigations-list{padding: 0; margin: 0;}
ul.latest-investigations-list li{list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 13px 30px; margin-bottom: 10px; border: 1px solid rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.08);
border-radius: 10px; font-size: 16px; line-height: normal; font-weight: 400; color: #fff;}
ul.latest-investigations-list li .date{ font-size: 14px; font-weight: 300;}
ul.latest-investigations-list li .final-report{ font-size: 11px; line-height: 11px; font-weight: 500; color: #fff;}
ul.latest-investigations-list li .final-report-link{
  text-decoration: none;
  color: inherit;
}
ul.latest-investigations-list li .final-report-link:hover .final-report{
  text-decoration: underline;
}
ul.latest-investigations-list li > a.latest-inv-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}
ul.latest-investigations-list li > a.latest-inv-link:hover{
  opacity: 0.92;
}
ul.latest-investigations-list li .inv-desc{
  flex: 1;
  min-width: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
ul.latest-investigations-list li .inv-desc span.red-box{ margin-bottom: 0; }
.inv-operator-flight{ font-size: 14px; line-height: 1.35; font-weight: 400; }
.inv-title-line{ font-size: 15px; line-height: 1.4; font-weight: 400; }
.recent-hero-op, .recent-list-op{ margin-right:10px;display: block; font-weight: 600; margin-bottom: 6px; opacity: 0.95; }
span.red-box{ display: block; font-size: 10px; font-weight: 400; color: #fff; background: #ED1C24; width: fit-content; padding: 2px 5px; margin-bottom: 4px;border: 1px solid; border-radius: 7px;}
span.red-box.accident-badge{ background: #ED3739; }
span.red-box.serious-badge{ background: #E8A91C; }
span.red-box.incident-badge{ background: #06589C; }
span.red-box.interim-badge{ background: #fff; color: #ED1C24; }
.location-section{position: relative; margin: 60px 0 0 ;}
.location-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.2;
    width: 687px;
    height: 600px;
    background: radial-gradient(circle, rgba(75, 55, 221, 0.9) 0%, rgba(75, 55, 221, 0) 100%);
    top: -186px;
    left: 0;
    z-index: -1;
}
.location-section::before {
    width: 785px;
    height: 600px;
    background: radial-gradient(circle, rgba(30, 112, 62, 0.9) 0%, rgba(30, 112, 62, 0) 100%);
    top: -121px;
    right: 0;
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.4;
}
.location-section h2{ font-size: 38px; font-weight: 700; padding: 0; margin: 0 0 30px; color: #fff; text-align: center;}
.location-section .flex-box{ display: flex; justify-content: space-between; gap: 20px;}
.location-map .map{position: relative; min-height: 470px;}
.map-fullscreen-icon{
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    background: #fff;
    color: #1f2937;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 500;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
}
.map-fullscreen-icon:hover{background: #f3f4f6;}
#reports-map{
    width: 100%;
    min-height: 492px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.25);
    overflow: hidden;
}
.map-fallback{
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}
.map-popup{
    font-size: 12px;
    line-height: 1.4;
}
.map-popup a{
    color: #06589C;
    font-weight: 600;
}
.map-modal{display:none;}
.map-modal.is-open{display:block;}
.map-modal-backdrop{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    z-index: 200000;
}
.map-modal-panel{
    position: fixed;
    inset: 3vh 2vw;
    z-index: 200001;
    background: #0c1324;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.map-modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    color: #fff;
}
.map-modal-header h3{
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
}
.map-modal-close{
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.12);
    color: #fff;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}
.map-modal-close:hover,
.map-modal-close:focus-visible{
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.85);
    outline: none;
}
.map-modal-close svg{
    display: block;
}
.map-modal-body{flex:1; min-height:0;}
#reports-map-fullscreen{
    width:100%;
    height:100%;
    min-height:70vh;
}
body.map-modal-open{overflow:hidden;}
.site-slider .slide-item{position: relative; min-height: 414px;
    border-radius: 12px;
    /*border: 1px solid rgba(255, 255, 255, 0.25);*/
    overflow: hidden;}
.site-slider .slide-item h3{position: absolute; left: 30px; bottom: 2px; font-size: 22px; padding: 0; margin: 0; color: #fff; font-weight: 700;
    
}
.site-slider{position:relative;}

.site-slider .slide-item{
    display:none;
}

.site-slider .slide-item.active{
    display:block;
}
.site-slider-controls{
    position: absolute;
    right: 35px;
    top: 35px;
}
.site-slider .prev,
.site-slider .next{
    cursor: pointer;
    padding: 6.5px 9px;
    margin-right: 5px;
    cursor: pointer;
    background: none;
    border: 1px solid #fff;
    border-radius: 100px;
}

.site-slider .prev{ left:10px; }
.site-slider .next{ right:10px; }


.recent-event-section{position: relative; margin: 60px 0 0;}
.recent-event-section::after {
    width: 780px;
    height: 500px;
    background: radial-gradient(circle, rgba(249, 68, 68, 0.6) 0%, rgba(249, 68, 68, 0) 100%);
    top: -86px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
}
.recent-event-section h2{ font-size: 38px; font-weight: 700; color: #fff; padding: 0; margin: 0 0 20px; text-align: center;}
.recent-event-section .flex-box{display: flex; gap: 45px;}
.recent-event-section .home-slides-slider-wrap .site-slider .slide-item{min-height: 685px;}
.home-slides-slider-img{cursor: pointer;}
.home-slide-modal{display:none;}
.home-slide-modal.is-open{display:block;}
.home-slide-modal-backdrop{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.82);
    z-index: 200000;
}
.home-slide-modal-panel{
    position: fixed;
    inset: 3vh 2vw;
    z-index: 200001;
    background: #05070d;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.home-slide-modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
}
.home-slide-modal-header h3{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
}
.home-slide-modal-close{
    flex-shrink: 0;
    border: 1px solid rgba(255,255,255,0.55);
    background: rgba(255,255,255,0.12);
    color: #fff;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    cursor: pointer;
}
.home-slide-modal-close:hover,
.home-slide-modal-close:focus-visible{
    background: rgba(255,255,255,0.22);
    border-color: rgba(255,255,255,0.85);
    outline: none;
}
.home-slide-modal-body{
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.home-slide-modal-body img{
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(94vh - 90px);
    object-fit: contain;
}
body.home-slide-modal-open{overflow:hidden;}
.recent-event a{ display: block; position: relative;}
.recent-event a h3{ font-size: 24px; font-weight: 700; color: #fff; position: absolute; left: 25px; bottom: 30px;padding: 0; margin: 0;}
.recent-event a h3 .date{display: block; margin-bottom: 5px; font-size: 12px; font-weight: 400;}
.recent-event a h3 .date svg{ vertical-align: text-top; margin-right: 8px;}
.recent-event-section .container-main{
    padding: 35px 60px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 20px;
}
.recent-event-list ul{padding: 0; margin: 0;}
.recent-event-list ul li{ list-style: none;margin-bottom: 8px;}
.recent-event-list ul li img{max-width: 73px;}
.recent-event-list ul li:last-child{margin-bottom: 0;}
.recent-event-list li a{ display: flex; gap: 20px; align-items: center;background: rgba(255, 255, 255, 0.10);border: 1px solid rgba(255, 255, 255, 0.30); border-radius: 10px;}
.recent-event-list li a:hover{background: rgba(255, 255, 255, 0.20);}
.recent-event-list li a .post-detail{ font-size: 12px; color: #fff;}
.recent-event-list li a .post-detail h3{ font-size: 16px; font-weight: 600; color: #fff;padding: 0; margin: 0;}
.recent-event-list li a .post-detail svg{margin-right: 8px;}
.recent-event-list{
    width: 100%;
    max-width: 430px;
}
.recent-post-arrow{
    position: absolute;
    top: 28px;
    right: -25px;
    background: #51545E;
    padding: 1px 16.5px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 100px;
}
.recent-event-list li a:hover .recent-post-arrow{background: linear-gradient(90deg, #2E526E 0%, #295156 100%);border: 1px solid rgba(42, 166, 155, 0.35);}
.view-more-box{ text-align: right; margin-top: 30px;}
.view-more-box a{ font-size: 12px; color: #fff; font-weight: 600; background: linear-gradient(90deg, #2E526E 0%, #295156 100%);border: 1px solid rgba(42, 166, 155, 0.35);padding: 6px 20.5px;border-radius: 100px;}
.view-more-box a:hover{background: #51545E;border: 1px solid rgba(255, 255, 255, 0.30);}

.counter-section{margin:60px 0 0 ; padding: 89px 0; background: url(images/counter-section-bg.png)no-repeat center; background-size: cover;}
.counter-section .flages-box{ display: flex; align-items: center; justify-content: center; gap: 50px;}
.counter-box{ display: flex; justify-content: center; gap: 50px; margin: 30px 0px 61px; max-width: 1150px;}
.counter-box .counter-box-inner{padding: 20px 15px 35px;background: rgba(255, 255, 255, 0.15);border: 1px solid rgba(255, 255, 255, 0.50);border-radius: 15px;
font-size: 26px; line-height: 32px; color: #fff; font-weight: 400; text-align: center; width: 100%; max-width: 250px;}
.counter-box .counter-box-inner .numb{background: rgba(255, 255, 255, 0.25);border: 1px solid rgba(255, 255, 255, 0.40);border-radius: 15px;
padding: 30px; text-align: center; font-size: 32px; margin-bottom: 20px; line-height: normal;}
.counter-box .counter-box-inner .numb span.numb-txt{ display: block; font-size: 24px; font-weight: 900;}
.counter-box .counter-box-inner .numb.last{padding: 15.5px;}

/* Counter section: infinite horizontal flag strip */
.counter-box .counter-box-inner.counter-flags-marquee {
  max-width: 1150px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 28px;
}
.counter-flags-marquee-viewport {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.counter-flags-marquee-track {
  display: flex;
  width: max-content;
  animation: counter-flags-marquee-scroll 45s linear infinite;
  will-change: transform;
}
.counter-flags-marquee-track:hover {
  animation-play-state: paused;
}
.counter-flags-marquee-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 0 40px;
  flex-shrink: 0;
}
.counter-flags-marquee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.counter-flags-marquee-item img {
  display: block;
  max-height: 56px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@keyframes counter-flags-marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .counter-flags-marquee-track {
    animation: none;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
  }
  .counter-flags-marquee-viewport {
    -webkit-mask-image: none;
    mask-image: none;
  }
  .counter-flags-marquee-group[aria-hidden="true"] {
    display: none;
  }
}

/* Counter section: stepped flag carousel (several visible, advance one at a time) */
.counter-box .counter-box-inner.counter-flags-slider {
  max-width: 1150px;
  width: 100%;
  position: relative;
  padding-bottom: 44px;
  background: #fdfdfd80;
}
.counter-flags-slider-viewport {
  overflow: hidden;
  width: 100%;
}
.counter-flags-slider-track {
  display: flex;
  gap: 2px;
  transition: transform 0.35s ease;
  will-change: transform;
}
.counter-flags-slider-slide {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.counter-flag-image-link {
  display: inline-block;
}
.counter-flags-slider-slide img {
  display: block;
  max-height:80px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.counter-flag-title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.counter-flags-slider-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
.counter-flags-slider-controls button {
  background: transparent;
  border: none;
  padding: 10px 14px;
  cursor: pointer;
  line-height: 0;
  opacity: 0.95;
}
.counter-flags-slider-controls button:hover:not(:disabled) {
  opacity: 1;
}
.counter-flags-slider-controls button:disabled {
  opacity: 0.35;
  cursor: default;
}
@media (prefers-reduced-motion: reduce) {
  .counter-flags-slider-track {
    transition: none;
  }
}
.copyright-box br{ display: none;}
.location-map{ max-width: 590px; width: 100%;}
.location-map .map iframe{width: 100%; border-radius: 20px;}
ul.all-list li{cursor: pointer;}
.breadcrumbs-list{ margin: 38px 0 30px; border-radius: 15px; padding: 19px 50px;background: rgba(255, 255, 255, 0.10);border: 1px solid rgba(255, 255, 255, 0.40); font-size: 20px; color: #fff; font-weight: 600;}
.breadcrumbs-list svg{vertical-align: middle; margin: 0 20px;}
.content-detail{margin: 38px 0 30px; border-radius: 20px; padding: 50px 50px 62px;background: rgba(255, 255, 255, 0.05);border: 1px solid rgba(255, 255, 255, 0.40); font-size: 18px; line-height: 23px; color: #fff; font-weight: 400;}
.content-detail h2{ font-size: 38px; font-weight: 700; color: #fff; padding: 0; margin: 0 0 15px;}
.pdf-viewer-card{margin: 28px 0 35px; border-radius: 18px; overflow: hidden; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.35);}
.pdf-viewer-card-header{display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 22px; background: rgba(0, 0, 0, 0.22); border-bottom: 1px solid rgba(255, 255, 255, 0.22);}
.pdf-viewer-card-header h3{font-size: 22px; line-height: 28px; color: #fff; padding: 0; margin: 0;}
.pdf-viewer-link{flex-shrink: 0; display: inline-block; padding: 9px 18px; border-radius: 100px; color: #fff; background: #0D874A; font-size: 15px; line-height: normal; font-weight: 600;}
.pdf-viewer-link:hover{color: #fff; background: #006035;}
.pdf-viewer-frame{display: block; width: 100%; height: 760px; border: 0; background: #fff;}
.pdf-viewer-fallback{padding: 12px 22px; margin: 0; font-size: 14px; line-height: 20px; background: rgba(0, 0, 0, 0.18);}
.page-access-gate-lead{margin: 0 0 28px; max-width: 520px; opacity: 0.9;}
.page-access-gate-form{max-width: 360px;}
.page-access-gate-label{display: block; margin: 0 0 8px; font-size: 15px; font-weight: 600; color: #fff;}
.page-access-gate-input{display: block; width: 100%; box-sizing: border-box; padding: 12px 16px; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.40); background: rgba(0, 0, 0, 0.25); color: #fff; font-size: 16px;}
.page-access-gate-input:focus{outline: none; border-color: rgba(13, 135, 74, 0.9);}
.page-access-gate-error{margin: 10px 0 0; font-size: 14px; color: #ffb4b4;}
.page-access-gate-btn{display: inline-block; margin-top: 18px; padding: 11px 28px; border: 0; border-radius: 100px; color: #fff; background: #0D874A; font-size: 15px; font-weight: 600; cursor: pointer;}
.page-access-gate-btn:hover{background: #006035;}
.honour-board-sheet{margin-top: 30px; padding: 30px 34px 42px; border-radius: 18px; background: #fff; color: #000; box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24); border-top: 8px solid #0D874A;}
.honour-board-top{position: relative; min-height: 105px; text-align: center; margin-bottom: 12px;}
.honour-board-badge{position: absolute; top: 0; left: 0; display: inline-block; padding: 14px 25px; background: #4472C4; border: 2px solid #2F5597; color: #000; font-size: 25px; line-height: 30px; font-weight: 500; text-transform: uppercase;}
.honour-board-logo{display: inline-block; width: 115px; height: auto !important;}
.honour-section{margin-bottom: 34px; text-align: center;}
.honour-section:last-child{margin-bottom: 0;}
.honour-section-heading{margin-bottom: 18px;}
.honour-section-heading span{display: block; color: #000; font-size: 14px; line-height: 18px; font-weight: 900; text-transform: uppercase;}
.honour-section-heading h3{font-size: 15px; line-height: 20px; color: #000; padding: 0; margin: 0; text-transform: uppercase; font-weight: 900;}
.honour-section-heading p{padding: 0; margin: 18px 0 0; color: #000; font-size: 26px; line-height: 32px; font-weight: 900; text-transform: uppercase;}
.honour-section-heading p span{display: block; margin-top: 6px; font-size: 15px; line-height: 20px;}
.honour-table{width: 92%; margin: 0 auto; border-collapse: collapse; table-layout: fixed; font-size: 14px; line-height: 18px; color: #000;}
.honour-table td{border: 2px solid #C9C9C9; padding: 6px 9px; vertical-align: middle; background: #fff;}
.honour-serial{width: 42px; text-align: center;}
.honour-rank-cell{width: 135px; text-align: center;}
.honour-name-cell{text-align: left; font-weight: 500;}
.honour-date-cell{width: 120px; text-align: center;}
.ops-investigators-sheet{margin-top: 30px; padding: 26px 30px 36px; border-radius: 18px; background: #fff; color: #000; box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24); overflow-x: auto;}
.ops-investigators-table{width: 100%; min-width: 830px; border-collapse: collapse; table-layout: fixed; color: #000; font-size: 14px; line-height: 18px;}
.ops-investigators-table th,
.ops-investigators-table td{border: 1px solid #303030; padding: 5px 9px; vertical-align: middle; background: #fff;}
.ops-investigators-table th{text-align: center; font-weight: 700;}
.ops-investigators-table .ops-board-title{background: #00A9E0; font-size: 20px; line-height: 26px; font-weight: 800; color: #fff; text-align: center; padding: 10px 0;}
.ops-serial-head,
.ops-serial-cell{width: 60px; text-align: center;}
.ops-name-head,
.ops-name-cell{width: 255px;}
.ops-name-cell{text-align: left;}
.ops-date-cell{text-align: center;}
.ops-section-heading{text-align: center; font-weight: 800;}
.tech-investigators-table .tech-board-title{background: #00A9E0; color: #fff; }
.ats-investigators-table .ats-board-title{background: #00A9E0;}
.organogram-image-card{width: 100%; overflow-x: auto; border-radius: 16px; background: rgba(255, 255, 255, 0.92); padding: 24px; box-sizing: border-box;}
.organogram-image-card img{display: block; width: 100%; min-width: 760px; height: auto;}
ul.green-list{padding: 0; margin: 0 0 0 40px}
ul.green-list li{ list-style: circle; margin-bottom: 15px;}
ul.green-list li:last-child{margin-bottom: 0;}
ul.green-list li::marker {
  color: #196F49;
}
ul.vision-mission-list{padding: 0; margin: 0; display: flex; justify-content: space-between; gap: 30px; font-size: 16px; line-height: 20px; color: #fff;}
ul.vision-mission-list li{border-radius: 20px; list-style: none; width: 100%; padding: 30px 30px 40px;background: rgba(255, 255, 255, 0.05);border: 1px solid rgba(255, 255, 255, 0.40);}
.vision-mission-list h2{ font-size: 28px; font-weight: 700; color: #fff; padding: 0; margin: 0 0 15px;}
.vision-mission-list h2 svg{ vertical-align: middle; margin-right: 15px;}
ul.timeline-list{padding: 0; margin: 0;}
ul.timeline-list li{list-style: none; font-size: 16px; color: #fff; font-weight: 400;background: rgba(255, 255, 255, 0.08);border: 1px solid rgba(255, 255, 255, 0.30); border-radius: 10px; margin-bottom: 10px;}
ul.timeline-list li span.date{background: #1A4D9F;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 19px 0;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    max-width: 180px;
    border-radius: 10px 0 0 10px;}

.layout{
display:flex;
gap:20px;
align-items: start;
}

.sidebar{
width:300px;
padding:20px;
}

.event-card{
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.30);
padding:20px;
margin-bottom:15px;
border-radius:10px;
}
.event-card .flex-box{ font-size: 12px; font-weight: 400; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255, 255, 255, 0.5); padding-top: 20px; margin-top:12px;}
.event-card .flex-box h5{ font-size: 14px; font-weight: 700; color: #fff; padding: 0; margin: 0 0 4px; text-transform: uppercase;}
.event-card .flex-box div{border-right: 1px solid rgba(255, 255, 255, 0.5);padding-right: 30px;margin-right: 30px;}
.event-card .flex-box div:last-child{border-right: none; margin-right: 0; padding-right: 0;}
.event-card .flex-box a {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 5px 26px;
    background: linear-gradient(90deg, rgba(42, 166, 255, 0.38) 0%, rgba(20, 184, 166, 0.32) 100%);
    border: 1px solid rgba(42, 146, 155, 0.45);
    border-radius: 100px;
    line-height: 16px;
}

/* Investigation report detail — open stored PDF in a new browser tab */
.report-detail-pdf-view {
    margin-top: 1.25rem;
}
.report-detail-pdf-view a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 8px 28px;
    background: linear-gradient(90deg, rgba(42, 166, 255, 0.38) 0%, rgba(20, 184, 166, 0.32) 100%);
    border: 1px solid rgba(42, 146, 155, 0.45);
    border-radius: 100px;
    line-height: 16px;
    text-decoration: none;
}
.report-detail-pdf-view a:hover {
    opacity: 0.92;
    color: #fff;
}
#pagination{
text-align: right;
}

.page-btn{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
margin-right:5px;
background: rgba(255, 255, 255, 0.10);
border: 1px solid rgba(255, 255, 255, 0.30);
cursor:pointer; text-align: center;
border-radius: 5px;
display:inline-block;
}

.page-nav-btn{
    width: auto;
    padding: 0 10px;
}

.top-filter h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0 0 15px; text-transform: uppercase;
}
.results-area{ width: 100%;padding: 30px;}
#resultCount{ font-size: 20px; font-weight: 400; color: #fff;}
.sidebar .filter-group{overflow: hidden; padding: 0;background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.30); border-radius: 10px; margin-bottom: 10px; font-size: 12px; line-height: normal; color: #fff;}
.sidebar .filter-group.active{padding-bottom: 15px;}
.sidebar .filter-group .filter-title{ padding: 11px 15px;}
.sidebar .filter-group.active .filter-title{background: #1A4D9F; border-bottom: 1px solid rgba(255, 255, 255, 0.30);}
.sidebar .filter-group label{ display: block; margin-bottom: 10px; padding-left: 20px; position: relative;}
.sidebar .filter-group label input{    position: absolute;
    top: 2px;
    left: 1px;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;}
.sidebar .filter-group h4{font-size: 16px; color: #fff; font-weight: 700; margin-bottom: 0;}
.basip-no {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #1A4D9F;
    padding: 5px 10px;
    border-radius: 4px;
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.30);
    line-height: normal;
}
.basip-no.serious-badge {
    background: #E8A91C;
}
.basip-no.accident-badge {
    background: #ED3739;
}
.basip-no.incident-badge {
    background: #06589C;
}
.basip-no.interim-badge {
    background: #fff;
    color: #ED1C24;
}
.filter-dropdown-box{ display: flex; justify-content: space-between; gap: 30px;}
.filter-dropdown-box h5{ font-size: 16px; font-weight: 600; color: #fff; padding: 0; margin: 0 0 7px;}
.st-year,.end-year,.location,.filter-btns{width: 100%;}
.filter-dropdown-box select,#locationFilter{
    width: stretch;
    border-radius: 20px;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.40);
    font-size: 14px;
    line-height: normal;
    color: #fff;
    font-weight: 400;}
.filter-btns{max-width: 200px;}
#applyFilter{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 8.5px 79px;
    background: linear-gradient(90deg, rgba(42, 166, 255, 0.38) 0%, rgba(20, 184, 166, 0.32) 100%);
    border: 1px solid rgba(42, 146, 155, 0.45);
    border-radius: 100px;
    line-height: normal; cursor: pointer;
}
.filter-dropdown-box select{appearance: none;
  padding-right: 40px;

  background: rgba(255, 255, 255, 0.05) url("images/dropdown-arrow.png") no-repeat;
  background-position: right 15px center;}
.filter-dropdown-box select option{background: #000;}
.gallery-list{padding: 0;margin: 0; display: flex; flex-wrap: wrap; gap: 19px; justify-content: center;}
.gallery-list li{list-style: none; position: relative; width: 100%; max-width: 260px;}
.gallery-list li.event-gallery-item{cursor: pointer;}
.gallery-list li img{vertical-align: middle;height: 200px !important;}
.gallery-list li::after{opacity: 0; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%;border-radius: 10px;    background: linear-gradient(90deg, rgba(42, 166, 255, 0.68) 0%, rgba(20, 184, 166, 0.62) 100%);}
.popup-links{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1; opacity: 0;}
.gallery-list li:hover:after,.gallery-list li:hover .popup-links{opacity: 1;}

.img-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.img-popup img {
 /* max-width: 80%;
  max-height: 80%;*/
  border-radius: 10px;
}

.close-popup {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.popup-img{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.popup-img .event-popup-content{display: none; width: 100%; box-sizing: border-box; margin: 0 auto; padding: 22px 24px; background: #fff; color: #000; border-radius: 0 0 12px 12px;}
.popup-img .event-popup-content.is-visible{display: block;}
.popup-img .event-popup-date{margin: 0 0 8px; color: #0D874A; font-size: 14px; line-height: 20px; font-weight: 700;}
.popup-img .event-popup-title{margin: 0 0 10px; padding: 0; color: #000; font-size: 26px; line-height: 32px; font-weight: 800;}
.popup-img .event-popup-description{margin: 0; color: #333; font-size: 16px; line-height: 24px; white-space: pre-line;}
.popup-img.has-event-content{width: min(900px, 92vw); max-height: 88vh; overflow-y: auto; border-radius: 12px;}
.popup-img.has-event-content img{display: block; width: 100%; max-width: 100%; max-height: 56vh; object-fit: contain; background: #000; border-radius: 12px 12px 0 0;}
.filter-scroll-box{
    height: 380px;
    overflow-y: scroll;
    padding-right: 10px;
}

.filter-title {
  cursor: pointer;
  position: relative;
}

/* PLUS icon */
.filter-title::after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 18px;
  transition: 0.3s;
  top: 50%;
  transform: translateY(-50%);
}

/* MINUS when active */
.filter-group.active .filter-title::after {
  content: "−";
}

.filter-content {
  display: none;
  padding: 10px 12px;
}

@media (max-width:1450px){
.logo-box img.slogen{max-width: 60%;}
}
@media (max-width:1200px){
ul.nav li {padding: 0 5px;}
ul.nav li a {font-size: 16px;}
.container{ padding:0 2%;}
.logo-box img{ max-width: 30%;}
.latest-investigations-listbox h2,.stats-box h2 {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0 0 6px;
}
.latest-investigations-listbox a{ font-size: 10px;}
.stats-box,.latest-investigations-listbox{padding: 20px;max-width: none;width: 50%;}
.slider-right {
    font-size: 12px;
    line-height: 15px;
    padding: 10px;}
.slider-right h3 {font-size: 14px;}
.slider-right {width: 30%;}
ul.latest-investigations-list li .date {font-size: 12px;}
ul.latest-investigations-list li{padding: 10px;}
.latest-investigations-scroll{ max-height: 220px; }
.location-section h2,.recent-event-section h2{font-size: 28px;}
.recent-event-section .container-main {padding: 20px 40px 20px 20px;}
.counter-section {margin: 30px 0 0;padding: 30px 0;}
.counter-box {margin: 30px auto 0;}
.counter-box .counter-box-inner {
    padding: 15px;
    font-size: 18px;
    line-height: 24px;}
.footer {
    padding: 3px 0 0;
    margin-top: 30px;
    font-size: 16px;}
.footer a, .footer li {font-size: 14px;}
.footer .flex-box {gap: 40px;}
.slide img {height: 372px!important;}
}

@media (max-width:1024px){
h1{font-size:34px;}
h2{font-size:28px;line-height:normal;}
h3{font-size:26px;}
h4{font-size:22px;}
h5{font-size:18px;}
h6{font-size:16px;}
.logo-box {float: none;
    width: auto;
    margin-left: 0;
    text-align: center;}
.navpane {width: 100%;}
header {
    position: relative;
    top: 0;
	padding:15px 0;
	z-index: 9999;
	width:100%;
}
header.sticky{position:relative;}
.logo{width:100%;}
header.sticky .logo img{width:auto;}
.headersection{margin-left:0;}
.show-menu{display:block;position:absolute;left:5px;top: 50%;transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.show-menu a:hover{color:#050505;}
ul.nav{margin-left:0;}
ul.nav li{padding:0;margin:0;border:none;border-bottom:1px solid #ED1C24;float:none;display:block;}
ul.nav li a{line-height:18px!important;padding:12px 8px;border:none;color:#fff;margin:0;font-size:16px}
ul.nav li a:hover, ul.nav li a.selected{color:#fff;border-radius:0;background:#ED1C24;margin:0;border:none;}
.sidr{background:#050505;box-shadow:none;}
ul.nav li ul{position:relative;text-align:left;font-size:14px;width:100%;background:#333;margin-top:0;border-left:0;border-right:0;display:block;top:0;border-radius:0;}
ul.nav li ul li:first-child a:after{content:'';}
/*ul.nav li a:after{ display:none;}*/
.header-address-box{
    clear: both;
    width: 100%;
    margin: 15px auto 0;
    display: inline-block;
	text-align:center;
}
.navpane{padding:0;height:0;margin:0;border:none;float: none;}
ul.nav li:after{ display:none;}
header.sticky .social-box {display: block;}
header.sticky .logo img {height: auto!important;}
.header-address-box{ margin:0 auto;}
.sidr ul { width:100%;}
.banner-btn {
    margin-top: 50px;
}
header.sticky .logo-box {
    width: auto!important;
}
header.sticky {box-shadow: none;}
.header-top {padding: 15px 20px 15px 65px;}
.header-btn-box a {font-size: 12px;}
.header-btn-box input {max-width: 125px;padding: 7px 12px;background: url(images/search-icon.svg) right 10px top 4px no-repeat rgba(255, 255, 255, 0.20);}
.tab {padding: 10px;font-size: 14px;}
.tab-slider-wrapper {display: block;}
.slider-left,.slider-right{width:auto;}
.tabs {margin-top: 20px;}
.latest-investigations .flex-box {display: block;}
.stats-box {
    max-width: none;
    width: auto;
    margin-bottom: 20px;
    max-width:525px;
}
.latest-investigations {margin: 20px 0 0;}
.latest-investigations-listbox .flex-box {display: flex; margin-bottom: 15px;}
.location-section {margin: 20px 0 0;}
.location-section h2, .recent-event-section h2 {font-size: 24px;margin: 0 0 12px;}
.recent-event-section .flex-box {display: block;}
.recent-event{margin-bottom: 20px;}
.recent-event-list {width: 100%;max-width: none;}
.latest-investigations-listbox {max-width: none;}
.recent-event img{ width: 100%;}
.counter-box {gap: 20px;}
.footer .flex-box {flex-wrap: wrap;}
.address-box {max-width: 100%;width: 47%;}
.footer .link-list{width: 47%;}
.stats-box, .latest-investigations-listbox{ width: auto;}
.breadcrumbs-list {
    margin: 20px 0;
    padding: 14px 30px;
    font-size: 16px;}
.content-detail {
    margin: 20px 0;
    padding: 30px;
    font-size: 16px;}
.pdf-viewer-frame {height: 640px;}
.honour-board-sheet {padding: 24px 20px 32px; overflow-x: auto;}
.honour-table {width: 100%; min-width: 720px;}
.honour-section-heading p {font-size: 23px; line-height: 29px;}
ul.vision-mission-list li {padding: 15px;}
.vision-mission-list h2 svg {margin-right: 5px;}
.vision-mission-list h2 {
    font-size: 22px;
    margin: 0 0 5px;
}
.content-detail h2 {
    font-size: 28px;
    margin: 0 0 10px;
}
ul.green-list {margin: 0 0 0 20px;}
ul.timeline-list li span.date {
    font-size: 14px;
    margin-right: 8px;
    max-width: 100px;
}
ul.timeline-list li {font-size: 13px;}
.layout {display: block;}
.content-detail {width: auto;}
.filter-scroll-box {height: 185px;}
.slide img {height: auto!important;}
}
@media (max-width:767px){
    .counter-section .flages-box,.counter-box {gap: 20px;}
    .counter-box {
        flex-wrap: wrap;
    }
    .counter-box .counter-box-inner{width: 48%;}
    .counter-section .flages-box img, .counter-box .counter-box-inner {
        width: 30%;
    }
    body::before, body::after,.location-section::after,.location-section::before,.footer::after,.footer::before,.recent-event-section::after,.recent-event-section::before,.timeline-list::before{width: 40%;height: 400px;}
    .location-section::after,.latest-investigations::after,.footer .container::after,.vision-mission-list::after,.timeline-list::after{width: 100%;}
    .location-section .flex-box {display: block;}
    .location-map{ margin-bottom: 20px;}
    ul.latest-investigations-list li {display: block;}
    .latest-investigations-scroll{ max-height: 380px; }
    ul.latest-investigations-list li > a.latest-inv-link{ flex-direction: column; align-items: flex-start; }
    ul.latest-investigations-list li span{ display: block; margin-bottom: 10px;}
    .latest-investigations-listbox .flex-box {display: block;}
    .recent-event-section {margin: 20px 0 0;}
    .recent-event-list li a .post-detail h3 {font-size: 12px;}
    .recent-event-list li a {gap: 10px;}
    .recent-post-arrow {top: 20px;}
    .counter-section .flages-box, .counter-box {text-align: center;}
    .counter-box .counter-box-inner {
    max-width: none;
    width: 38%;
}
.counter-box {margin: 20px auto 0;}
.counter-box .counter-box-inner.counter-flags-marquee {
  width: 100%;
  max-width: none;
}
.counter-box .counter-box-inner.counter-flags-slider {
  width: 100%;
  max-width: none;
}
.counter-flags-marquee-group { gap: 28px; padding: 0 24px; }
.counter-flags-marquee-item img { max-height: 48px; }
.footer .link-list {width: 100%;}
.counter-section .flages-box {margin-bottom: 30px;}
.address-box {width: 50%;}
.copyright-box br{ display: block;}
ul.year-total li {font-size: 12px;}
ul.all-list li, ul.year-total li, ul.year-total-data li {
    padding: 11px 2px;
    font-size: 11px;
}
.tabs {display: none;}
.slide h2 {
    font-size: 20px;
    bottom: 10px;
    left: 10px;
}
.slider-controls {top: 10px;right: 10px;}
.logo-box img.slogen,.header-btn-box form{display: none;}
.logo-box img {max-width: 100%;}
.header-btn-box {
    display: block;
    text-align: right;
}
ul.vision-mission-list {display: block;}
ul.vision-mission-list li {
    width: auto;
    margin-bottom: 20px;
    }
.content-detail {
        padding: 15px;
        font-size: 14px;
    }
.pdf-viewer-card-header {display: block; padding: 15px;}
.pdf-viewer-card-header h3 {font-size: 18px; line-height: 24px; margin-bottom: 12px;}
.pdf-viewer-link {font-size: 14px; padding: 8px 15px;}
.pdf-viewer-frame {height: 520px;}
.pdf-viewer-fallback {padding: 10px 15px;}
.honour-board-sheet {padding: 18px 12px 24px; border-top-width: 6px;}
.honour-board-top {min-height: 96px;}
.honour-board-badge {position: relative; display: table; margin-bottom: 16px; padding: 9px 16px; font-size: 18px; line-height: 23px;}
.honour-board-logo {width: 95px;}
.honour-section {margin-bottom: 28px;}
.honour-section-heading {margin-bottom: 14px;}
.honour-section-heading span {font-size: 12px; line-height: 16px;}
.honour-section-heading h3 {font-size: 13px; line-height: 18px;}
.honour-section-heading p {font-size: 20px; line-height: 25px; margin-top: 12px;}
.honour-table {min-width: 650px; font-size: 12px; line-height: 16px;}
.honour-table td {padding: 5px 7px;}
ul.timeline-list li span.date {
        font-size: 14px;
        margin-right: 8px;
        max-width: 100%;
        padding: 10px 0;
        border-radius: 10px;
        margin-bottom: 10px;
    }
ul.timeline-list li {padding: 10px;}
.filter-dropdown-box {display: block;}
.event-card .flex-box {display: block;}
.event-card .flex-box div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-right: none;
}
.event-card .flex-box div:last-child{border-bottom: none;display: flex;}
.st-year, .end-year, .location, .filter-btns {margin-bottom: 15px;}
}


.content-detail h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 15px 0 5px;
}

/* Investigation report detail */
.report-detail-topbar{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:16px;
    flex-wrap:nowrap;
}
.report-detail-topbar > div:first-child{
    flex:1 1 auto;
    min-width:0;
}
.report-detail-pdf-view{
    margin-top:0;
    margin-left:auto;
    flex:0 0 auto;
}
.report-detail-pdf-view a{
    display:inline-block;
    font-size:14px;
    color:#fff;
    font-weight:700;
    padding:10px 28px;
    background:linear-gradient(90deg, rgba(42, 166, 255, 0.45) 0%, rgba(20, 184, 166, 0.38) 100%);
    border:1px solid rgba(42, 146, 155, 0.55);
    border-radius:100px;
    line-height:16px;
    text-decoration:none;
}
.report-detail-pdf-view a:hover{
    color:#fff;
    opacity:.95;
}
.report-detail-images{
    margin-top:20px;
}
.report-detail-images figure{
    margin:0;
}
.report-detail-images img{
    width:100%;
    max-width:760px;
    border-radius:12px;
    border:1px solid rgba(255,255,255,.2);
    display:block;
    height:auto;
}
.report-detail-images figcaption{
    font-size:14px;
    color:#fff;
    opacity:.85;
    margin-top:8px;
}
@media (max-width: 768px){
    .report-detail-topbar{
        flex-wrap:wrap;
    }
    .report-detail-pdf-view{
        margin-left:0;
    }
}











body.bg-light{background: #fff;}
.bg-light .header-top{background: rgba(0, 0, 0, 0.35); border-bottom: 0.5px solid rgba(0, 0, 0, 0.5); }
.bg-light .navpane{border-bottom: 0.5px solid rgba(0, 0, 0, 0.5);}
.bg-light ul.nav li a{color:#050B18;}
.bg-light .sticky ul.nav li a{color:#fff;}
.bg-light ul.nav li a svg path{fill: #000;}
.bg-light .sticky ul.nav li a svg path{fill: #fff;}
.bg-light .tab{color: #050B18;border: 1px solid rgba(0, 0, 0, 0.40);border-bottom: 10px solid #fff;}
.bg-light .slider-right{background: rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.40);color: #000;}
.bg-light .slider-right h3{color: #000;}
.bg-light .stats-box{background: rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.40); color: #000;}
.bg-light .stats-box h2{color: #000;}
.bg-light .stats-box > .stats-box-header h2{color: #000;}
.bg-light .stats-view-toggle{border-color: rgba(0, 0, 0, 0.45);}
.bg-light .stats-view-btn{color: #000;background: rgba(0, 0, 0, 0.08);}
.bg-light .stats-view-btn + .stats-view-btn{border-left-color: rgba(0, 0, 0, 0.45);}
.bg-light .stats-view-btn:hover{background: rgba(0, 0, 0, 0.12);}
.bg-light .stats-view-btn.active{color: #fff;}
.bg-light ul.all-list li,.bg-light ul.year-total li,.bg-light ul.year-total-data li{border-right: 1px solid rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.10);}
.bg-light ul.year-total li{background: rgba(0, 0, 0, 0.25);}
.bg-light #stats-table-rows::-webkit-scrollbar-track{background:rgba(0,0,0,0.08);}
.bg-light #stats-table-rows::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.35);}
.bg-light .latest-investigations-listbox{ background: rgba(0,0, 0, 0.05);border: 1px solid rgba(0, 0, 0, 0.40); color: #000;}
.bg-light .latest-investigations-listbox h2{color: #000;}
.bg-light ul.checkbox-list{border: 1px solid rgba(0, 0, 0, 0.5);}
.bg-light ul.checkbox-list li{border-right: 1px solid rgba(0, 0, 0, 0.5);background: rgba(0, 0, 0, 0.10);}
.bg-light ul.latest-investigations-list li{border: 1px solid rgba(0, 0, 0, 0.3); background: rgba(0, 0, 0, 0.08);color: #000;}
.bg-light .latest-investigations-scroll{
    scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
}
.bg-light .latest-investigations-scroll::-webkit-scrollbar-thumb{
    background: rgba(0, 0, 0, 0.25);
}
.bg-light .location-section h2{color: #000;}
.bg-light .recent-event-section h2{color: #000;}
.bg-light .recent-event-list li a{background: rgba(0, 0, 0, 0.10);border: 1px solid rgba(0, 0, 0, 0.30);}
.bg-light .recent-event-list li a:hover{background: rgba(0, 0, 0, 0.20);}
.bg-light .recent-event-list li a .post-detail{color: #000;}
.bg-light .recent-event-list li a .post-detail h3{color: #000;}
.bg-light .counter-box .counter-box-inner{background: rgba(0, 0, 0, 0.15);border: 1px solid rgba(0, 0, 0, 0.50);color: #000;}
.bg-light .counter-box .counter-box-inner .numb{background: rgba(0, 0, 0, 0.25);border: 1px solid rgba(0, 0, 0, 0.40);}

.bg-light .breadcrumbs-list {
    background: rgba(0, 0, 0, 0.10);
    border: 1px solid rgba(0, 0,0, 0.40);
    color: #000;}
.bg-light .breadcrumbs-list svg path{fill: #000;}
.bg-light .content-detail {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.40);
    color: #000;
}
.bg-light .content-detail h2{color: #000;}
.bg-light .pdf-viewer-card{
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.25);
}
.bg-light .pdf-viewer-card-header{
    background: rgba(0, 0, 0, 0.08);
    border-bottom-color: rgba(0, 0, 0, 0.18);
}
.bg-light .pdf-viewer-card-header h3{color: #000;}
.bg-light .pdf-viewer-fallback{background: rgba(0, 0, 0, 0.06);}
.bg-light .page-access-gate-label{color: #000;}
.bg-light .page-access-gate-input{background: #fff; color: #000; border-color: rgba(0, 0, 0, 0.25);}
.bg-light .page-access-gate-error{color: #b42318;}
.bg-light .honour-board-sheet{
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-top: 8px solid #0D874A;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}
.bg-light ul.vision-mission-list {color: #000;}
.bg-light ul.vision-mission-list li {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.40);
}
.bg-light .vision-mission-list h2 {
    color: #000;
}
.bg-light .vision-mission-list h2 svg rect{fill: #000;}
.bg-light ul.nav li ul {
    background: rgba(255, 255, 255, 0.85);
}
.bg-light .sticky ul.nav li ul {
    background: rgba(0, 0, 0, 0.85);
}
.bg-light ul.timeline-list li {
    color: #000;
    background: rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.30);
}
.bg-light ul.timeline-list li span.date {
    color: #fff;
}

.patners h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
}

/* Homepage profile spotlight slider */
.profile-spotlight-section {
    margin: 60px 0 0;
    padding: 0 0 10px;
}
.profile-spotlight-slider {
    position: relative;
    max-width: 1150px;
    margin: 0 auto;
    padding-bottom: 44px;
}
.profile-spotlight-viewport {
    overflow: hidden;
    width: 100%;
}
.profile-spotlight-track {
    display: flex;
    gap: 20px;
    transition: transform 0.35s ease;
    will-change: transform;
}
.profile-spotlight-slide {
    flex-shrink: 0;
}
.profile-spotlight-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
    height: 100%;
}
.profile-spotlight-photo {
    flex-shrink: 0;
    width: 150px;
    height: 170px;
    border-radius: 20%;
    overflow: hidden;
    background: #b8d4e8;
}
.profile-spotlight-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.profile-spotlight-body {
    flex: 1;
    min-width: 0;
}
.profile-spotlight-name {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
}
.profile-spotlight-title {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    color: #6b7280;
}
.profile-spotlight-readmore {
    display: inline-block;
    padding: 8px 22px;
    border: 1px solid #1e2a5a;
    border-radius: 6px;
    color: #1e2a5a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
.profile-spotlight-readmore:hover {
    background: #1e2a5a;
    color: #fff;
}
.profile-spotlight-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.profile-spotlight-controls button {
    background: transparent;
    border: 0;
    padding: 8px 12px;
    cursor: pointer;
    line-height: 0;
}
.profile-spotlight-controls button:hover:not(:disabled) {
    opacity: 0.75;
}
.profile-spotlight-controls button:disabled {
    opacity: 0.35;
    cursor: default;
}
@media (max-width: 767px) {
    .profile-spotlight-slider {
        max-width: 520px;
    }
    .profile-spotlight-card {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .profile-spotlight-photo {
        width: 150px;
        height: 150px;
    }
    .profile-spotlight-name {
        font-size: 22px;
    }
    .profile-spotlight-title {
        font-size: 16px;
    }
}
.bg-light .profile-spotlight-name {
    color: #111;
}
body:not(.bg-light) .profile-spotlight-name {
    color: #fff;
}
body:not(.bg-light) .profile-spotlight-title {
    color: rgba(255, 255, 255, 0.72);
}
body:not(.bg-light) .profile-spotlight-readmore {
    border-color: rgba(255, 255, 255, 0.85);
    color: #fff;
}
body:not(.bg-light) .profile-spotlight-readmore:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.location-slider {
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 20px;
}
.counter-flag-title-link{
    color: #fff;
}
.counter-flag-title-link:hover{
    color: #fff;
}

.home-slides-slider-img{
    width:100% !important;
    height:650px !important;
    /* object-fit:contain !important;
    object-position:center center; */
    background:#000;
}
.team-iamges{
    max-width: 200px;
    width: 100%;
}
.team-desc-page{

}
.latest-directors .flex-box {
    display: flex;
    
    gap: 40px;


}

/* Service profile (resume-style CMS page) */
.content-detail:has(.service-profile) {
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #222;
}
.bg-light .content-detail:has(.service-profile) {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.18);
}
.service-profile {
    --sp-navy: #1a365d;
    --sp-gold: #c9a227;
    --sp-muted: #6b7280;
    --sp-text: #222;
    --sp-soft: #f0f0f0;
    font-family: "Roboto", "Segoe UI", Helvetica, Arial, sans-serif;
    color: var(--sp-text);
    background: #fff;
    line-height: 1.55;
}
.service-profile * {
    box-sizing: border-box;
}
.service-profile .sp-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    background: var(--sp-navy);
    padding: 20px 28px;
    border-bottom: 3px solid var(--sp-gold);
}
.service-profile .sp-header-text {
    flex: 1;
    min-width: 0;
}
.service-profile .sp-header h1,
.service-profile .sp-header .sp-name {
    margin: 0 0 8px;
    padding: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    letter-spacing: 0.01em;
}
.service-profile .sp-role {
    margin: 0 0 8px;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--sp-gold);
}
.service-profile .sp-tagline {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.88);
}
.service-profile .sp-header-photo {
    flex-shrink: 0;
}
.service-profile .sp-header-photo img {
    display: block;
    width: 110px;
    height: 110px;
    object-fit: cover;
    object-position: center top;
    border: 2px solid var(--sp-gold);
    border-radius: 4px;
}
.service-profile .sp-body {
    padding: 18px 32px 28px;
}
.service-profile .sp-contact {
    margin: 0 0 14px;
    font-size: 13px;
    font-weight: 400;
    color: var(--sp-muted);
    line-height: 1.4;
}
.service-profile .sp-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3px;
    margin: 0 0 22px;
}
.service-profile .sp-stat {
    min-width: 0;
}
.service-profile .sp-stat-label {
    display: block;
    padding: 8px 10px;
    background: var(--sp-navy);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
}
.service-profile .sp-stat-value {
    display: block;
    padding: 12px 10px;
    background: var(--sp-soft);
    color: var(--sp-navy);
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 1.25;
}
.service-profile .sp-section {
    margin: 0 0 18px;
}
.service-profile .sp-section:last-child {
    margin-bottom: 0;
}
.service-profile .sp-section-title,
.service-profile .sp-section h2 {
    margin: 0 0 10px;
    padding: 7px 14px;
    background: var(--sp-navy);
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.3;
}
.service-profile .sp-section p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.55;
    color: var(--sp-text);
    text-align: justify;
}
.service-profile .sp-section p:last-child {
    margin-bottom: 0;
}
.service-profile .sp-lead {
    margin-bottom: 8px !important;
}
.service-profile .sp-section ul {
    margin: 0;
    padding: 0 0 0 22px;
    list-style: disc;
}
.service-profile .sp-section li {
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 1.5;
    color: var(--sp-text);
}
.service-profile .sp-section li:last-child {
    margin-bottom: 0;
}
.service-profile .sp-section strong {
    font-weight: 700;
    color: var(--sp-text);
}
.service-profile .sp-inline {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: var(--sp-text);
}
.service-profile .sp-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding-top: 12px;
    border-top: 1px solid #d1d5db;
    font-size: 12px;
    color: var(--sp-muted);
}
.service-profile .sp-footer span {
    line-height: 1.3;
}
@media (max-width: 767px) {
    .service-profile .sp-header {
        padding: 18px 16px;
        gap: 14px;
    }
    .service-profile .sp-header h1,
    .service-profile .sp-header .sp-name {
        font-size: 22px;
    }
    .service-profile .sp-role {
        font-size: 13px;
    }
    .service-profile .sp-tagline {
        font-size: 12px;
    }
    .service-profile .sp-header-photo img {
        width: 78px;
        height: 78px;
    }
    .service-profile .sp-body {
        padding: 14px 16px 22px;
    }
    .service-profile .sp-stats {
        grid-template-columns: 1fr 1fr;
        gap: 4px;
    }
    .service-profile .sp-stat-value {
        font-size: 13px;
        padding: 10px 8px;
    }
    .service-profile .sp-section p,
    .service-profile .sp-section li,
    .service-profile .sp-inline {
        font-size: 14px;
        text-align: left;
    }
}