body.font-small {
    --font-scale: 0.9;
}

body.font-normal {
    --font-scale: 1;
}

body.font-large {
    --font-scale: 1.15;
}

.header-bar
{background-color:/*#d64d4d*/ #ffc627;}
.header-bar-section{padding: 10px 15px;}
.header-section{padding:20px 0px;}

.header-bar-section p, .header-bar-section .mb-4, .header-bar-section .wp-block-columns.is-layout-flex,.header-bar-section ul, .header-title .wp-block-columns.is-layout-flex, .header-title  {margin-bottom:0px!important;}

.header-bar-section p a{text-decoration:none;}
.header-section figure {margin-bottom:0px!important;}
.header-title div.wp-block-column:nth-child(2) {padding-top:10px;}

.header-title .wp-container-core-columns-is-layout-9d6595d7 p	{font-family: 'Open Sans';
  color: #082a4a;
  font-size: 2vw;}
.header-title .wp-container-core-columns-is-layout-9d6595d7 p:nth-child(3){font-size: 1.2vw;color:#f00075;}
.navbar {
  background: #033e66;
  background-color: #033e66;
  border-bottom: 5px solid #ffc627;
}

.container-fluid, .row{--bs-gutter-x: 0rem;}

.navbar-collapse .navbar-nav li {
  position: relative;
  list-style: none;
  padding: 10px 15px;
  display: inline-block;
}

.navbar-collapse .navbar-nav li a
{
	text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  color: #fff;
}

.cs-slider {
    max-width: 100%;
    margin: 0 auto;
    /*border-radius: 18px;*/
    overflow: hidden;
    position: relative;
}

.cs-slide {
    display: none;
    min-height: clamp(320px, 65vh, 540px);
    background-size: cover;
    background-position: center;
    position: relative;
}

.cs-slide.active {
    display: block;
}

/* Bottom dark gradient */


.cs-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    font-size: 28px;
    padding: 10px 14px;
    cursor: pointer;
    /*border-radius: 50%;*/
}
.cs-nav.prev { left: 16px; }
.cs-nav.next { right: 16px; }

.cs-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75) 0%,
        rgba(0,0,0,0.4) 35%,
        rgba(0,0,0,0.1) 60%,
        rgba(0,0,0,0) 100%
    );
}

/* Caption bottom aligned */
.cs-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px 32px;
    color: #fff;
    max-width: 80%;
}

.cs-caption h2 {
    font-size: clamp(20px, 3vw, 34px);
    font-weight: 700;
    margin-bottom: 8px;
}

.cs-caption p {
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.4;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .cs-caption {
        max-width: 100%;
        padding: 16px;
    }
	.header-section .wp-block-image
	{
		margin:0 auto;
	}
	.header-title .wp-container-core-columns-is-layout-9d6595d7 p
	{
		font-size:2rem;
	}
	.header-title .wp-container-core-columns-is-layout-9d6595d7 p:nth-child(3)
	{font-size:1rem;}
	.wp-block-image .alignleft{float: none;
    margin: 0 auto;}
	.header-title div.wp-block-column:nth-child(2){text-align:center;}
	.text-size-switcher, .header-bar-section p{text-align:center!important;}
	.header-bar-section .widget{text-align:center!important;}
	.header-bar-section .widget .is-layout-flex{display:inline;}
}

.cs-gradient {
    pointer-events: none;
}

.cs-nav {
    z-index: 20;
}

.cs-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 5;
}

.cs-dot {
    width: 28px;
    height: 3px;
    background: rgba(255,255,255,0.4);
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s ease;
}

.cs-dot.active {
    background: #fff;
    width: 36px;
}



.directorspeak{padding:20px 20px;}

.footer-section-bg{background-color:#aa66cc;}
.footer-section{padding:30px 0px;}
.footer-box h5, .footer-box p{color:#fff;}
.footer-box .wp-block-columns.is-layout-flex, .footer-box.mb-4{margin-bottom:0px!important;}


.weekly-advisories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.advisory-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #1e6bb8;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}

.advisory-btn:hover {
    background: #144d85;
}

.annual-reports {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.annual-report-date {
    color: #0073aa;
    font-size: 13px;
    margin-top: 4px;
}

.annual-report-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #2c7a2c;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}

.annual-report-btn:hover {
    background: #1f5e1f;
}

.success-stories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.success-story-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #8b5a2b;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}

.success-story-btn:hover {
    background: #6f451f;
}

 .annual-report-list, .adv-list {
    border: 1px solid #dcdcdc;
    max-width: 100%;
    background: #fff;
}

.adv-list, .annual-report-list {
    list-style: none;
    margin: 0;
    padding: 0 12px;
    height: 220px; /* 5 items */
    overflow: hidden;
}

.adv-list li, .annual-report-list li {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

.adv-list a, .annual-report-list a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.adv-list .arrow , .annual-report-list .arrow{
    color: #008080;
    margin-right: 6px;
}

.adv-date {
    color: #0073aa;
    font-size: 13px;
    margin-top: 4px;
}

.adv-footer, .annual-report-footer {
    text-align: right;
    padding: 6px 10px;
    background: #f7f7f7;
}

.view-all {
    font-weight: 600;
    color: #0073aa;
    text-decoration: none;
}



.footer-logo-slider {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #e6f5fb;
    padding: 20px;
}

.fl-track {
    display: flex;
    gap: 20px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.fl-item {
    flex: 0 0 auto;
    background: #fff;
    padding: 10px 15px;
    border-radius: 4px;
}

.fl-item img {
    height: 100px;
    width: auto;
    display: block;
}

.fl-arrow {
    background: #4bb7b3;
    border: none;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
}


.year-tabs, .lang-tabs {
    display: flex;
    gap: 10px;
    list-style: none;
    cursor: pointer;
}

.year-tabs li.active,
.lang-tabs li.active {
    font-weight: bold;
    border-bottom: 2px solid #0073aa;
}

.year-content, .lang-content {
    display: none;
}
.year-content.active,
.lang-content.active {
    display: block;
}

.pdf-list li {
    margin-bottom: 8px;
}

/* ===== YEAR TITLE ===== */
.wa-year-title {
    display: inline-block;
    /*background: #4b7d2a;*/
    color: #000;
    padding: 8px 14px;
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 10px;
}

/* ===== MAIN WRAPPER ===== */
.wa-wrapper {
    display: flex;
    border: 2px solid #4d4d4d;
    margin-bottom: 30px;
}

/* ===== LEFT LANGUAGE LIST ===== */
.wa-languages {
    width: 180px;
    background: #f3f3f3;
    border-right: 1px solid #ccc;
}

.wa-languages ul {
    list-style: none;   /* 🔥 removes bullets */
    margin: 0;
    padding: 0;
}

.wa-languages li {
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.wa-languages li.active {
    background: #ffc627;
    color: #fff;
    font-weight: bold;
}

/* ===== RIGHT CONTENT ===== */
.wa-content {
    flex: 1;
    padding: 15px;
}

.wa-panel {
    display: none;
}

.wa-panel.active {
    display: block;
}

/* ===== GRID ===== */
.wa-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.wa-item {
    display: block;
    text-align: center;
    padding: 10px;
    background: #eef6f0;
    border: 1px solid #cbd8c0;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.wa-item:hover {
    background: #dfeedd;
}



/* ===============================
   LATEST TECHNOLOGY / SIGNIFICANT RESEARCH
   =============================== */

.latest-tech-wrapper {
    margin-top: 10px;
}

/* List */
.latest-technology-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.latest-technology-list li {
    padding: 10px 0;
    border-bottom: 1px dotted #4d4d4d;
}

.latest-technology-list li a {
    text-decoration: none;
    color: #033e66;              /* navbar blue */
    font-weight: 600;
    font-size: 15px;
}

.latest-technology-list li a:hover {
    color: #000;
    text-decoration: underline;
}

/* ===============================
   VIEW ALL (Theme matched)
   =============================== */

.view-all-wrap {
    text-align: right;
    padding-top: 8px;
}

.view-all-btn {
    display: inline-block;
    padding: 6px 16px;
    background: #ffc627;         /* theme yellow */
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #e0ae10;
}

.view-all-btn:hover {
    background: #033e66;         /* theme blue */
    color: #fff;
    border-color: #033e66;
    text-decoration: none;
}

.media-marquee {
    background: #d11919;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
}

.media-track {
    display: inline-block;
    animation: media-scroll 30s linear infinite;
}

.media-item {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 0 16px;
    position: relative;
}

.media-item:hover {
    text-decoration: underline;
}

@keyframes media-scroll {
    from { transform: translateX(100%); }
    to   { transform: translateX(-100%); }
}


/* Separator */
.media-item::after {
    content: "|";
    position: absolute;
    right: -10px;
    color: #fff;
    opacity: 0.8;
}

/* Remove separator after last item (optional but clean) */
.media-item:last-child::after {
    content: "";
}

.wp-block-column h3
{
	border-left:5px #d11919 solid;
	padding-left:10px;
	padding-bottom:5px;
	margin-bottom:0px;

}