/* toggle button rotation */
.social-toggle{
    position:fixed;
    right:15px;
    top:40%;
    z-index:9999;
}

.toggle-btn{
    width:45px;
    height:45px;
    background:#ff3d3d;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    cursor:pointer;
    margin-bottom:6px;
}

.social-icons{
    display:flex;
    flex-direction:column;
    gap:6px;
}

.icon{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    border-radius:4px;
    text-decoration:none;
}

.fb{background:#1877f2;}
.ig{background:#e1306c;}
.li{background:#0077b5;}
.yt{background:#ff0000;}
.wa{background:#25d366;}

/* image size */
.ogrl-float{
    position:fixed;
    left:15px;
    top:50%;
    transform:translateY(-50%);
    z-index:9999;
    display:block;
    transition:.3s;
    background: #fff;
    padding: 2px 3px;
}

/* image size */
.ogrl-float img{
    width:70px;
    height:auto;
    display:block;
}

/* hover effect */
.ogrl-float:hover{
    transform:translateY(-50%) scale(1.08);
}




.footer-info{
    font-size:16px;
    color:#ddd;
    margin-top: 25px; margin-bottom: 25px;
}

/* common row */
.info-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:8px;
}

/* icon */
.info-item i{
    width:20px;
    margin-right:8px;
    margin-top:3px;
    color:#ffcc00;
}

/* links */
.info-item a{
    color:#ddd;
    text-decoration:none;
    line-height:1.5;
}

.info-item a:hover{
    color:#fff;
    text-decoration:underline;
}


.visitor-counter{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#111;
    padding:8px 16px;
    border-radius:6px;
    font-family:Arial, sans-serif;
    box-shadow:0 3px 10px rgba(0,0,0,0.25);
}

.vc-label{
    color:#bbb;
    font-size:13px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.vc-number{
    color:#00ff9c;
    font-size:18px;
    font-weight:bold;
    letter-spacing:2px;
    font-family:"Courier New", monospace;
}


.footer-links{
    width:100%;
}

/* each link full width */
.footer-link{
    display:flex;
    align-items:center;
    width:100%;
    color:#dcdcdc;
    text-decoration:none;
    padding:5px 0;
    font-size:14px;
    transition:.3s;
}

/* icon left */
.footer-link i{
    width:22px;
    margin-right:8px;
    color:#ffcc00;
    text-align:center;
}

/* hover effect */
.footer-link:hover{
    color:#ffffff;
    padding-left:4px;
}

.footer-link:hover i{
    color:#ffffff;
}


.footer-policies{
    width:100%;
}

/* each link */
.policy-link{
    display:flex;
    align-items:center;
    width:100%;
    color:#dcdcdc;
    text-decoration:none;
    padding:5px 0;
    font-size:14px;
    transition:.3s;
}

/* icon */
.policy-link i{
    width:22px;
    margin-right:8px;
    color:#ffcc00;
    text-align:center;
}

/* hover */
.policy-link:hover{
    color:#ffffff;
    padding-left:4px;
}

.policy-link:hover i{
    color:#ffffff;
}


.bannerContent{
    position:absolute;
    top:65%;
    left:8%;
    transform:translateY(-50%);
    z-index:2;
}

/* banner text */
.bannerText{
    position:absolute;
    opacity:0;
    font-size:55px;
    font-weight:700;
    color:#ffffff;              /* bright text */
    white-space:nowrap;         /* prevents line break */
    letter-spacing:1px;
    transition:opacity 1s ease;

    /* glow shadow for visibility on video */
    text-shadow:
        0 2px 8px rgba(0,0,0,0.6),
        0 4px 20px rgba(0,0,0,0.4);
}

/* active visible */
.bannerText.active{
    opacity:1;
}



#acc-btn{
 position:fixed;
 bottom:25px;
 right:25px;
 width:60px;
 height:60px;
 background:#1a73e8;
 border-radius:50%;
 display:flex;
 align-items:center;
 justify-content:center;
 color:#fff;
 font-size:28px;
 cursor:pointer;
 box-shadow:0 6px 18px rgba(0,0,0,.3);
 z-index:99999;
}

#acc-panel{
 position:fixed;
 bottom:100px;
 right:25px;
 width:280px;
 background:#fff;
 border-radius:10px;
 box-shadow:0 15px 40px rgba(0,0,0,.3);
 padding:18px;
 display:none;
 z-index:99999;
}

#acc-panel button{
 width:100%;
 padding:9px;
 margin:6px 0;
 border:none;
 background:#1a73e8;
 color:#fff;
 border-radius:6px;
 cursor:pointer;
}

.high-contrast{background:#000;color:#fff;}
.gray{filter:grayscale(100%);}
.highlight a{background:yellow;color:#000;}




/* Floating wrapper */
#accessWidget{
 position:fixed;
 bottom:100px;
 right:25px;
 z-index:9999;
}

/* Toggle button */
#accessToggle{
 display:flex;
 align-items:center;
 background:#6c3cff;
 color:#fff;
 border-radius:40px;
 padding:14px;
 cursor:pointer;
 box-shadow:0 8px 22px rgba(0,0,0,.3);
 transition:.35s;
 overflow:hidden;
 width:60px;
}

/* icon */
.acc-icon{font-size:26px;}

/* hidden label */
.acc-label{
 white-space:nowrap;
 margin-left:10px;
 opacity:0;
 transition:.3s;
}

/* expand on hover */
#accessToggle:hover{
 width:170px;
}
#accessToggle:hover .acc-label{
 opacity:1;
}

/* PANEL */
#accessPanel{
 position:fixed;
 top:0;
 right:-360px;
 width:360px;
 height:100%;
 background:#f5f5f7;
 box-shadow:-6px 0 30px rgba(0,0,0,.25);
 transition:.35s;
 display:flex;
 flex-direction:column;
 z-index:11111111111;
}
#accessPanel.open{ right:0; }

/* header */
.panel-header{
 background:#6c3cff;
 color:#fff;
 padding:16px;
 display:flex;
 justify-content:space-between;
 font-size:18px;
}

/* grid */
.panel-grid{
 display:grid;
 grid-template-columns:repeat(2,1fr);
 gap:12px;
 padding:18px;
}
.panel-grid button{
 padding:12px;
 border:none;
 background:#fff;
 border-radius:8px;
 cursor:pointer;
 box-shadow:0 3px 8px rgba(0,0,0,.1);
}

/* footer */
.panel-footer{padding:15px;}
#resetAccess{
 width:100%;
 padding:12px;
 background:#d7c8ff;
 border:none;
 border-radius:8px;
 cursor:pointer;
}

/* EFFECT CLASSES */
.big-text{font-size:120%;}
.text-spacing{letter-spacing:1.5px;word-spacing:2px;}
.line-height{line-height:1.8;}
.highlight a{background:yellow;color:#000;}
.dyslexia{font-family:Arial, Helvetica, sans-serif;}
.hide-images img{display:none;}
.big-cursor *{cursor:pointer; transform:scale(1.02);}
.dark-mode{background:#000;color:#fff;}
.invert{filter:invert(1) hue-rotate(180deg);}




.pg-board{
    width:100%;
    background:#f2f2f2;
    padding:60px 0;
    font-family:"Segoe UI", Arial, sans-serif;
}

.pg-member{

     width: 100%;
    
    max-width: 1414px;
   
    margin:auto;
    display:flex;
    align-items:center;
    gap:50px;
    padding:40px 20px;
    border-bottom:2px dotted #9aa3ad;
    position: relative;
}


.pg-member.one {position: relative;}

.pg-member.one::after{
    content:"";
    position:absolute;
    right:40px;
    top:50%;
    width:90px;
    height:90px;
    background:url(../images/z) no-repeat center/contain;
    opacity:.05;
    transform:translateY(-50%);
}






/* PHOTO AREA */
.pg-photo{
    position:relative;
    width:210px;
    height:210px;
    flex-shrink:0;
}

/* green circular arc */


/* image */
.pg-photo img{
    width:220px;
    height:220px;
    object-fit:cover;
    border-radius:50%;
    position:absolute;
    left:0px;
    top:-10px;
}

/* TEXT */
.pg-info h2{
    margin:0;
    font-size:28px;
    color:#1a1a1a;
}

.pg-info h4{
    margin:6px 0 18px;
    color:#6b6b6b;
    font-weight:500;
}

.pg-info p{
    max-width:700px;
    line-height:1.7;
    color:#444;
    font-size:16px;
}

/* Read more link */
.pg-readmore{
    display:inline-block;
    margin-top:14px;
    color:#1b4c9c;
    font-weight:600;
    text-decoration:none;
}

.pg-readmore:hover{
    text-decoration:underline;
}

/* MOBILE */
@media(max-width:900px){
    .pg-member{
        flex-direction:column;
        text-align:center;
    }

    .pg-info p{
        max-width:100%;
    }
}

.pg-board .pg-member:nth-of-type(even){
    flex-direction: row-reverse;
}



/* TAB MENU */
.pg-tabs{
    max-width:1100px;
    margin:0 auto 40px;
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.pg-tab-btn{
    padding:10px 22px;
    border:none;
    background:#e5e5e5;
    cursor:pointer;
    font-weight:600;
    border-radius:4px;
    transition:0.3s ease;
}

.pg-tab-btn:hover{
    background:#d6e4f2;
}

.pg-tab-btn.active{
    background:#1b4c9c;
    color:#fff;
}

/* TAB CONTENT */
.pg-tab-content{
    display:none;
}

.pg-tab-content.active{
    display:block;
}
















/* WRAPPER */

.optcl-table-container{
   width: 100%;
    padding: 0 15px;
    max-width: 1414px;
    margin: 30px auto;
}
.directorsmessage{
    border-collapse:separate !important;
    border-spacing:0;
    width:100%;
    font-family:"Segoe UI", Arial, sans-serif;
    background:#ffffff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

/* HEADER */
.directorsmessage tr:first-child td{
    background:linear-gradient(90deg,#0b6fb3,#0099cc) !important;
    color:#fff;
    font-weight:600;
    letter-spacing:.4px;
    padding:14px 10px;
    border:none;
}

/* BODY ROWS */
.directorsmessage td{
    padding:12px 10px;
    border-bottom:1px solid #e6edf3;
    font-size:14.5px;
}

/* STRIPED ROW EFFECT */
.directorsmessage tr:nth-child(even):not(:first-child){
    background:#f7fbff;
}

/* HOVER EFFECT */
.directorsmessage tr:not(:first-child):hover{
    background:#eef6ff;
    transition:.2s ease;
}

/* ALIGNMENTS */
.directorsmessage td:nth-child(1),
.directorsmessage td:nth-child(2){
    text-align:center;
    font-weight:600;
    color:#3b4a5a;
}

.directorsmessage td:nth-child(3){
    font-weight:600;
    color:#1c2d3f;
}

.directorsmessage td:nth-child(4){
    color:#556575;
}

/* REMOVE INLINE HEADER BG */
.directorsmessage td[style*="background-color"]{
    background:unset !important;
}


/*visionmission*/

.vm-wrap {
  background:
    radial-gradient(circle at 10% 20%, rgba(10,75,143,0.08), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(0,150,255,0.08), transparent 40%),
    #f4f7fb;
  padding: 60px 20px;
}

.vm-container {
  width: 100%;
    padding: 0 15px;
    max-width: 1414px;
    margin: 0 auto;
}

.vm-heading {
  text-align: center;
  font-size: 36px;
  margin-bottom: 45px;
  color: #002b55;
  font-weight: 700;
}

.vm-box {
  display: flex;
  gap: 35px;
  padding: 40px;
  margin-bottom: 35px;
  border-radius: 16px;
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  border: 1px solid rgba(255,255,255,0.5);
}

.vm-bigicon {
  font-size: 56px;
  min-width: 90px;
  height: 90px;
  border-radius: 20px;
  background: linear-gradient(135deg,#0a4b8f,#00a2ff);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vm-text h3 {
  font-size: 28px;
  color: #0a4b8f;
  margin-top: 0;
}

.vm-text p {
  font-size: 17px;
  line-height: 1.7;
  color: #333;
}

.mission-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.mcard {
  position: relative;
  padding: 18px 18px 18px 22px;
  background: linear-gradient(145deg,#ffffff,#f4f8fd);
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  transition: 0.3s;
}

/* animated left border */
.mcard:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: linear-gradient(#0a4b8f,#00a2ff);
  animation: glowMove 3s linear infinite;
}

@keyframes glowMove {
  0%   { filter: brightness(1); }
  50%  { filter: brightness(1.7); }
  100% { filter: brightness(1); }
}

.mcard:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

/* responsive */
@media (max-width:768px){
  .mission-grid { grid-template-columns: 1fr; }
}




/** organisation structure */

.org-page {
  padding: 40px 20px;
  background: #f5f7fb;
}

.org-title {
  text-align: center;
  font-size: 34px;
  color: #003366;
  margin-bottom: 30px;
}

.org-image-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  text-align: center;
  margin-bottom: 40px;
}

.org-image-box img {
  max-width: 75%;
  border-radius: 6px;
}

.org-caption {
  margin-top: 10px;
  color: #555;
  font-size: 14px;
}

.org-subtitle {
  text-align: center;
  color: #0a4b8f;
  margin-bottom: 25px;
}

.org-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
  gap: 16px;
  margin-top: 20px;
}

.org-card {
  display: block;
  background: #fff;
  padding: 16px 18px;
  border-radius: 10px;
  border-left: 5px solid #0a4b8f;
  text-decoration: none;
  color: #222;
  font-size: 15px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  position: relative;
  transition: .25s;
}

.org-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
  border-left-color: #ff7a00;
}

.new-tag {
  background: #ff3b3b;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
}



/* act2003 */


/* PAGE WRAPPER */
.policy-page{
    background:#f4f7fb;
    padding-bottom:60px;
    font-family:"Segoe UI", Arial, sans-serif;
}

/* HERO HEADER */
.policy-hero{
    background:linear-gradient(120deg,#1b4c9c,#2f6fc1);
    color:#fff;
    padding:50px 20px;
    text-align:center;
}

.policy-hero h1{
    margin:0;
    font-size:38px;
    letter-spacing:.5px;
}

.policy-hero p{
    margin-top:8px;
    opacity:.9;
}

/* CONTENT CARD */
.policy-card{
      max-width: 1414px;
    margin: 0px auto 0;
    background: #fff;
    padding: 40px 45px;
    /* box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08); */
    /* border-radius: 8px; */
    line-height: 1.8;
}

/* INTRO HIGHLIGHT */
.policy-intro{
    background:#eef5ff;
    padding:18px 20px;
    border-left:4px solid #1b4c9c;
    border-radius:4px;
}

/* SUBTITLE */
.policy-subtitle{
    margin-top:35px;
    font-size:22px;
    color:#1b4c9c;
    border-bottom:2px solid #e6edf3;
    padding-bottom:6px;
}

/* ICON BULLET LIST */
.policy-list{
    list-style:none;
    padding:0;
    margin-top:18px;
}

.policy-list li{
    padding-left:28px;
    margin-bottom:12px;
    position:relative;
}

.policy-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#1b4c9c;
    font-weight:bold;
}

/* CONCLUSION */
.policy-conclusion{
    margin-top:28px;
    font-weight:500;
    border-top:1px solid #e6edf3;
    padding-top:18px;
}

/* MOBILE */
@media(max-width:900px){
    .policy-card{
        padding:25px;
        margin-top:-30px;
    }
}

.policy-list-advanced{
    list-style:none;
    padding:0;
    margin-top:20px;
}

.policy-list-advanced li{
    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:14px 16px;
    margin-bottom:10px;
    background:#f7fbff;
    border-left:4px solid #1b4c9c;
    border-radius:4px;
    transition:.25s ease;
    font-size:16px;
}

.policy-list-advanced li:hover{
    background:#eef5ff;
    transform:translateX(3px);
}

/* icon circle */
.policy-list-advanced .icon{
    width:30px;
    height:30px;
    min-width:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#1b4c9c;
    color:#fff;
    border-radius:50%;
    font-size:15px;
}



















/* PAGE WRAPPER */
.tariff-page{
    max-width:1414px;
    margin:60px auto;
    padding:0 20px;
    font-family:"Segoe UI", Arial, sans-serif;
}

/* HEADER */
.tariff-header{
    border-left:5px solid #1b4c9c;
    padding-left:15px;
    margin-bottom:30px;
}

.tariff-header h1{
    margin:0;
    font-size:30px;
    color:#1b4c9c;
}

.tariff-header p{
    margin-top:6px;
    color:#666;
}

/* CARD CONTAINER */
.tariff-card{
    background:#fff;
    
    box-shadow:0 6px 20px rgba(0,0,0,0.06);
    border-radius:6px;
}

/* TABLE */
.tariff-table{
    width:100%;
    border-collapse:collapse;
}

/* HEADER ROW */
.tariff-table th{
    background:linear-gradient(90deg,#1b4c9c,#2a79c5);
    color:#fff;
    padding:14px 10px;
    font-weight:600;
    font-size:14px;
    text-align:center;
}

/* BODY CELLS */
.tariff-table td{
    padding:12px 10px;
    border-bottom:1px solid #e6edf3;
    font-size:14px;
    text-align:center;
}

/* STRIPED ROWS */
.tariff-table tr:nth-child(even){
    background:#f7fbff;
}

/* HOVER EFFECT */
.tariff-table tr:hover{
    background:#eef6ff;
}

/* DOWNLOAD BUTTON */
.tariff-table a img{
    height:28px;
    transition:.2s;
}

.tariff-table a img:hover{
    transform:scale(1.08);
}

/* MOBILE */
@media(max-width:900px){
    .tariff-card{
        overflow-x:auto;
    }
}

.pdf-download{
    color:#d32f2f;
    font-size:18px;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:6px;
}

.pdf-download i{
    font-size:22px;
}

.pdf-size{
    color:#555;
    font-size:13px;
}

.pdf-download:hover{
    color:#a30000;
}




/* ===== CURRENT OPENINGS PAGE ONLY ===== */

.current-openings{
    font-family:"Segoe UI", Arial, sans-serif;
    background:#f4f7fb;
}

/* Title */
.current-openings .co-page-title{
    background:linear-gradient(135deg,#003366,#0059b3);
    color:#fff;
    padding:35px 25px;
    font-size:28px;
    font-weight:600;
}

/* Container */
.current-openings .co-container{
   max-width: 1414px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    /* box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);*/
}

/* Tabs */
.current-openings .co-tabs{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:25px;
}

.current-openings .co-tab-btn{
    flex:1;
    min-width:180px;
    padding:18px;
    text-align:center;
    border-radius:8px;
    background:#eef3fb;
    cursor:pointer;
    font-weight:600;
    transition:0.3s;
    border:2px solid transparent;
}

.current-openings .co-tab-btn:hover{
    background:#dce8ff;
}

.current-openings .co-tab-btn.active{
    background:#0059b3;
    color:#fff;
    border-color:#003f80;
}

/* Tab Content */
.current-openings .co-tab-content{
    display:none;
    animation:cofade 0.4s ease;
}

.current-openings .co-tab-content.active{
    display:block;
}

@keyframes cofade{
    from{opacity:0; transform:translateY(6px);}
    to{opacity:1; transform:translateY(0);}
}

/* Job Block */
.current-openings .co-job{
    padding:18px;
    border:1px solid #e2e6ef;
    border-radius:8px;
    margin-bottom:15px;
    transition:0.3s;
}

.current-openings .co-job:hover{
    box-shadow:0 3px 12px rgba(0,0,0,0.06);
}

.current-openings .co-job-title{
    font-size:18px;
    font-weight:600;
    color:#003366;
    margin-bottom:5px;
}

.current-openings .co-job-meta{
    font-size:14px;
    color:#666;
    margin-bottom:10px;
}

/* Button */
.current-openings .co-btn{
    display:inline-block;
    padding:8px 18px;
    background:#0059b3;
    color:#fff;
    border-radius:5px;
    text-decoration:none;
    font-size:14px;
}

.current-openings .co-btn:hover{
    background:#003f80;
}





.tender-strip{
    background:#fff;
    border-radius:8px;
    padding:18px 20px;
    border-left:5px solid #064a87;
    box-shadow:0 4px 14px rgba(0,0,0,.06);
    transition:.25s ease;
    margin-bottom:20px;
}

.tender-strip:hover{
    box-shadow:0 8px 22px rgba(0,0,0,.1);
    transform:translateY(-2px);
}

/* HEADER */
.tender-strip-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:8px;
}

.tender-strip-head h3{
    margin:0;
    font-size:17px;
    color:#064a87;
}

/* BADGE */
.badge{
    padding:4px 10px;
    font-size:11px;
    border-radius:20px;
    color:#fff;
    font-weight:600;
}
.badge.closing{background:#e63946;}

/* SCOPE */
.scope{
    font-size:13px;
    color:#333;
    margin:6px 0 14px;
    line-height:1.5;
}

/* META GRID */
.tender-strip-meta{
    display:grid;
    grid-template-columns:repeat(5, auto);
    gap:18px;
    align-items:center;
}

.meta{
    display:flex;
    gap:8px;
    align-items:flex-start;
    font-size:13px;
}

.meta span{
    font-size:16px;
    color:#064a87;
}

.meta strong{
    font-size:12px;
    color:#666;
    display:block;
}

.meta p{
    margin:0;
    font-size:13px;
    color:#222;
}

/* BUTTON */
.download-btn{
    background:#064a87;
    color:#fff;
    padding:8px 14px;
    border-radius:6px;
    text-decoration:none;
    font-size:13px;
    transition:.25s;
}

.download-btn span{
    display:block;
    font-size:11px;
    opacity:.85;
}

.download-btn:hover{
    background:#043a6b;
}

/* MOBILE */
@media(max-width:900px){
    .tender-strip-meta{
        grid-template-columns:1fr 1fr;
        gap:12px;
    }
    .download-btn{
        grid-column:1 / -1;
        text-align:center;
    }
}

.tender-search-bar{
    position:relative;
    max-width:520px;
    margin:10px 0 25px;
}

.tender-search-bar input{
    width:100%;
    padding:12px 42px 12px 40px;
    border-radius:8px;
    border:1px solid #d6dde6;
    font-size:14px;
    transition:.25s;
    outline:none;
    background:#fff;
    box-shadow:0 2px 6px rgba(0,0,0,.05);
}

.tender-search-bar input:focus{
    border-color:#064a87;
    box-shadow:0 0 0 2px rgba(6,74,135,.12);
}

.search-icon{
    position:absolute;
    left:12px;
    top:50%;
    transform:translateY(-50%);
    font-size:16px;
    color:#6c757d;
}

#clearSearch{
    position:absolute;
    right:8px;
    top:50%;
    transform:translateY(-50%);
    border:none;
    background:#eee;
    width:26px;
    height:26px;
    border-radius:50%;
    cursor:pointer;
    font-size:13px;
    display:none;
}

#clearSearch:hover{
    background:#ddd;
}


/* vendor */

.vendor_list{
   max-width: 1414px;
    margin: 50px auto;
    background: #fff;
  
    border-radius: 10px;
    /* box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);*/
}


.vendor-card{
    background:#fff;
    padding:18px 20px;
    border-radius:8px;
    border-left:5px solid #064a87;
    box-shadow:0 4px 14px rgba(0,0,0,.06);
    margin-bottom:18px;
    transition:.25s ease;
}

.vendor-card:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.1);
}

.vendor-title{
    margin:0 0 10px;
    font-size:17px;
    color:#064a87;
}

.vendor-download{
    display:inline-block;
    background:#064a87;
    color:#fff;
    padding:9px 16px;
    border-radius:6px;
    text-decoration:none;
    font-size:13px;
    transition:.25s;
}

.vendor-download span{
    display:block;
    font-size:11px;
    opacity:.85;
}

.vendor-download:hover{
    background:#043a6b;
}





/** civil ***/
.civil-page{
    max-width:1100px;
    margin:auto;
}

.page-title{
    font-size:26px;
    color:#064a87;
    margin-bottom:25px;
    border-bottom:3px solid #e5edf5;
    padding-bottom:8px;
}

.drawing-section{
    background:#fff;
    border-radius:10px;
    padding:18px 20px;
    margin-bottom:22px;
    box-shadow:0 5px 16px rgba(0,0,0,.06);
    border-left:6px solid #064a87;
    transition:.3s;
}

.drawing-section:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(0,0,0,.1);
}

.section-title{
    margin:0 0 12px;
    color:#064a87;
    font-size:18px;
}

.drawing-list{
    display:flex;
    flex-wrap:wrap;
    gap:10px 16px;
}

.drawing-list a{
    background:#f1f6fb;
    padding:6px 12px;
    border-radius:5px;
    text-decoration:none;
    color:#064a87;
    font-size:13px;
    border:1px solid #dde6f0;
    transition:.2s;
}

.drawing-list a:hover{
    background:#064a87;
    color:#fff;
    border-color:#064a87;
}

/* MOBILE */
@media(max-width:768px){
    .drawing-list{
        gap:8px;
    }
}





/** contact wrappe***/

.contact-modern{
    max-width:1414px;
    margin:35px auto 0 auto;
}

/* HERO */
.contact-hero{
    background:linear-gradient(135deg,#064a87,#0b6cc2);
    color:#fff;
    padding:50px 40px;
    border-radius:14px;
    margin-bottom:35px;
}

.contact-hero h1{
    margin:0;
    font-size:36px;
}

.contact-hero p{
    margin-top:8px;
    opacity:.9;
}

/* Smaller contact cards */
.contact-glass-cards{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
    margin-bottom:28px;
}

.glass-card{
    background:rgba(255,255,255,.92);
    padding:16px 18px;          /* reduced padding */
    border-radius:12px;
    backdrop-filter:blur(6px);
    box-shadow:0 6px 18px rgba(0,0,0,.08);
    transition:.25s;
    min-height:100px;           /* keep uniform height */
}

.glass-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 26px rgba(0,0,0,.12);
}

/* Smaller heading + icon */
.glass-card h3{
    margin-bottom:6px;
    font-size:15px;             /* reduced */
    color:#064a87;
    font-weight:600;
}

/* Smaller text */
.glass-card p{
    font-size:13px;
    line-height:1.4;
    margin:0;
}

/* smaller red highlight */
.glass-card.red h3{
    color:#e63946;
}

/* SPLIT SECTION */
.contact-split{
    display:grid;
    grid-template-columns:1.2fr 1fr;
    gap:25px;
}

/* MAP */
.map-panel iframe{
    width:100%;
    height:420px;
    border:none;
    border-radius:14px;
    box-shadow:0 12px 30px rgba(0,0,0,.1);
}

/* FORM */
.form-panel{
    background:#fff;
    padding:26px;
    border-radius:14px;
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.form-panel h2{
    margin-bottom:14px;
    color:#064a87;
}

.form-panel input,
.form-panel textarea{
    width:100%;
    padding:12px;
    margin-bottom:12px;
    border-radius:8px;
    border:1px solid #dbe3ec;
}

.form-panel textarea{ min-height:130px; }

.form-panel button{
    width:100%;
    padding:12px;
    background:#064a87;
    color:#fff;
    border:none;
    border-radius:8px;
    font-weight:600;
    cursor:pointer;
}

.form-panel button:hover{
    background:#043a6b;
}

/* MOBILE */
@media(max-width:900px){

    .contact-glass-cards{
        grid-template-columns:1fr;
    }

    .contact-split{
        grid-template-columns:1fr;
    }

    .map-panel iframe{
        height:300px;
    }
}


/** rti***/
.rti-page{
    max-width:1414px;
    margin:50px auto 50px auto;
}

.rti-title{
    font-size:28px;
    color:#064a87;
    margin-bottom:8px;
}

.rti-subtitle{
    margin-bottom:25px;
    color:#555;
}

/* GRID */
.rti-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
}

/* CARD STYLE */
.rti-card{
    display:block;
    background:#fff;
    padding:14px 16px;
    border-radius:8px;
    border-left:5px solid #064a87;
    text-decoration:none;
    color:#064a87;
    font-size:14px;
    box-shadow:0 5px 16px rgba(0,0,0,.06);
    transition:.25s;
}

.rti-card:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 26px rgba(0,0,0,.12);
    background:#064a87;
    color:#fff;
}

/* MOBILE */
@media(max-width:900px){
    .rti-grid{
        grid-template-columns:1fr;
    }
}






/** News Letter **/
/* GRID */
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
     max-width:1385px;
    margin:50px auto 35px auto;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:14px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    cursor:pointer;
}

.gallery-item img{
    width:100%;
    height:230px;
    object-fit:cover;
    transition:.4s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

/* DEFAULT CAPTION */
.caption{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:10px;
    background:linear-gradient(to top,rgba(0,0,0,.75),transparent);
    color:#fff;
    font-size:14px;
    transition:.3s;
}

/* On Hover – Highlight Caption */
.gallery-item:hover .caption{
    background:linear-gradient(to top,rgba(6,74,135,.85),transparent);
    font-weight:600;
}

/* LIGHTBOX */
.lightbox{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.85);
    display:none;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    z-index:9999;
}

.lightbox-img{
    max-width:85%;
    max-height:75%;
    border-radius:10px;
    box-shadow:0 20px 40px rgba(0,0,0,.5);
}

.lightbox-caption{
    color:#fff;
    margin-top:15px;
    font-size:16px;
}

.close{
    position:absolute;
    top:25px;
    right:40px;
    font-size:35px;
    color:#fff;
    cursor:pointer;
}

/* RESPONSIVE */
@media(max-width:1200px){
    .gallery-grid{ grid-template-columns:repeat(3,1fr); }
}
@media(max-width:900px){
    .gallery-grid{ grid-template-columns:repeat(2,1fr); }
}
@media(max-width:600px){
    .gallery-grid{ grid-template-columns:1fr; }
}

/* NAVIGATION ARROWS */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #000;
    cursor: pointer;
    padding: 10px;
    user-select: none;
    transition: .3s;
    z-index: 99;
    border: none;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 32px;
}

.nav:hover{
    color:#0b6cc2;
}

.prev{
    left:30px;
}

.next{
    right:30px;
}

/* Improve lightbox animation */
.lightbox{
    animation:fadeIn .3s ease;
}

@keyframes fadeIn{
    from{ opacity:0; }
    to{ opacity:1; }
}




/** new letter**/
.newsletter-page{
    max-width:1414px;
    margin:50px auto;
}

/* HERO */
.newsletter-hero{
    background:linear-gradient(135deg,#064a87,#0b6cc2);
    color:#fff;
    padding:50px 40px;
    border-radius:18px;
    margin-bottom:40px;
}

.newsletter-hero h1{
    margin:0;
    font-size:30px;
}

/* YEAR */
.newsletter-year h2{
    font-size:20px;
    color:#064a87;
    margin-bottom:20px;
    border-left:4px solid #064a87;
    padding-left:10px;
}

/* 4 COLUMN GRID */
.newsletter-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

/* CARD */
.newsletter-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
    transition:.35s ease;
    display:flex;
    flex-direction:column;
}

.newsletter-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.18);
}

/* THUMB */
.nl-thumb{
    height:170px;
    position:relative;
    overflow:hidden;
}

.nl-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s ease;
}

.newsletter-card:hover .nl-thumb img{
    transform:scale(1.1);
}

/* GRADIENT OVERLAY */
.nl-overlay{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    height:60%;
    background:linear-gradient(to top,rgba(0,0,0,.65),rgba(0,0,0,0));
}

/* BADGES */
.nl-badges{
    position:absolute;
    top:10px;
    left:10px;
    display:flex;
    flex-direction:column;
    gap:6px;
}

.vol-badge,
.issue-badge{
    font-size:11px;
    padding:5px 8px;
    border-radius:20px;
    color:#fff;
    font-weight:600;
    backdrop-filter:blur(4px);
}

.vol-badge{
    background:rgba(6,74,135,.85);
}

.issue-badge{
    background:rgba(230,57,70,.85);
}

/* DETAILS */
.nl-details{
    padding:16px;
}

.nl-details h3{
    margin:0 0 12px;
    font-size:15px;
    color:#064a87;
    font-weight:600;
}

/* BUTTON */
.nl-btn{
    display:block;
    text-align:center;
    background:#064a87;
    color:#fff;
    padding:8px;
    border-radius:8px;
    text-decoration:none;
    font-size:12px;
    font-weight:500;
    transition:.3s;
}

.nl-btn:hover{
    background:#043a6b;
}

/* RESPONSIVE */
@media(max-width:1200px){
    .newsletter-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

@media(max-width:992px){
    .newsletter-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .newsletter-grid{
        grid-template-columns:1fr;
    }
}



/*gallery listin */

.album-page{
    max-width:1385px;
    margin:50px auto;
}

/* HERO */
.album-hero{
    background:linear-gradient(135deg,#064a87,#0b6cc2);
    color:#fff;
    padding:60px 40px;
    border-radius:18px;
    margin-bottom:45px;
}

.album-hero h1{
    margin:0;
    font-size:34px;
}

/* GRID */
.album-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

/* CARD */
.album-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    box-shadow:0 10px 28px rgba(0,0,0,.08);
    transition:.35s;
    display:block;
}

.album-card:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 48px rgba(0,0,0,.18);
}

/* THUMB */
.album-thumb{
    position:relative;
    height:220px;
    overflow:hidden;
}

.album-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.album-card:hover .album-thumb img{
    transform:scale(1.1);
}

/* DARK OVERLAY */
.album-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.6),transparent);
}

/* PHOTO COUNT BADGE */
.photo-count{
    position:absolute;
    bottom:12px;
    right:12px;
    background:rgba(255,255,255,.9);
    color:#064a87;
    padding:5px 10px;
    font-size:12px;
    border-radius:20px;
    font-weight:600;
}

/* INFO */
.album-info{
    padding:18px;
}

.album-info h3{
    margin:0 0 6px;
    font-size:16px;
    color:#064a87;
}

.album-info p{
    margin:0;
    font-size:13px;
    color:#666;
}

/* RESPONSIVE */
@media(max-width:1200px){
    .album-grid{ grid-template-columns:repeat(3,1fr); }
}
@media(max-width:900px){
    .album-grid{ grid-template-columns:repeat(2,1fr); }
}
@media(max-width:600px){
    .album-grid{ grid-template-columns:1fr; }
}


/** video gallery **/

.video-page{
    max-width:1414px;
    margin:35px auto;
}

/* HERO */
.video-hero{
    background:linear-gradient(135deg,#064a87,#0b6cc2);
    color:#fff;
    padding:60px 40px;
    border-radius:18px;
    margin-bottom:40px;
}

.video-hero h1{
    margin:0;
    font-size:34px;
}

/* FILTER */
.video-filter{
    text-align:center;
    margin-bottom:30px;
}

.video-filter button{
    border:none;
    padding:8px 18px;
    margin:6px;
    border-radius:25px;
    background:#f2f5f9;
    cursor:pointer;
    transition:.3s;
}

.video-filter button.active,
.video-filter button:hover{
    background:#064a87;
    color:#fff;
}

/* GRID */
.video-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

/* CARD */
.video-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,.08);
    cursor:pointer;
    transition:.3s;
}

.video-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

/* THUMB */
.video-thumb{
    position:relative;
    height:200px;
    overflow:hidden;
}

.video-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.4s;
}

.video-card:hover .video-thumb img{
    transform:scale(1.1);
}

/* PLAY OVERLAY */
.video-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.4);
    display:flex;
    justify-content:center;
    align-items:center;
}

.play-btn{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#fff;
    color:#064a87;
    font-size:26px;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.3s;
}

.video-card:hover .play-btn{
    background:#064a87;
    color:#fff;
}

/* DURATION BADGE */
.video-duration{
    position:absolute;
    bottom:8px;
    right:10px;
    background:rgba(0,0,0,.7);
    color:#fff;
    font-size:12px;
    padding:3px 8px;
    border-radius:12px;
}

/* INFO */
.video-info{
    padding:16px;
}

.video-info h3{
    margin:0 0 6px;
    font-size:15px;
    color:#064a87;
}

.video-info p{
    margin:0;
    font-size:13px;
    color:#666;
}

/* MODAL */
.video-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.9);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.video-container{
    width:80%;
    height:70%;
}

.video-container iframe{
    width:100%;
    height:100%;
    border-radius:10px;
}

.close-video{
    position:absolute;
    top:25px;
    right:40px;
    font-size:35px;
    color:#fff;
    cursor:pointer;
}

/* RESPONSIVE */
@media(max-width:1200px){
    .video-grid{ grid-template-columns:repeat(3,1fr); }
}
@media(max-width:900px){
    .video-grid{ grid-template-columns:repeat(2,1fr); }
}
@media(max-width:600px){
    .video-grid{ grid-template-columns:1fr; }
}


/** news archive */
.archive-container{
max-width:1385px;
margin:50px auto;

}

.archive-title{
font-size:32px;
margin-bottom:30px;
border-left:5px solid #0b4da2;
padding-left:10px;
}

.archive-card{
background:#fff;
border-radius:6px;
box-shadow:0 2px 8px rgba(0,0,0,0.1);
padding:20px;
margin-bottom:25px;
}

.archive-card h2{
font-size:20px;
color:#0b4da2;
margin-bottom:15px;
border-bottom:1px solid #ddd;
padding-bottom:8px;
}

.archive-list{
list-style:none;
padding:0;
margin:0;
}

.archive-list li{
padding:6px 0;
border-bottom:1px dashed #ddd;
}

.archive-list li a{
text-decoration:none;
color:#333;
font-size:15px;
}

.archive-list li a:hover{
color:#0b4da2;
}

.archive-list i{
margin-right:8px;
color:#d32f2f;
}

.archive h3{
font-size:20px;
color:#0b4da2;
margin-top:25px;
border-bottom:1px solid #ddd;
padding-bottom:6px;
}

.archive ul{
list-style:none;
padding-left:0;
}

.archive li{
padding:6px 0;
}

.archive li i{
color:#c62828;
margin-right:8px;
}

.archive a{
text-decoration:none;
color:#333;
}

.archive a:hover{
color:#0b4da2;
}


.owl-carousel{
    display:block !important;
}
div#logoCarousel {
    position: relative;
/*    padding: 30px 0;*/
}

#logoCarousel.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 107px;
    object-fit: contain;
    border-right: 1px solid #AAAAAA;
}

#logoCarousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    top: 0;
    bottom: 0;
}

#logoCarousel .owl-nav span {
    height: 50px;
    width: 50px;
    position: relative;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #000;
    border-radius: 50%;
}
#logoCarousel.owl-carousel .owl-stage-outer {
    width: 85%;
    margin: 0 auto;
}
.download-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}


.maintenance-page {
    background: #f4f7fb;
    padding: 60px 20px;
    font-family: 'Segoe UI', sans-serif;
}

/* =========================
   LAYOUT
========================= */
.maintenance-layout {
    display: flex;
    gap: 30px;
    max-width: 1415px;
    margin: auto;
}

/* =========================
   SIDEBAR (30%)
========================= */
.maintenance-sidebar {
    width: 25%;
    min-width: 260px;
    background: #ffffff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* Title */
.menu-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #1a2b49;
    font-weight: 600;
}

/* =========================
   MENU
========================= */
.maintenance-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .maintenance-menu li {
        margin-bottom: 12px;
    }

    /* Menu Link */
    .maintenance-menu a {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 12px 14px;
        border-radius: 12px;
        text-decoration: none;
        color: #444;
        position: relative;
        transition: all 0.3s ease;
    }

/* ICON (circle style) */
.menu-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eef3ff;
    border: 2px solid #dbe6ff;
    position: relative;
    transition: all 0.3s ease;
}

    /* inner dot */
    .menu-icon::after {
        content: "";
        width: 10px;
        height: 10px;
        background: #2b5cff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/* Text */
.menu-text {
    font-size: 15px;
}

/* Hover */
.maintenance-menu a:hover {
    background: #f2f6ff;
    color: #2b5cff;
    transform: translateX(6px);
}

    /* Hover icon */
    .maintenance-menu a:hover .menu-icon {
        background: #2b5cff;
        border-color: #2b5cff;
    }

        .maintenance-menu a:hover .menu-icon::after {
            background: #fff;
        }

/* Active */
.maintenance-menu .active a {
    background: #2b5cff;
    color: #fff;
    box-shadow: 0 8px 20px rgba(43,92,255,0.25);
}

/* Active icon */
.maintenance-menu .active .menu-icon {
    background: #fff;
    border-color: #fff;
}

    .maintenance-menu .active .menu-icon::after {
        background: #2b5cff;
    }

/* Left Highlight Bar */
.maintenance-menu a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: #2b5cff;
    border-radius: 4px;
    transition: 0.3s;
}

.maintenance-menu a:hover::before {
    height: 60%;
}

.maintenance-menu .active a::before {
    height: 70%;
    background: #fff;
}

/* =========================
   CONTENT (70%)
========================= */
.maintenance-content {
    width: 70%;
}

/* Maintenance Box */
.maintenance-box {
    display: flex;
    gap: 25px;
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* Icon */
.maintenance-icon {
    font-size: 40px;
    min-width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf2ff;
    color: #2b5cff;
    border-radius: 12px;
}

/* Text */
.maintenance-text h3 {
    margin-bottom: 8px;
    color: #1a2b49;
    font-size: 22px;
}

.maintenance-text p {
    color: #555;
    line-height: 1.6;
    font-size: 15px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
    .maintenance-layout {
        flex-direction: column;
    }

    .maintenance-sidebar,
    .maintenance-content {
        width: 100%;
    }
}

/* Submenu */
.submenu {
    list-style: none;
    padding-left: 48px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

/* Submenu open */
.has-sub.open .submenu {
    max-height: 200px;
}

/* Submenu links */
.submenu li a {
    display: block;
    padding: 8px 10px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.3s;
}

    /* Hover */
    .submenu li a:hover {
        background: #eef3ff;
        color: #2b5cff;
        transform: translateX(5px);
    }

/* Arrow */
.arrow {
    margin-left: auto;
    width: 8px;
    height: 8px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    transition: 0.3s;
}

/* Rotate arrow */
.has-sub.open .arrow {
    transform: rotate(-135deg);
}

/* Improve spacing */
.has-sub > a {
    display: flex;
    align-items: center;
}

.has-sub.open .submenu {
    overflow-y: scroll;
    scrollbar-width: none; 
    -ms-overflow-style: none; 
}

.has-sub.open .submenu::-webkit-scrollbar {
    display: none; 
}

.submenu .has-sub .submenu{
    display:none;
}
.submenu .has-sub.open .submenu {
    display: block;
}
.pos_arrow {
    position: relative;
    display: block;
    top: -12px;
}
.has-sub.open .submenu .has-sub a span.pos_arrow {
    transform: rotate(45deg);
}
.has-sub.open .submenu .has-sub.open a span.pos_arrow {
    transform: rotate(-135deg);
}

/** news section **/
/* Section */
.news-inner {
    padding: 40px 20px;
    background: #f4f7fb;
}

/* Header */
.news-header {
    text-align: center;
    margin-bottom: 35px;
}

    .news-header h2 {
        font-size: 28px;
        color: #1a2b49;
    }

    .news-header p {
        color: #6c7a92;
    }

/* List */
.news-list {
    max-width: 1414px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* Card (Clickable) */
.news-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 14px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    /* Hover */
    .news-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 14px 30px rgba(0,0,0,0.08);
    }

/* Left date box */
.news-left {
    min-width: 60px;
    text-align: center;
    background: linear-gradient(135deg, #2b5cff, #4a7dff);
    color: #fff;
    border-radius: 10px;
    padding: 8px 6px;
}

.news-date {
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.news-month {
    font-size: 12px;
}

/* Content */
.news-content h4 {
    color: #1a2b49;
    margin-bottom: 5px;
    font-size: 16px;
}

.news-content p {
    color: #555;
    font-size: 14px;
}

/* Arrow */
.news-arrow {
    margin-left: auto;
    font-size: 20px;
    color: #2b5cff;
    transition: 0.3s;
}

/* Arrow animation */
.news-card:hover .news-arrow {
    transform: translateX(6px);
}

/* Left glow line */
.news-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: rgba(43,92,255,0.08);
    transition: 0.3s;
}

.news-card:hover::before {
    width: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .news-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-arrow {
        align-self: flex-end;
    }
}



/* UL Container */
.maintenance-text ul, .sidelink-ul-item ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
    counter-reset: list-counter;
}

    /* LI Styling */
    .maintenance-text ul li, .sidelink-ul-item ul li {
        counter-increment: list-counter;
        margin-bottom: 10px;
        padding-left: 35px;
        position: relative;
        border-bottom: 1px solid #eee;
        padding-bottom: 8px;
    }

        /* Number Styling */
        .sidelink-ul-item ul li::before, .maintenance-text ul li::before {
            content: counter(list-counter) ".";
            position: absolute;
            left: 0;
            top: 0;
            font-weight: 600;
            color: #007bff;
            font-size: 14px;
        }

        /* Link Styling */
        .sidelink-ul-item ul li a, .maintenance-text ul li a {
            text-decoration: none;
            color: #2c3e50;
            font-size: 14px;
            transition: 0.3s;
        }

            /* Hover Effect */
            .sidelink-ul-item ul li a:hover, .maintenance-text ul li a:hover {
                color: #007bff;
                padding-left: 5px;
            }

        /* Optional subtle hover line */
        .sidelink-ul-item ul li:hover, .maintenance-text ul li:hover {
            background: #f8fbff;
        }






        /* Container */
.archive-container {
    padding: 35px 15px;
    background: #f5f7fb;
        margin: 0 auto !important;
}

/* Each Item */
.archive-section {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 14px 18px;
    position: relative;
    transition: all 0.3s ease;
    border-left: 4px solid #007bff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

/* Title Text */
.archive-section h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #2c3e50;
    line-height: 1.5;
    transition: 0.3s;
}

/* Hover Effect */
.archive-section:hover {
    transform: translateX(6px);
    background: linear-gradient(90deg, #007bff, #00c6ff);
    box-shadow: 0 8px 18px rgba(0,123,255,0.2);
}

/* Text on Hover */
.archive-section:hover h3 {
    color: #ffffff;
}

/* Subtle divider effect */
.archive-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 18px;
    right: 18px;
    height: 1px;
    background: #eee;
}

/* Remove divider on last */
.archive-section:last-child::after {
    display: none;
}

/* Optional date highlight */
.archive-section h3::first-line {
    font-weight: 600;
}

/* Smooth click effect */
.archive-section:active {
    transform: scale(0.98);
}