
/* Load More with script */

.divmore {
  display:none;
  padding: 10px;
  /* box-shadow: 0 1px 1px #ccc; */
  margin-bottom: 5px;
 
}
.divmore .totop {
  position: fixed;
  bottom: 10px;
  right: 20px;
}
.divmore .totop a {
  display: none;
}
/* .divmore a, a:visited {
  color: #33739E;
  text-decoration: none;
  display: block;
  margin: 10px 0;
} */
.divmore a:hover {
  text-decoration: none;
}
#loadMore {
  padding: 10px;
  text-align: center;
  background-color: #FFCA05;
  color: #000;
  /* border-radius: 8px; */
  /* border-width: 0 1px 1px 0; */
  /* border-style: solid; */
  border-color: #fff;
  /* box-shadow: 0 1px 1px #ccc; */
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
  background-color: #fff;
  color: #000;
}


/* Forms */


.php-email-form #loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #00ADEE;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form  #loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}


/* Mega Menu */

/* header */

@media (max-width:991px) {
  .header-sonka  {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  /* padding:15px; */
  }
  
  }
  
  .header-sonka  .item-left{
  /* flex:0 0 17%; */
  flex:0 0 50%;
  
  
  }
  .header-sonka  .logo a{
  font-size: 30px;
  color:var(--btn-primary);
  font-weight: 700;
  text-decoration: none;
  }
  .header-sonka  .item-center{
  flex:0 0 66%;
  }
  .header-sonka  .item-right{
  flex:0 0 17%;
  display: flex;
  justify-content: flex-end;
  }
  .header-sonka  .item-right a{ 
     text-decoration: none;
     font-size: 20px;
     color:#222;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
  }
  .header-sonka  .menu > ul > li{
  display: inline-block;
  line-height: 50px;
  margin-left: 25px;
  }

   .header-sonka  .menu > ul > li > a{
  font-size: 12px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s ease;
  font-family: Montserrat;
  }

  .header-sonka  .menu > ul > li > a:hover{
   color:#FFCA05 !important;
    }


  .header-sonka  .menu > ul > li .sub-menu{
  position: absolute;
  z-index: 500;
  background-color:#ffffff;
  /* box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.8);  */
  /* padding: 20px 30px; */
  transition: all 0.5s ease;
  margin-top:25px;
  opacity:0;
  visibility: hidden;
  /* border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; */
  }
  @media(min-width: 991px){
  .header-sonka  .menu > ul > li.menu-item-has-children:hover .sub-menu{
  margin-top: 6px;
  visibility: visible;
  opacity: 1;
  }
  }
  .header-sonka  .menu > ul > li .sub-menu > ul > li{
  line-height: 3;

  }
  .header-sonka  .menu > ul > li .sub-menu > ul > li > a{
  display: inline-block;
  padding: 10px 0;
  font-size: 20px;
  color: #011A41;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 400;
  }
  .header-sonka  .menu > ul > li .single-column-menu{
  min-width: 280px;
  max-width: 350px;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding: 12px 10px;
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, .4);
  font-size: 12px;
  color: rgba(27,27,26,1) !important;
  transition: color 0.3s ease;
  font-weight: 400;

  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
  }
  
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3{
    max-width: 1100px;
    width: 100%; 	
    display: flex;
    flex-wrap: wrap;
    padding:20px 15px;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2{
      max-width: 1100px;
      width: 100%; 	
      display: flex;
      flex-wrap: wrap;
      padding:20px 0px;
      }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
  font-size: 18px;
  color:#3f52b9;
  font-weight: 300;
  line-height: 2;
  padding:10px 0;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
  text-align: center;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: auto;
  object-fit: cover;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
  .header-sonka  .menu > ul > li .sub-menu > ul > li > a:hover,
  .header-sonka  .item-right a:hover,
  .header-sonka  .menu > ul > li:hover > a{
  color:#000;
  }
  /* banner section */
  .banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
  }
  
  .mobile-menu-head,
  .mobile-menu-trigger{
  display: none;
  }
  
  /*responsive*/
  @media(max-width: 991px){
  
    
  .sticky-wrapper{
    display:none !important;
  
  }


  
  #sticky-header{
  position: fixed;
  top:0;
  right:0;
  left:0;
  z-index:1030;
  background-color: #fff;
  }
  
  .inner-banner{
    padding-top: 0;
  }
  
  .header-sonka  .item-center{
    order:3;
    flex:0 0 100%;
  }
  .header-sonka  .item-left,
  .header-sonka  .item-right{
    flex:0 0 auto;
  }
  .v-center{
    justify-content: space-between;
  }
  .header-sonka  .mobile-menu-trigger{
    display: flex;
    height: 50px;
    width: 50px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #000; */
      border-radius: 5px;
  }
  .header-sonka  .mobile-menu-trigger span{
    display: block;
    height: 3px;
    background-color: #333333;
    width: 38px;
    position: relative;
    margin-top: -10px;
  }
  .header-sonka  .mobile-menu-trigger span:before,
  .header-sonka  .mobile-menu-trigger span:after{
    content: '';
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    background-color: #333333;
  }
  .header-sonka  .mobile-menu-trigger span:before{
    top:-8px;
  }
  .header-sonka  .mobile-menu-trigger span:after{
    top:8px;
  }
  .header-sonka  .item-right{
    align-items: center;
  }
  
  .header-sonka  .menu{
    position: fixed;
    width: 100%;
    background-color:#ffffff;
    left:0;
    top:0;
    height: 100%;
    overflow: hidden;
    transform: translate(100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }
  .header-sonka  .menu.active{
     transform: translate(0%);	
  }
  .header-sonka  .menu > ul > li {
    line-height: 4;
    margin:0;
    display: block;
  }
  .header-sonka  .menu > ul > li > a {
    line-height: 50px;
    height: 50px;
    padding:0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
  }
  .header-sonka  .menu > ul > li > a svg {
    position: absolute;
    height: 20px;
    width: 30px;
    top:15px;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }
  .header-sonka  .menu .mobile-menu-head {
    display: flex;
    height: 60px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top:0;
  }
  .header-sonka  .menu .mobile-menu-head .go-back{
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color:#000000;
    font-size: 12px;
    display: none;
  }
  .header-sonka  .menu .mobile-menu-head.active .go-back{
    display: block;
  }
  .header-sonka  .menu .mobile-menu-head .current-menu-title{
    font-size: 18px;
    font-weight: bold;
    color: #555;
  }


  .header-sonka  .menu .mobile-menu-head .mobile-menu-close{
      height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color:#000000;	
    font-size: 25px;
  }
  .header-sonka  .menu .menu-main{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu,
  .header-sonka  .menu > ul > li .sub-menu{
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin:0;
    padding:15px;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }
  .header-sonka  .menu > ul > li .sub-menu.active{
  display: block;
  }
  @keyframes slideLeft{
  0%{
    opacity:0;
    transform: translateX(100%);
  }
  100%{
      opacity:1;
    transform: translateX(0%);	
  }
  }
  @keyframes slideRight{
  0%{
    opacity:1;
    transform: translateX(0%);
  }
  100%{
      opacity:0;
    transform: translateX(100%);	
  }
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
    margin-top:0;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
    margin-bottom: 20px;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
    margin-bottom:0px;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
    flex: 0 0 100%;
        padding: 0px;
  }
  .header-sonka  .menu > ul > li .sub-menu > ul > li > a,
  .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
    display: block;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
    margin-bottom: 15px;
  }
  .menu-overlay{
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity:0;
    transition: all 0.5s ease;
  }
  .menu-overlay.active{
    visibility: visible;
    opacity:1;	
  }


  
.mobile-menu-head,
.mobile-menu-trigger{
display: block
 
}
  }


  /* End Mega Menu */

/* Cookies */

#cookieNotice.display-right {
  right: 30px;
  bottom: 30px;
  max-width: 420px;
}

#cookieNotice {
  box-sizing: border-box;
  position: fixed;
  padding: 24px 28px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgb(0 0 0 / 18%);
  font-family: inherit;
  z-index: 999997;
  background-color: #fff;
  color: #393d4d;
}

#cookieNotice * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

#cookieNotice #closeIcon {
  display: none;
}

#cookieNotice .title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

#cookieNotice .cookie-icon {
  font-size: 28px;
  line-height: 1;
}

#cookieNotice h4 {
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  color: #004B23;
}

#cookieNotice p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #393d4d;
}

#cookieNotice p a {
  color: #004B23;
  text-decoration: underline;
}

#cookieNotice p a:hover {
  color: #FFCA05;
}

#cookieNotice .btn-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
}

#cookieNotice .btn-decline,
#cookieNotice .btn-accept {
  padding: 10px 28px;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  border: none;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  transition: box-shadow 0.3s, transform 0.3s;
  white-space: nowrap;
}

#cookieNotice .btn-decline {
  background-color: #f0f0f0;
  color: #393d4d;
  border: 1px solid #d0d0d0;
}

#cookieNotice .btn-decline:hover {
  background-color: #e0e0e0;
  transform: translate3d(0, -1px, 0);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 15%);
}

#cookieNotice .btn-accept {
  background-color: #004B23;
  color: #fff;
  border: none;
}

#cookieNotice .btn-accept:hover {
  background-color: #003818;
  transform: translate3d(0, -1px, 0);
  box-shadow: 0 2px 8px 0 rgb(0 75 35 / 35%);
}

/* End Cookies */

/* ── Search Modal ─────────────────────────────────── */
#searchModal {
    z-index: 1099;
}

#searchModal .modal-dialog {
    margin: 0;
    max-width: 100%;
}

.search-modal-content {
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: none;
    border-radius: 0;
    position: relative;
}

.search-modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.75rem;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.2s;
}

.search-modal-close:hover {
    opacity: 0.7;
}

.search-modal-inner {
    width: 100%;
    max-width: 680px;
    padding: 0 1rem;
}

.search-modal-label {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
}

.search-input-wrap {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    padding: 6px 6px 6px 24px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
}

.search-modal-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 1.05rem;
    color: #222;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 0;
}

.search-modal-input::placeholder {
    color: #aaa;
}

/* Override the existing #search-form rule for modal context */
#searchModal #search-form {
    width: 100%;
    margin: 0;
    display: block !important;
    position: static;
    justify-content: unset !important;
}

.btn-search {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: var(--btn-primary, #004B23);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s;
}

.btn-search:hover {
    background: var(--bs-primary, #003318);
}


@media (max-width: 991px){

.desktop-call-to-action{
  display: none !important;
  }

  /* .bg-holder{
top:-74px !important;
} */

}
/* 
@media  (max-width: 343px) {
.bg-holder {
  top: -92px !important;
}
}


@media  (min-width: 343px) and (max-width: 576px) {
.bg-holder {
  top: -42px !important;
}
}

@media (min-width: 576px) and (max-width: 992px) {
.bg-holder {
  top: -45px !important;
}
}

@media (min-width: 992px) and (max-width: 1155px) {
.bg-holder {
  top: -34px !important;
}
}

@media (min-width: 992px) and (max-width: 1155px) {
.bg-holder {
  top: -34px !important;
}
}

.bg-holder-counter {
position: absolute;
width: 100%;
min-height: 100%;
top: 0;
left: 0;
background-size: cover;
background-position: center;
overflow: hidden;
will-change: transform,opacity,filter;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-repeat: no-repeat;
z-index: 0;
}

@media (max-width: 991px) {
.bg-holder-counter {

top: 60px;

}
}

@media (min-width: 992px) and (max-width: 992px) {
.bg-holder-counter {
  top: 0px !important;
}
}

@media (min-width: 993px) and (max-width: 1155px) {
.bg-holder-counter {
  top: -34px !important;
}
}

@media (min-width: 1155px)  {
.bg-holder-counter {
  top: 1px !important;
}
}


.bg-holder-counter.overlay::before {
position: absolute;
content: "";
background: rgba(0,0,0,.25);
top: 0;
bottom: 0;
left: 0;
right: 0;
} */



.whatsapp-chat {
  position: fixed;
  left: 10px;
  bottom: 100px;
  transition: 0.5s;
  z-index: 99;
}

.logo-img{
width:230px;
}


@media (min-width:991px) {
.navbar {

  flex-wrap: inherit;

}

.navbar-brand {
max-width:100px;
}


.logo-img{
width:230px;
}

.nav-link {
padding: 0;

}

.header-sonka .menu > ul > li > a {
font-size: 12px;
}

.video-top  {

margin-top: -100px;

}



}


  


.btn-primary:hover {
color: #FFCA05;
  background-color: #004B23;
/* border-color: #fff; */
}

.list-item ul {
padding-left: 0;
}


.header-sonka .menu > ul > li .sub-menu > .list-item > ul > li > a{

display: inline-block;
transition: color 0.3s ease;
padding: 10px 50px;
font-size: 12px;
}

.header-sonka .menu > ul > li .sub-menu > .list-item > ul > li > a:hover {

text-decoration: none;
color: #FFCA05  !important;
 background: #004B23;
}



.splide__arrow  {
background-color:  #000;

}

.service-box{
height: 415px;
}

.service-box-inst{

height: 320px;

}

@media (min-width:480px) and (max-width:991px) {

.service-box-inst {
height: 210px;
}

}

@media (min-width:405px) and (max-width:480px) {

.service-box-inst {
  height: 250px;
}

}

@media (min-width:366px) and (max-width:404px) {

  .service-box-inst {
    height: 260px;
  }
  
  }

@media (max-width:365px) {


.service-box-inst {
  height: 250px;
}

}

@media (min-width:366px) and (max-width:368px) {


.service-box-inst {
  height: 260px;
}

}

@media (min-width:312px) and (max-width:358px) {


.service-box-inst {
  height: 280px;
}

}

@media (min-width:313px) and (max-width:329px) {


.service-box-inst {
  height: 310px;
}

}

@media (max-width:312px)  {


.service-box-inst {
  height: 360px;
}

}


.wp-gr .rpi-dot.active {

background-color: #c6151f !important;

}

.service-box-inner{

height: 400px;

}


.learn-more{

bottom: 10px;
position: absolute;

}
 
.splide__pagination {
bottom: -2.5em;
}

.institution-filter img {

width: 100%;

}

.footer-logo img{

width:20%;

}

/* ── Footer Contact List ──────────────────────────────── */

.footer .footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 7px 0;
    color: color-mix(in srgb, #f0f0f0, transparent 10%);
    font-size: 14px;
}

.footer .footer-contact-list li i {
    color: #FFCA05;
    font-size: 12px;
    margin-top: 1px;
    flex-shrink: 0;
}

.footer .footer-contact-list li a,
.footer .footer-contact-list li span {
    color: color-mix(in srgb, #f0f0f0, transparent 10%);
    text-decoration: none;
    line-height: 1.4;
    word-break: break-word;
}

.footer .footer-contact-list li a:hover {
    color: #FFCA05;
}

/* ── Footer Social Icons ──────────────────────────────── */

.footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #FFCA05;
    color: #004B23 !important;   /* override .footer a color */
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.footer-social a:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

/* ── Footer Nav Menu Arrow Icons ──────────────────────── */
/*
   display_f_menu outputs bare <li><a> tags (no wrapping ul
   because of the remove_ul filter in functions.php).
   We target the li elements inside .footer-links ul
*/



.footer .footer-links ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: color-mix(in srgb, #f0f0f0, transparent 10%);
    text-decoration: none;
    font-size: 12px;
    line-height: 1.4;
    transition: color 0.2s, gap 0.2s;
}

.footer .footer-links ul li a::before {
    content: "\f138";
    font-family: "bootstrap-icons";
    color: #004B23;
    background-color: #FFCA05;
    font-size: 12px;
    flex-shrink: 0;
    line-height: 1;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer .footer-links ul li a:hover {
    color: #ffffff;
    gap: 12px;                     /* subtle slide-right on hover */
}

/* ── Copyright bar ────────────────────────────────────── */

.footer .copyright {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer .copyright p {
    color: color-mix(in srgb, #f0f0f0, transparent 25%);
    margin-bottom: 0;
    font-size: 13px;
}

.footer .copyright .credits {
    display: inline;
    font-size: 13px;
    color: #FFCA05;
}

.footer .copyright .credits a {
    color: #FFCA05;
}

/* Remove default list bullets */
.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul li {
    padding: 6px 0;
    display: flex;
    align-items: center;
}

/* Arrow icon - thicker/bolder */
.footer .footer-links ul li a::before {
    content: "\f135";              /* bi-arrow-right-circle-fill */
    font-family: "bootstrap-icons";
    color: #004B23;
    background-color: #FFCA05;
    font-size: 14px;
    font-weight: 900;
    flex-shrink: 0;
    line-height: 1;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

/* h4 heading sits on same line as first arrow via flexbox */
.footer .footer-links {
    display: flex;
    flex-direction: column;
}

.footer .footer-links h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
    margin-bottom: 0;
    color:#fff;
}

.footer h4 {
 
    color:#fff;
    text-transform: uppercase;
    font-size: 12px;
}

/* ── Copyright bar – black strip ─────────────────────── */
.footer .copyright {
    background-color: #000000;
    margin-top: 20px !important;
    padding-top: 15px;
    padding-bottom: 15px;


}


/*-----------------------------------------------
|   Hover Box
-----------------------------------------------*/
.hoverbox {
position: relative;
overflow: hidden;
}
.hoverbox .hoverbox-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
margin: 0 !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.hoverbox .hoverbox-primary-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
min-height: 100%;
}
.hoverbox:hover .hover-box-content-initial, .hoverbox:focus .hover-box-content-initial {
opacity: 0;
}
.hoverbox:hover .hoverbox-content, .hoverbox:focus .hoverbox-content {
opacity: 1;
}
.hoverbox:hover .as-hoverbox-content, .hoverbox:focus .as-hoverbox-content {
z-index: 1;
}

.hoverbox-content-gradient {
background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(var(--posh-black)));
background: linear-gradient(transparent, var(--posh-black));
}

[data-dismiss=dropdown] *,
[data-bs-offset-top] *,
[data-bs-toggle=collapse] *,
[data-bs-toggle=tooltip] *,
[data-bs-toggle=popover] * {
pointer-events: none;
}

hr {
background: #efbf04; 
}

.fa-sysre {
padding: 10px;
font-size: 30px;
width: 20px;
text-align: center;
text-decoration: none;
/* margin: 5px 2px; */
display: inherit;
}

.fa-sysre-whatsapp {
padding: 27px !important;

}

.fa-sysre:hover {
  opacity: 0.7;
}

.fa-whatsapp-sysre {
background-image: url('../../img/social/whatsapp.png');
color: white;
background-size: contain;
background-repeat: no-repeat;
}
  
.school-img{
border-radius: 20px;
border: 1px solid #d0202b;

}


/*** Team Start ***/
.team .team-item .team-img {
position: relative;
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
} 

.team .team-item .team-img img {
transition: 0.5s;
}

.team .team-item:hover .team-img img {
transform: scale(1.1);
}

.team .team-item .team-img::after {
content: "";
position: absolute;
width: 100%;
height: 0;
top: 0;
left: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
transition: 0.5s;
}

.team .team-item:hover .team-img::after {
height: 100%;
background: rgba(255, 255, 255, 0.3);
}

.team .team-item .team-img .team-icon {
position: absolute;
bottom: 20px;
right: 20px;
margin-bottom: -100%;
transition: 0.5s;
z-index: 9;
}

.team .team-item:hover .team-img .team-icon {
margin-bottom: 0;
}

.team .team-item .team-title {
color: var(--bs-white);
background: var(--bs-primary);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
transition: 0.5s;
}

.team .team-item .team-title h4 {
color: var(--bs-white);
}

.team .team-item:hover .team-title {
background: var(--bs-dark);
}
/*** Team End ***/

#crumbs a {

color: #f6e714;

}


/* wp-post navigation */

.wpb-posts-nav {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 50px;
align-items: center;
max-width: 1200px;
margin: 100px auto;
}

.wpb-posts-nav a {
display: grid;
grid-gap: 20px;
align-items: center;
}

.wpb-posts-nav h4,
.wpb-posts-nav strong {
margin: 0;
}

.wpb-posts-nav a svg {
display: inline-block;
margin: 0;
vertical-align: middle;
}

.wpb-posts-nav > div:nth-child(1) a {
grid-template-columns: 100px 1fr;
text-align: left;
}

.wpb-posts-nav > div:nth-child(2) a {
grid-template-columns: 1fr 100px;
text-align: right;
}

.wpb-posts-nav__thumbnail {
display: block;
margin: 0;
}

.wpb-posts-nav__thumbnail img {
border-radius: 10px;
}

.insight-title{
font-size: 1.333rem;

}

.nav-title{
font-size: 12px;

}

.newsgallery {
background: var(--bs-dark);
}

.newsgallery-item {
display: flex;
flex-direction: column;
list-style: none;
}


.newsgallery-item a {
line-height: 35px;
color: var(--bs-body);
transition: 0.5s;
display: flex;
}

.newsgallery-item p {
line-height: 35px;
}


.newsgallery {
position: relative;
overflow: hidden;
}

.newsgallery img {
transition: 0.5s;
}

.newsgallery:hover img {
transform: scale(1.2);
}

.newsgallery .newsgallery-search-icon {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
transition: 0.5s;
opacity: 0;
}

.newsgallery:hover .newsgallery-search-icon {
opacity: 1;
background: rgba(0, 0, 0, .6);
}

.shareit {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  padding: 1.25rem 0;
  margin: 1.5rem 0;
}

.shareit-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.shareit-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #666;
  margin-right: 4px;
  white-space: nowrap;
}

.shareit-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #004B23;
  color: #FFCA05 !important;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.12s ease;
  font-family: inherit;
}

.shareit-btn i, .shareit-btn svg {
  font-size: 14px;
  fill: #FFCA05;
  color: #FFCA05;
}

.shareit-btn:hover {
  background: #006633;
  color: #FFCA05 !important;
  transform: translateY(-1px);
  text-decoration: none !important;
}

.shareit-btn:active {
  transform: translateY(0);
}

.shareit-copy {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: transparent;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.12s ease;
  font-family: inherit;
}

.shareit-copy:hover {
  background: #f5f5f5;
  transform: translateY(-1px);
}

.shareit-copied {
  color: #004B23 !important;
  border-color: #004B23 !important;
}

.shareit-print {
  background: transparent;
  color: #555 !important;
  border: 1px solid #ccc;
}

.shareit-print i {
  color: #555;
}

.shareit-print:hover {
  background: #f5f5f5;
  color: #555 !important;
}

.shareit-divider {
  width: 1px;
  height: 28px;
  background: #ddd;
  flex-shrink: 0;
}

@media (max-width: 576px) {
  .shareit-inner {
    gap: 6px;
  }
  .shareit-btn, .shareit-copy {
    font-size: 12px;
    padding: 7px 10px;
  }
  .shareit-divider {
    display: none;
  }
}

/* Comment Section */


#submit {
background: var(--custom-btn-bg-color);
border: none;
border-radius: var(--border-radius-large);
color: var(--white-color);
font-size: var(--p-font-size);
font-weight: var(--font-weight-semibold);
transition: all 0.3s;
margin-bottom: 0;
padding:10px;
}

#submit:hover{
background: var(--custom-btn-bg-hover-color);
border-color: transparent;
}

#comments {
font-size: 1.5rem;
}

#reply-title{

font-size: 1.5rem;

}


.author-comment-link {
font-size: var(--copyright-font-size);
font-weight: var(--font-weight-semibold);
}



.list-group-item.active {
color: #FFCA05;
background-color: #004B23;
}

@media (max-width:767px)
{


.section-padding-inner {

padding-top: 7rem;

}

}

.intro-text{
background: #fff;
padding: 3rem;
/* opacity: 0.6; */
}

.list-group {

list-style: none;
}


.chat-button-circle {
width: 100px !important;
  height: 100px !important;
bottom: 13px !important;
  font-size: 15px !important;
}

/* for half screen video */
/* 
.bg-holder {
position: relative;
} */


@media (max-width:991px)
{

/* .bg-holder {

  height: 350px;

}  */

.intro-text {
  background: #fff;
  padding: 3rem;
    padding-top: 3rem;
  padding-top: 0rem;
}



}

@media (min-width: 576px) {
.header-classic {
  min-height: 32.313rem;
height: 628px;
}

}

.navbar-elixir {

margin-bottom: 0;
/* background: #FFCA05; */

}



  /* for half screen video */


  .swiper-button-prev svg {

   color: #fff;
  

  }

  .swiper-button-next svg {

    color: #fff;
   

   }


   /*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
margin-top: 40px;
}

.contact .info-item i {
color: #ffca05;
background: #004b23;
font-size: 20px;
width: 44px;
height: 44px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
transition: all 0.3s ease-in-out;
margin-right: 15px;
}

.contact .info-item h3 {
padding: 0;
font-size: 18px;
font-weight: 300;
margin-bottom: 5px;
}

.contact .info-item p {
padding: 0;
margin-bottom: 0;
font-size: 14px;
}

.contact .php-email-form {
height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
font-size: 14px;
padding: 10px 15px;
box-shadow: none;
border-radius: 0;
color: var(--default-color);
background-color: color-mix(in srgb, var(--background-color), transparent 50%);
border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .php-email-form button[type=submit] {
color: #ffca05;
background: #004b23;
border: 0;
padding: 10px 36px;
transition: 0.4s;
border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  color: #ffca05;
  background: #004b2396;
}

.results li {

list-style: none;


}

/* .footer-logo {
margin-left: -25px;
} */

.navbar-elixir {
box-shadow: 0 1px 3px rgb(0, 0, 0);
}

hr {
background:
#555;
}

.btn-primary:hover {

border:1px solid;
}

@media (min-width: 993px) {
.menu-item-has-children:hover svg {
  transform: rotate(3.142rad) !important;
  transition:
600ms ease all;
}
}
.bg-100{
background-color: #f1f7fc;
}


.desktoponly{
display: block;
}

.mobileonly{
display: none !important;
}


@media (max-width:991px) {

.desktoponly{
  display: none;
}

.mobileonly{
  display: block  !important;
}


.menu-container{
height: 0px;
margin-top: -35px;
}
}

.navbar {
max-height: 90px;

}

.menu-main>li{
margin-top: 1rem;

}

.topnav a {
  color: #fff !important;
  /* font-weight: bold; */
  font-size: 12px !important;
  margin-top: 6px;
}

.topnav a:hover {
  color: #1f468c
  }



.navtop-search{
  margin-top: 5px;
}


@media (max-width:992px) {

  .topnav a {
   
    margin-top: 10px;
    }

  
  .navtop-search{
    margin-top: -22px;
  }
  
  }
  

.dropdown-menu.show {
z-index: 1021;
margin-top: 5px !important;
}

.top-nav-btn{
font-size: 12px;
font-weight: bold !important;

}


.header-logo{
  width: 160px;

 
}

@media (min-width:992px) {

  
.header-logo{
  margin-top: 0px;
 
}

}




@media (max-width:991px) {

  .navbar-brand {
 
    margin-top: -118px;
  }

  
.header-logo{

  width:150px;
  height:auto;
  margin-top: 8px;
  
}

.header-sonka  .menu .mobile-menu-head {

  height: 45px;

}


  
  
}


.navbar-toggler {
font-size: 2.1rem;
  color: #333;
  margin-top: -107px;
}

.dropdown-item {
  padding: 0.75rem 1.6rem;
}



.header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item{
  flex:0 0 33.33%;
  padding:0 15px;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item .title{
  font-size: 18px;
  color:#3f52b9;
  font-weight: 300;
  line-height: 2;
  padding:10px 0;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item.text-center .title{
  text-align: center;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item img{
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: auto;
  object-fit: cover;
  }

  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item img{
    margin-top:0;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item.text-center .title{
    margin-bottom: 20px;
  }
  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item.text-center:last-child .title{
    margin-bottom:0px;
  }




  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item{
    flex:0 0 50%;
    padding:0 15px;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item .title{
    font-size: 18px;
    color:#3f52b9;
    font-weight: 300;
    line-height: 2;
    padding:10px 0;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item.text-center .title{
    text-align: center;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item img{
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: auto;
    object-fit: cover;
    }

    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item img{
      margin-top:0;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item.text-center .title{
      margin-bottom: 20px;
    }
    .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item.text-center:last-child .title{
      margin-bottom:0px;
    }
 

 
@media (max-width:991px) {

  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item{
    flex: 0 0 100%;
  }

  .header-sonka  .menu > ul > li .sub-menu.mega-menu-column-2 > .list-item{
    flex: 0 0 100% ;
  }

}


.list-group-item-action:hover, .list-group-item-action:focus {
background-color: #004B23;
color: #FFCA05;



}

.sino-mobmenu>a {
  font-size: 14px !important;
  text-transform: capitalize !important;
  font-weight: bold !important;
}

@media (min-width: 991px) {
  .navbar-brand {

    z-index: 1;
  }

}

@media (max-width: 991px) {

  .navbar-elixir {
    box-shadow: 0 0px 0px rgb(0, 0, 0);
    background: transparent;
  }


}

.carousel-header .carousel-inner .carousel-item {
  position: relative;
  min-height: 568px;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0) 100%); */
  background-size: cover;
  /* background:#00000040; */
}

.contact .office .office-item {

  background: #fff;

}

.office-item {  /* adjust selector to match your theme */
  background-color: #fdf8e8;
  border: 1px solid rgba(255, 202, 5, 0.25); /* subtle gold border */
  border-radius: 8px;
}

.btn-readmore {

  color: #FFCA05;

}

.btn-readmore:hover {


  color: #004b23;

}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: #004b23;
  color: #000;
  padding: 0px 15px 0px 15px !important;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
}

.service .service-item {

  font-size: 13px;

}

.service .service-item .service-inner .service-title .service-content h4 {
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  font-weight: bold;
  font-size: 15px;
}


.service .service-item .service-inner .service-title .service-title-name h4 {
  font-weight: bold;
  font-size: 15px;
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 12px;
    font-weight: bold;
  }
}

@media (max-width: 991px) {



.social-links-mobile {
  margin: 0 auto;
  width: 50%;


}

}

.news-block-info{
  font-size: 10px;
  font-weight: 400;
}

.contact .office .office-item-2 {
 
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #f0f5fb;

}

.bg-tertiary{
background: #f6e714;
color: #000;
}

.hidepeople {
  /* float: left;
  width: 33.33%; */
  display: none; /* Hide all elements by default */
}

.showpeople {
  display: block;
}


.peoplebtn {
  /* border: none; */
  /* outline: none; */
  padding: 4px 30px;
  background-color: #004B23;
  color: white;
  font-size: 12px !important;

  text-align: center;
  /* margin-top:10px; */
}

.peoplebtn:hover {
  background-color: #FFCA05;
  color: #004B23;
}

.peoplebtn.jcact {
  background-color: #004B23;
  color: #FFCA05;
}



.accordion-button {

  font-weight: bold;

}

#flags {
  text-align: center !important;
  width: 50px !important;
  width: 100%;
  margin: auto;
}

.topnav-langauage .dropdown-menu{

  min-width: 4.4rem ;
  padding:0;

}

.dropdown .dropdown-menu a:hover {

  color: #f6e714;
}

.sticky-top-color{
  background: #fff;
}

.sticky-top {
  position: sticky !important;

}

@media (max-width: 991px) {

.header-sonka .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {

  font-weight: bold;
  color: #333 !important;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption {

  /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 100%); */
/* background-image: linear-gradient(to right, rgba(0, 75, 35, 0.6) 30%, rgba(255, 202, 5, 0.2) 100%) */
}

}

.mobile-app img{
  width:100%;
  /* height:30px; */

}


@media (max-width: 768px) {

.whatsapp-chat {
 
  left: 0px;

}

}

.gt_switcher {
 
  width: 95px;
  /* padding-top: 10px; */
}


.stats-section {
  background: url(../../img/awards.jpg) no-repeat center center/cover;
  /* background: linear-gradient(rgba(255, 255, 255, .1), rgba(0, 0, 0, 0.9)), url(../../img/awards.jpg); */
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.overlay {
  background: rgba(0, 0, 0, 0.6); /* dark overlay for contrast */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 
.stats-section {
  background: url('kpa.JPG') no-repeat center center/cover;
  padding: 60px 0;
  position: relative;
  color: #fff;
} */

.overlay {
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 20px;
}

.stats-container {
  max-width: 1200px;
  margin: 0 auto;
}

.awards .stat-card {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.awards .stat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.awards .icon {
  font-size:4.6rem;
  color: #007BFF;
  margin-bottom: 1rem;
}

.awards h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.awards .value {
  font-size: 1.8rem;
  font-weight: bold;
  color: crimson;
  margin-top: auto;
}

/* Owl Carousel Stretch */
.owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
}

.owl-carousel .stat-card {
  flex: 1;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .awards .stat-card {
    min-height: 260px;
    padding: 15px;
  }
  .awards .icon {
    font-size: 2rem;
  }
  .awards .value {
    font-size: 1.5rem;
  }
}

/* Accessibility Focus */
.stat-card:focus-within {
  outline: 2px solid #007BFF;
  outline-offset: 4px;
}

.top-nav-text{


background: #154734;
color: #fff !important;
height: 32px;
}

.border-secondary {

  border: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 0rem;
 

  border-radius: 0px;
}

.dropdown-menu >a{
  color: #000 !important;
 
}

.dropdown-menu >a:hover{
  color: #FFCA05 !important;
 
}

.dropdown-item:hover, .dropdown-item:focus {

  background-color: #004B23;
}


.navtop-search-desktop{
background: transparent;
border: 0;
}

.kpa-tag {
  font-family: "Water Brush", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 1.9rem;
  padding-top: 1rem;
  margin-bottom: -1.5rem;
 color: #004080;
}

@media (max-width:992px){
.top-nav-text {
  height: 62px;
  background: transparent;
}

.kpa-tag {
  font-family: "Water Brush", cursive;
  font-size: 1.3rem;

}

}

@media (min-width:991px) and (max-width:1175px){
  .top-nav-text
  {
    height: 32px;
    background: #004B23;

    
}

.kpa-tag {

  text-align: left;

}

.gt_option a {
  color: #000000 !important;

}

.gt_selected a {
  color: #000000 !important;

}

  } 

  .accordion {
    font-family: 'Segoe UI', sans-serif;
    background: transparent;
    border: none;
    border-radius: 0;
  }
  
  .accordion-item {
    border: none;
    border-radius: 0;
    margin: 0;
  }
  
  .accordion-header {
    background: transparent;
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem;
    color: #004080;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 64, 128, 0.3); /* ✅ sleek, semi-transparent line */
    border-radius: 0;
  }
  
  .accordion-header .icon {
    transition: transform 0.3s ease;
    color: #004080;
  }
  
  /* Accordion body/content */
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 20px;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.6;
    background: transparent;
    border: none;
    border-radius: 0;
    transition: max-height 0.4s ease;
  max-height: 0;
  
  }
  
  /* Show content */
  .accordion-content.show {
    padding: 15px 20px;
    max-height: 100000px;

  }
  
 
  
/* Slider Section */
.fund .slider {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}


.fund .slides {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 400px;
}

.fund .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: zoomOut 10s ease-in-out infinite;
}

@media (max-width: 768px) {

  .fund .slider {
    height: 250px !important;
  }

  .fund .slide {
    background-size: cover; /* Full fit on mobile */
    background-position: center center;
  }

  .fund .slide-text {
    padding: 20px;
    font-size: 90%;
  }

  .fund .slide-text h2 {
    font-size: 24px;
  }

  .slider-nav button {
    font-size: 16px;
    padding: 5px 8px;
  }
}


@keyframes zoomOut {
  0% {
    background-size: 110%;
  }
  50% {
    background-size: 115%;
  }
  100% {
    background-size: 110%;
  }
}




.fund .slide.active {
  opacity: 1;
  z-index: 1;
}

.fund .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: white;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* semi-transparent overlay */
  width: 100%;
}

.fund .slide-title {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}


.fund .slide-heading {
  font-size: 18px;
  font-weight: 600;
  color: #f0f0f0;
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.fund .slide-text h2 {
  font-size: 48px; /* Bigger heading */
  margin-bottom: 15px;
  color: white; 
}

.fund .slide-text p {
  font-size: 18px;
  max-width: 600px;
}



/* Slider nav arrows */
.fund .slider-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  z-index: 2;
}

.fund .slider-nav button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.fund .slider-nav button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Pause zoom animation when hovering over slide */
.fund .slider:hover .slide {
  animation-play-state: paused;
}

.fund .nav-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fund .dot {
  width: 20px;
  height: 8px;
  background: white;
  border-radius: 2px;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #ccc;
  margin-right: 5px;
}

.fund .dot.active {
  background: #007bff;
  opacity: 1;
  border-color: #007bff;
}

.fund .dot:hover {
  transform: scale(1.1);
}



/* Full-width info section touching both sides */
.fund .info-section {
  display: flex;
  width: 100vw;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

/* Individual blocks with different colors */
.fund .info-block {
  flex: 1;
  color: white;
  padding: 40px 20px;
  text-align: center;
  transition: transform 0.3s;
}

.fund .info-block h3 {

  color: white;

}

.fund .info-block:nth-child(1) {
  background-color: #004080; /* Dark Blue */
}

.fund .info-block:nth-child(2) {
  background-color: #007bff; /* Lighter Blue */
}

/* Optional: hover effect */
.fund .info-block:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .fund .info-section {
    flex-direction: column;
  }

  .fund .info-block {
    width: 100%;
  }
}


@media (max-width: 768px) {
  .fund  .slides {
    flex-direction: column;
    height: 280px;
  }

  .fund .info-section {
    flex-direction: column;
    align-items: center;
  }

  .fund .slide-text h2 {
    font-size: 20px;
  }

  .fund .slide-title {
    font-size: 12px;
  }

  .fund .slide-heading {
    font-size: 12px;
  }

  .fund .slide-text p {
    font-size: 12px;
   
  }
}

#notices{

  font-weight: 400;
  color: #333;

}

#notices td{

  font-size: 14px;

}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  color: #555;
}




/* .gt_container-rmvkip .gt_switcher {

  margin-top: -30px;
} */

/* 12th July 2025 changes */

 p,ul{
  text-justify: inter-word;
  line-height: 1.85;
  font-size: .97rem;
}
/* =============================================
   PRODUCTS & SERVICES — CARD SECTION
   ============================================= */

/* SECTION */
.service-cards {
    padding: 60px 0;
}

/* CARD SPACING (owl item) */
.service-cards .item {
    padding: 10px 12px;
}

/* CARD */
.service-cards .product-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    padding: 36px 28px 30px;
    text-align: center;
    min-height: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* HOVER */
.service-cards .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 75, 35, 0.12);
}

/* ICON CIRCLE — soft tinted background */
.service-cards .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: rgba(0, 75, 35, 0.08);
    color: #004B23;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border-radius: 50%;
    transition: background 0.25s ease;
}

.service-cards .product-card:hover .icon-box {
    background: rgba(255, 202, 5, 0.18);
    color: #7a5c00;
}

/* TITLE */
.service-cards h3 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #1a1a1a;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

/* DESCRIPTION */
.service-cards p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: #777;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* LINK CTA — inline arrow style (like image 1) */
.service-cards .btn-product {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #004B23;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
    background: none;
    border: none;
    transition: gap 0.2s ease, color 0.2s ease;
    margin-top: auto;
}

.service-cards .btn-product::after {
    content: '→';
    font-size: 1rem;
    transition: transform 0.2s ease;
}

.service-cards .btn-product:hover {
    color: #FFCA05;
    gap: 10px;
}

.service-cards .btn-product:hover::after {
    transform: translateX(3px);
}

/* VIEW ALL BUTTON */
.service-cards .view-all-btn {
    display: inline-block;
    padding: 13px 36px;
    background: #004B23;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    transition: background 0.25s ease, color 0.25s ease;
}

.service-cards .view-all-btn:hover {
    background: #FFCA05;
    color: #004B23;
}

/* MOBILE */
@media (max-width: 768px) {
    .service-cards .product-card {
        min-height: auto;
        padding: 28px 20px 24px;
    }

    .service-cards .icon-box {
        width: 68px;
        height: 68px;
        font-size: 26px;
    }
}
.owl-carousel .card {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
      height: 400px;
}



.card:hover {
border: 2px solid;
 transition: all 0.3s ease;
}


tfoot input {
        width: 100%;
        padding: 3px;
        box-sizing: border-box;
    }


.list-group-item {
    border: 0px;
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

.list-item>h6 {

text-transform: uppercase;

}

.menu-main p,ul{
  text-align: start;

}


/*** About Start ***/
.video {
    position: relative;
    height: 100%;
    min-height: 400px;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/about.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}


/* ══════════════════════════════════════════════
   Branch Tabs
══════════════════════════════════════════════ */

.branch-tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 3px solid #e5e5e5;
    margin-bottom: 0;
}

.branch-tab-btn {
    background: #f5f5f5;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    padding: 12px 24px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #c8a800;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s, color 0.2s;
}

.branch-tab-btn:hover {
    background: #ececec;
    color: #004b23;
}

.branch-tab-btn.active {
    background: #004b23;
    color: #ffffff;
    border-bottom-color: #004b23;
}

/* ══════════════════════════════════════════════
   Tab Panels
══════════════════════════════════════════════ */

.branch-tab-panel {
    display: none;
    flex-direction: column;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.branch-tab-panel.active {
    display: flex;
}

/* ── Info row: text first, horizontal ── */

.branch-panel-info-row {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 20px 24px;
    background: #fff;
    align-items: flex-start;
}

.branch-info-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}


.branch-info-item i {
    color: #004B23;
    font-size: 1.5rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.branch-info-item div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.branch-info-item strong {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #888;
}

.branch-info-item span,
.branch-info-item span a {
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
}

.branch-info-item span a:hover {
    color: #004B23;
    text-decoration: underline;
}

/* ── Map: full width below info ── */

.branch-panel-map {
    width: 100%;
}

.branch-panel-map iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: none;
}

.branch-info-item .btn i {
    display: inline-flex !important;
    color: #fff;
    font-size: 0.9rem;
    margin-right: 6px;
}

/* ══════════════════════════════════════════════
   Contact Form
══════════════════════════════════════════════ */

.contact-form-wrap {
    max-width: 100%;
}

.contact-col-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #004B23;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFCA05;
    margin-bottom: 8px;
    display: inline-block;
}

/* ══════════════════════════════════════════════
   Contact Social Icons
══════════════════════════════════════════════ */

.contact-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.contact-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #FFCA05;
    color: #004B23;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}

.contact-social a svg {
    fill: #004B23;
}

.contact-social a:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

/* ══════════════════════════════════════════════
   Responsive
══════════════════════════════════════════════ */

@media (max-width: 768px) {
    .branch-tab-btn {
        padding: 10px 14px;
        font-size: 0.82rem;
    }

    .branch-panel-info-row {
        flex-direction: column;
        gap: 14px;
        padding: 16px;
    }

    .branch-panel-map iframe {
        height: 260px;
    }
}


.container-fluid.bg-breadcrumb {
    position: relative;
}

.container-fluid.bg-breadcrumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* 0.5 = 50% dark overlay */
    z-index: 0;
}

/* Make sure content inside stays above the overlay */
.container-fluid.bg-breadcrumb > * {
    position: relative;
    z-index: 1;
}


/* =============================================
   PRODUCTS PAGE — GROUPED TABS + CARDS
   ============================================= */

/* PAGE HERO */
.products-hero {
    background: linear-gradient(135deg, #004B23 0%, #006B35 60%, #004B23 100%);
    padding: 80px 0 60px;
    text-align: center;
    color: #fff;
}

.products-hero h1 {
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.products-hero p {
    font-size: 1.05rem;
    opacity: 0.8;
    max-width: 480px;
    margin: 0 auto;
}

/* TAB STRIP */
.products-tab-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 40px 0 0;
    flex-wrap: wrap;
}

.products-tab-nav .tab-btn {
    background: #fff;
    border: 2px solid #e8e8e8;
    border-radius: 50px;
    padding: 10px 28px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #555;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: all 0.2s ease;
}

.products-tab-nav .tab-btn:hover {
    border-color: #004B23;
    color: #004B23;
}

.products-tab-nav .tab-btn.active {
    background: #004B23;
    border-color: #004B23;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 75, 35, 0.25);
}

/* TAB PANELS */
.products-tab-panel {
    display: none;
    animation: fadeUp 0.3s ease;
}

.products-tab-panel.active {
    display: block;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* GROUP LABEL */
.products-group-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #004B23;
    border-left: 3px solid #FFCA05;
    padding-left: 10px;
    margin-bottom: 28px;
}

/* CARDS GRID */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

/* CARD */
.product-item {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #f0f0f0;
    padding: 32px 24px 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 4px 18px rgba(0,0,0,0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 75, 35, 0.11);
}

/* ICON */
.product-item .p-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(0, 75, 35, 0.08);
    color: #004B23;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
    transition: background 0.22s;
}

.product-item:hover .p-icon {
    background: rgba(255, 202, 5, 0.2);
    color: #7a5c00;
}

/* TITLE */
.product-item h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.35;
}

/* META PILLS */
.product-item .p-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.product-item .p-meta span {
    font-size: 0.72rem;
    font-weight: 600;
    background: #f3f7f4;
    color: #004B23;
    border-radius: 50px;
    padding: 3px 10px;
    letter-spacing: 0.04em;
}

/* EXCERPT */
.product-item p {
    font-size: 0.85rem;
    color: #888;
    line-height: 1.65;
    margin-bottom: 20px;
    flex-grow: 1;
}

/* CTA */
.product-item .p-cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #004B23;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    margin-top: auto;
    transition: gap 0.2s ease, color 0.2s ease;
}

.product-item .p-cta::after {
    content: '→';
}

.product-item:hover .p-cta {
    gap: 9px;
    color: #FFCA05;
}

/* EMPTY STATE */
.products-empty {
    text-align: center;
    padding: 60px 20px;
    color: #aaa;
    font-size: 0.95rem;
}

/* MOBILE */
@media (max-width: 768px) {
    .products-hero h1 { font-size: 1.8rem; }
    .products-grid { grid-template-columns: 1fr 1fr; }
    .products-tab-nav .tab-btn { padding: 9px 20px; font-size: 0.82rem; }
}

@media (max-width: 480px) {
    .products-grid { grid-template-columns: 1fr; }
}

@media (max-width: 991px) {

    /* Make the image cover the full area */
  .carousel-header .carousel-inner .carousel-item img {
    width: 100%;
    height: 65vh;        /* or a fixed height like 500px */
    object-fit: cover;
    object-position: center;
    display: block;
  }
  
  /* Make the carousel item a relative container */
  .carousel-header .carousel-inner .carousel-item {
    position: relative;
  }

  /* Overlay the caption ON TOP of the image */
  .carousel-header .carousel-inner .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    
    /* Keep your existing gradient but ensure it overlays the image */
    /* background-image: linear-gradient(
      to right,
      rgba(0, 75, 35, 0.75) 30%,
      rgba(255, 202, 5, 0.2) 100%
    ) !important; */
  }

}


.carousel-item {
 
  height: 30vh;
}

 h2, .h2 {
    font-size: 24px;
    font-weight: 500px !important;
  }

.menucion  {
    color: #FFCA05;
}



.carousel-control-prev-icon {
  display: none;
}

.carousel-control-next-icon{
  display: none;
}


.btn-primary {

  background: #004B23;
  color: #fff;
  border: 2px solid #004B23 !important;
  font-weight: bold;

}

.btn-secondary {

  background: transparent;
  border: 2px solid #FFCA05;
  font-weight: bold;

}

.btn-primary:hover{
  background: #FFCA05;
  color: #004B23;
  border: 2px solid #FFCA05 !important;
  font-weight: bold;

}

.btn-secondary:hover {

   background: #FFCA05;
  border: 2px solid #004B23;
  font-weight: bold;
  color: #004B23;

}

/* ===========================
   Deposit Section Styles
   =========================== */

.deposit-section {
    background: #f8f8f6;
    padding: 60px 20px;
}

.deposit-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* ---- Image Column ---- */
.deposit-image-col {
    flex: 0 0 42%;
    max-width: 42%;
}

.deposit-img-wrapper {
    position: relative;
    border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
    overflow: hidden;
    background: #e0e0d8;
    aspect-ratio: 4 / 5;
}

.deposit-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* ---- Content Column ---- */
.deposit-content-col {
    flex: 1;
}

.deposit-heading {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 36px;
}

/* ---- Steps ---- */
.deposit-steps {
    display: flex;
    flex-direction: column;
}

.deposit-step {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 30px;
}

.step-icon-wrap {
    width: 30px;
    height: 30px;
    border: 2px solid #4a4a4a;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #4a4a4a;
    background: transparent;
    flex-shrink: 0;
}

.step-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #004B23;
    flex-shrink: 0;
    margin-top: 6px;
}

.step-line {
    width: 2px;
    flex: 1;
    min-height: 40px;
    background: #FFCA05;
    margin: 6px 0;

}

.step-body {
    padding-bottom: 28px;
    flex: 1;
}

.deposit-step.last .step-body {
    padding-bottom: 0;
}

.step-number {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px 0;
    line-height: 1;
}

.step-text {
    font-size: 0.95rem;
    color: #6b6b6b;
    line-height: 1.6;
    margin: 0;
}

/* ===========================
   Responsive Styles
   =========================== */

@media (max-width: 991px) {
    .deposit-container {
        gap: 40px;
    }

    .deposit-image-col {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .deposit-heading {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .deposit-section {
        padding: 40px 16px;
    }

    .deposit-container {
        flex-direction: column;
        gap: 32px;
    }

    .deposit-image-col {
        flex: none;
        max-width: 75%;
        width: 75%;
        margin: 0 auto;
    }

    .deposit-heading {
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 28px;
    }
}

@media (max-width: 480px) {
    .deposit-image-col {
        max-width: 90%;
        width: 90%;
    }

    .deposit-heading {
        font-size: 1.2rem;
    }

    .step-text {
        font-size: 0.9rem;
    }
}

/* ===========================
   News Section
   =========================== */

.news-section-wrap {
    background: #f4f4f2;
}

.news-main-title {
    font-size: 1.8rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.news-title-bar {
    width: 40px;
    height: 6px;
    background: #004B23;
    margin: 0 auto;
    border-radius: 0px;
}






/* ---- Card ---- */
.news-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.25s ease;
}

.news-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.11);
}

/* ---- Image ---- */
.news-card-img-wrap {
    position: relative;
    overflow: hidden;
}

.news-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
}

.news-card:hover .news-card-img {
    transform: scale(1.04);
}

.news-card-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1e5c35;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 6px 14px;
}

/* ---- Body ---- */
.news-card-body {
    padding: 22px 22px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.news-card-title-link {
    text-decoration: none;
    color: inherit;
}

.news-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.45;
    margin-bottom: 10px;
    transition: color 0.2s;
}

.news-card-title-link:hover .news-card-title {
    color: #1e5c35;
}

.news-card-excerpt {
    font-size: 0.88rem;
    color: #6b6b6b;
    line-height: 1.65;
    margin-bottom: auto;
    padding-bottom: 16px;
}

.news-card-divider {
    height: 1px;
    background: #e4e4e0;
    margin-bottom: 16px;
}

.news-read-more {
    font-size: 0.88rem;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s, gap 0.2s;
}

.news-read-more:hover {
    color: #1e5c35;
    gap: 10px;
}

.news-read-more-arrow {
    font-size: 1rem;
    line-height: 1;
}

/* ===========================
   Responsive
   =========================== */

@media (max-width: 767px) {
    .news-main-title {
        font-size: 1.5rem;
    }

    .news-card-img {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .news-card-img {
        height: 180px;
    }

    .news-card-body {
        padding: 16px 16px 14px;
    }
}


.general-title-bar{
    width: 40px;
    height: 6px;
    background: #fff;
    margin: 0 auto;
    border-radius: 0px;
    position:absolute
}

.thumb-people img{
  border-radius:8px;
}

.navbar-elixir {
  box-shadow: 0 1px 3px rgb(0, 0, 0);
  border-bottom: 1px solid #FFCA05;
}

:root {
   --wwa-primary:  #004B23;
   --wwa-accent:   #FFCA05;
   --wwa-light:    #f5f7f5;
   --wwa-border:   #dde4dd;
   --wwa-text:     #111c15;
   --wwa-muted:    #4a5c4e;
   --wwa-radius:   12px;
   --wwa-gap:      2.5rem;
}
 
.wwa-container {
   max-width: 1140px;
   margin: 0 auto;
   padding: 0 1.5rem;
}
.wwa-label {
   display: inline-block;
   font-size: 0.72rem;
   font-weight: 700;
   letter-spacing: .14em;
   text-transform: uppercase;
   color: var(--wwa-primary);
   margin-bottom: .55rem;
}
.wwa-heading {
   font-size: clamp(1.7rem, 3vw, 2.4rem);
   font-weight: 800;
   color: var(--wwa-text);
   line-height: 1.2;
   margin: 0 0 .5rem;
}
.wwa-divider {
   width: 48px;
   height: 3px;
   background: var(--wwa-accent);
   border-radius: 99px;
   margin: 0 0 1.5rem;
}
.wwa-btn {
   display: inline-flex;
   align-items: center;
   gap: .5rem;
   background: var(--wwa-primary);
   color: #fff;
   padding: .75rem 1.75rem;
   border-radius: 99px;
   font-size: .9rem;
   font-weight: 600;
   text-decoration: none;
   transition: background .2s, transform .15s;
   margin-top: 1.5rem;
}
.wwa-btn:hover {
   background: #003018;
   transform: translateY(-1px);
   color: #fff;
   text-decoration: none;
}
 
/* ---- Intro split ---- */
.wwa-intro {
   padding: 5rem 0;
   background: #fff;
}
.wwa-intro__grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: var(--wwa-gap);
   align-items: stretch;
}
@media (max-width: 768px) {
   .wwa-intro__grid {
      grid-template-columns: 1fr;
   }
   .wwa-intro__image-col { order: -1; }
}
 
/* Text col: vertically centred */
.wwa-intro__text-col {
   display: flex;
   flex-direction: column;
   justify-content: center;
   padding-right: 1rem;
}
.wwa-intro__body p {
   color: var(--wwa-muted);
   line-height: 1.85;
   font-size: .97rem;
   margin-bottom: 1rem;
}
 
/* Image col: fills the full row height and centres the image */
.wwa-intro__image-col {
   position: relative;
   min-height: 320px;
}
.wwa-intro__image-wrap {
   position: absolute;
   inset: 0;
   border-radius: var(--wwa-radius);
   overflow: hidden;
}
.wwa-intro__img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}
.wwa-intro__badge {
   position: absolute;
   bottom: 1.25rem;
   left: 1.25rem;
   background: var(--wwa-accent);
   color: var(--wwa-primary);
   font-size: .82rem;
   font-weight: 800;
   letter-spacing: .08em;
   text-transform: uppercase;
   padding: .65rem 1.1rem;
   border-radius: var(--wwa-radius);
}
 
/* ---- MVV pillars ---- */
.wwa-mvv {
   padding: 5rem 0;
   background: var(--wwa-light);
}
.wwa-mvv__header {
   text-align: center;
   margin-bottom: 3rem;
}
.wwa-mvv__header .wwa-divider {
   margin-left: auto;
   margin-right: auto;
}
.wwa-pillars {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 1.5rem;
   align-items: start;
}
@media (max-width: 860px) {
   .wwa-pillars { grid-template-columns: 1fr; }
}
.wwa-pillar {
   background: #fff;
   border: 1px solid var(--wwa-border);
   border-radius: var(--wwa-radius);
   padding: 2rem 1.75rem;
   transition: box-shadow .2s, transform .2s;
}
.wwa-pillar:hover {
   box-shadow: 0 12px 36px rgba(0,75,35,.1);
   transform: translateY(-3px);
}
.wwa-pillar--vision  { border-top: 4px solid var(--wwa-primary); }
.wwa-pillar--mission { border-top: 4px solid var(--wwa-accent); }
.wwa-pillar--values  { border-top: 4px solid #007a3d; }
 
.wwa-pillar__icon {
   width: 52px;
   height: 52px;
   border-radius: 50%;
   background: var(--wwa-light);
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 1.25rem;
   color: var(--wwa-primary);
}
.wwa-pillar--mission .wwa-pillar__icon { color: #a07d00; }
.wwa-pillar--values  .wwa-pillar__icon { color: #007a3d; }
 
.wwa-pillar__title {
   font-size: 1.05rem;
   font-weight: 700;
   color: var(--wwa-text);
   margin: 0 0 .75rem;
}
.wwa-pillar__text {
   color: var(--wwa-muted);
   font-size: .93rem;
   line-height: 1.75;
   margin: 0;
}
 
/* ---- Values expanded section ---- */
.wwa-values-section {
   padding: 5rem 0;
   background: #fff;
}
.wwa-val-grid {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
   gap: 1.25rem;
}
.wwa-val-card {
   border: 1px solid var(--wwa-border);
   border-radius: var(--wwa-radius);
   padding: 1.75rem 1.5rem 1.5rem;
   background: var(--wwa-light);
   position: relative;
   overflow: hidden;
   transition: box-shadow .2s, transform .2s;
}
.wwa-val-card:hover {
   box-shadow: 0 10px 32px rgba(0,75,35,.09);
   transform: translateY(-3px);
}
.wwa-val-card__num {
   font-size: 3rem;
   font-weight: 900;
   line-height: 1;
   color: var(--wwa-border);
   margin-bottom: .65rem;
   font-variant-numeric: tabular-nums;
   display: block;
}
.wwa-val-card__accent {
   width: 36px;
   height: 3px;
   background: var(--wwa-accent);
   border-radius: 99px;
   margin-bottom: 1rem;
}
.wwa-val-card__title {
   font-size: 1rem;
   font-weight: 700;
   color: var(--wwa-primary);
   margin: 0 0 .5rem;
}
.wwa-val-card__body {
   font-size: .88rem;
   color: var(--wwa-muted);
   line-height: 1.75;
   margin: 0;
}

/* ── Tab navigation ───────────────────────────────── */
.downloads-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 2px solid #e0e0e0;
    padding: 0;
    list-style: none;
    margin-bottom: 0 !important;
}
.downloads-tab-btn {
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    padding: 12px 22px;
    font-size: 0.95rem;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
    white-space: nowrap;
}
.downloads-tab-btn:hover {
    color: #2d6a2d;
}
.downloads-tab-btn.active {
    color: #2d6a2d;
    border-bottom: 3px solid #2d6a2d;
    font-weight: 600;
}

/* ── Cards ───────────────────────────────────────── */
.download-card {
    position: relative;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 24px 20px 20px;
    height: 100%;
    transition: box-shadow 0.25s, transform 0.2s;
    overflow: hidden;
}
.download-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,0.10);
    transform: translateY(-2px);
}
.download-card-inner {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.download-icon-wrap {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    background: #1f4e1f;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.download-icon-wrap svg {
    width: 28px;
    height: 28px;
}
.download-card-body {
    flex: 1;
    min-width: 0;
}
.download-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 3px;
    line-height: 1.35;
}
.download-badge {
    font-size: 0.8rem;
    color: #777;
    display: block;
    margin-bottom: 10px;
}
.download-meta {
    font-size: 0.85rem;
    color: #2d6a2d;
    line-height: 1.5;
    margin-bottom: 8px;
}
.download-nofile {
    color: #999 !important;
}
.download-ref {
    font-size: 0.78rem;
    color: #aaa;
    display: block;
}

/* Clickable overlay stretches over entire card */
.download-card-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* ── Mobile ──────────────────────────────────────── */
@media (max-width: 576px) {
    .downloads-tab-btn {
        padding: 10px 14px;
        font-size: 0.85rem;
    }
    .download-card {
        padding: 18px 16px;
    }
    .download-icon-wrap {
        width: 46px;
        height: 46px;
    }
    .download-icon-wrap svg {
        width: 24px;
        height: 24px;
    }
    .download-title {
        font-size: 0.95rem;
    }
}

.owl-theme .owl-nav [class*="owl-"] {
 
  display: none;
}

/* Contact form field styling */
.contact-form-wrap .form-control {
    background-color: #f7f7f7 !important;
    border: 1px solid #ebebeb;
    color: #999 ;
}

.contact-form-wrap .form-control::placeholder {
    color: #999;
}

.contact-form-wrap .form-floating label {
    color: #999;
}

.contact-form-wrap .form-control:focus {
    background-color: #f7f7f7;
    border-color: #004B23;
    box-shadow: none;
    color: #333;
}

/* News Pagination */
.news-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.news-pagination ul li {
    display: inline-flex;
}

.news-pagination ul li a,
.news-pagination ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: #ffffff;
    color: #333333;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Hover state */
.news-pagination ul li a:hover {
    background-color: #004B23;
    border-color: #004B23;
    color: #ffffff;
}

/* Current/Active page */
.news-pagination ul li span.current {
    background-color: #004B23;
    border-color: #004B23;
    color: #ffffff;
    font-weight: 600;
}

/* Prev / Next links */
.news-pagination ul li a[href*="paged"]:first-child,
.news-pagination ul li a.prev,
.news-pagination ul li a.next {
    font-size: 0.9rem;
    padding: 0 18px;
}

/* Dots (...) */
.news-pagination ul li span.dots {
    border: none;
    background: transparent;
    color: #999;
    min-width: unset;
    padding: 0 4px;
}

/* ================================================================
   CORPORATE INFORMATION — Fact Sheet Styles
   Prefix: ci-   (scoped, no conflicts with other pages)
   Add to your theme's style.css
   ================================================================ */

/* ── Design tokens ──────────────────────────────────────────────── */
:root {
    --ci-navy:        #004B23;   /* primary brand green             */
    --ci-gold:        #FFCA05;   /* secondary yellow                */
    --ci-gold-light:  #ffe266;   /* lighter yellow for highlights   */
    --ci-bg:          #f4f8f5;   /* soft green-tinted background    */
    --ci-white:       #ffffff;
    --ci-text:        #1a2e1d;
    --ci-text-muted:  #5a6b5d;
    --ci-border:      #d6e8db;
    --ci-radius:      12px;
    --ci-shadow:      0 2px 16px rgba(0, 75, 35, 0.08);
    --ci-shadow-hover:0 8px 32px rgba(0, 75, 35, 0.16);
}

/* ── Section wrapper ────────────────────────────────────────────── */
.ci-facts-section {
    background: var(--ci-bg);
    padding: 5rem 0 4rem;
}

/* ── Intro block ────────────────────────────────────────────────── */
.ci-facts-intro {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 3.5rem;
}

.ci-eyebrow {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ci-gold);
    background: rgba(255, 202, 5, 0.15);
    padding: 0.3rem 0.85rem;
    border-radius: 20px;
    margin-bottom: 0.9rem;
}

.ci-facts-heading {
    font-size: clamp(1.65rem, 3.5vw, 2.3rem);
    font-weight: 800;
    color: var(--ci-navy);
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.ci-facts-sub {
    font-size: 0.95rem;
    color: var(--ci-text-muted);
    line-height: 1.75;
    margin: 0;
}

/* ── Facts grid ─────────────────────────────────────────────────── */
.ci-facts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .ci-facts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 992px) {
    .ci-facts-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ── Individual fact card ────────────────────────────────────────── */
.ci-fact-card {
    background: var(--ci-white);
    border-radius: var(--ci-radius);
    box-shadow: var(--ci-shadow);
    padding: 1.6rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid var(--ci-border);
    border-bottom: 3px solid var(--ci-navy);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    position: relative;
    overflow: hidden;
}

/* Gold shimmer top-right corner accent */
.ci-fact-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, transparent 50%, rgba(255, 202, 5, 0.1) 50%);
    border-radius: 0 var(--ci-radius) 0 0;
}

.ci-fact-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--ci-shadow-hover);
    border-bottom-color: var(--ci-gold);
}

/* Icon area */
.ci-fact-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--ci-navy), #006b34);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ci-fact-card__icon i {
    font-size: 1.25rem;
    color: var(--ci-gold-light);
    display: inline-flex !important;
    opacity: 1 !important;
}

/* Text content */
.ci-fact-card__content {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.ci-fact-card__label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ci-text-muted);
}

.ci-fact-card__value {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ci-navy);
    line-height: 1.5;
}

.ci-fact-card__value strong {
    color: var(--ci-gold);
    font-weight: 800;
}

/* ── Trust / stat strip at bottom ───────────────────────────────── */
.ci-trust-strip {
    background: var(--ci-navy);
    border-radius: var(--ci-radius);
    padding: 2rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1rem;
}

.ci-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    text-align: center;
    min-width: 100px;
}

.ci-trust-number {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: var(--ci-gold-light);
    line-height: 1;
    letter-spacing: -0.02em;
}

.ci-trust-plus {
    font-size: 1.2rem;
    vertical-align: super;
    color: var(--ci-gold);
}

.ci-trust-label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.ci-trust-divider {
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

/* ── Mobile adjustments ─────────────────────────────────────────── */
@media (max-width: 575.98px) {
    .ci-facts-section {
        padding: 3rem 0 2.5rem;
    }

    .ci-facts-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .ci-fact-card {
        flex-direction: row;
        align-items: flex-start;
        padding: 1.2rem;
    }

    .ci-fact-card__icon {
        width: 40px;
        height: 40px;
        margin-top: 2px;
    }

    .ci-trust-strip {
        padding: 1.5rem 1.25rem;
        gap: 1rem;
    }

    .ci-trust-divider {
        display: none;
    }

    .ci-trust-item {
        flex: 1 1 40%;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .ci-fact-card {
        flex-direction: row;
        align-items: flex-start;
        padding: 1.3rem;
    }

    .ci-fact-card__icon {
        width: 42px;
        height: 42px;
        margin-top: 2px;
    }
}

/* ============================================================
   ANNUAL REPORTS — append to user.min.css
   Brand tokens: #004B23 (green)  #FFCA05 (yellow)
   ============================================================ */

/* ── Section background ── */
.ar-section{background:#f5f8f6}

/* ── Intro block ── */
.ar-intro__icon{width:52px;height:52px;border-radius:12px;background:#004B23;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ar-intro__icon .bi{font-size:24px;color:#FFCA05;display:inline-flex!important;opacity:1!important}
.ar-intro__heading{font-size:1.35rem;font-weight:700;color:#004B23;letter-spacing:-.01em}
.ar-intro__sub{font-size:.875rem;color:#5a6a60}

/* ── Card shell ── */
.ar-card{background:#fff;border-radius:10px;border:1px solid #d0ddd5;overflow:hidden;box-shadow:0 2px 12px rgba(0,75,35,.07)}
.ar-card__head{background:#004B23;padding:.85rem 1.25rem}
.ar-card__label{color:#fff;font-size:.82rem;font-weight:700;letter-spacing:.02em;display:inline-flex;align-items:center}
.ar-card__label .bi{color:#FFCA05;display:inline-flex!important;opacity:1!important}
.ar-card__badge{background:#FFCA05;color:#002e15;font-size:.72rem;font-weight:700;padding:.28em .8em;border-radius:20px;white-space:nowrap}
.ar-card__body{padding:0}

/* ── Table base ── */
.ar-table{margin-bottom:0!important}

/* Column headers — row 1 */
.ar-table thead tr:first-child th{background:#e6f0eb;color:#004B23;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-bottom:2px solid #c2d9cb!important;padding:.8rem 1rem;vertical-align:middle;white-space:nowrap}
.ar-table thead tr:first-child th .bi{font-size:.8rem;opacity:.7;display:inline-flex!important;vertical-align:middle}

/* Filter row — row 2 (injected by custom.js) */
.ar-table thead tr:nth-child(2) th{background:#f5f8f6;padding:.45rem .75rem;border-bottom:1px solid #d0ddd5!important}
.ar-table thead tr:nth-child(2) select,
.ar-table thead tr:nth-child(2) input{font-size:.78rem;border:1px solid #c2d9cb;border-radius:5px;padding:.28rem .5rem;color:#1a1a1a;background:#fff;outline:none;transition:border-color .15s}
.ar-table thead tr:nth-child(2) select:focus,
.ar-table thead tr:nth-child(2) input:focus{border-color:#004B23;box-shadow:0 0 0 3px rgba(0,75,35,.1)}

/* Body rows */
.ar-table tbody tr:nth-child(even) td{background:#fafcfb}
.ar-table tbody tr:hover td{background:#fff8dc}
.ar-table tbody td{padding:.75rem 1rem;font-size:.875rem;color:#1a1a1a;border-bottom:1px solid #d0ddd5!important;vertical-align:middle}
.ar-table tbody tr:last-child td{border-bottom:none!important}

/* Title cell */
.ar-table__title{display:inline-flex;align-items:center}
.ar-table__file-icon{font-size:1.05rem;color:#004B23;flex-shrink:0;display:inline-flex!important;opacity:1!important}

/* Year badge */
.ar-table__year{display:inline-block;background:#e6f0eb;color:#004B23;font-size:.75rem;font-weight:700;padding:.22em .75em;border-radius:20px;border:1px solid #c2d9cb;letter-spacing:.03em}

/* Download button */
.ar-btn-dl{display:inline-flex;align-items:center;gap:5px;background:#004B23;color:#fff!important;font-size:.78rem;font-weight:700;padding:.38em 1em;border-radius:6px;text-decoration:none!important;transition:background .18s,color .18s,transform .12s;white-space:nowrap;border:2px solid transparent}
.ar-btn-dl:hover{background:#003318;color:#FFCA05!important;transform:translateY(-1px)}
.ar-btn-dl:focus-visible{outline:3px solid #FFCA05;outline-offset:2px}
.ar-btn-dl .bi{display:inline-flex!important;opacity:1!important}

/* Unavailable state */
.ar-table__unavailable{font-size:.78rem;color:#5a6a60;display:inline-flex;align-items:center;gap:4px}
.ar-table__unavailable .bi{display:inline-flex!important;opacity:1!important}

/* ── DataTables chrome overrides ── */
div.dataTables_wrapper{padding:1rem 1.25rem 1.25rem}
div.dataTables_filter label,
div.dataTables_length label{font-size:.82rem;color:#5a6a60;font-weight:500}
div.dataTables_filter input{border:1px solid #d0ddd5;border-radius:6px;padding:.3rem .65rem;font-size:.82rem;transition:border-color .15s}
div.dataTables_filter input:focus{border-color:#004B23;outline:none;box-shadow:0 0 0 3px rgba(0,75,35,.1)}
div.dataTables_length select{border:1px solid #d0ddd5;border-radius:6px;padding:.28rem .5rem;font-size:.82rem}
div.dataTables_info{font-size:.78rem;color:#5a6a60;padding-top:.5rem}

/* Pagination */
.dataTables_wrapper .dataTables_paginate .paginate_button{border-radius:6px!important;font-size:.78rem!important;padding:.3em .7em!important;border:1px solid transparent!important;color:#004B23!important;transition:background .15s!important}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:#e6f0eb!important;border-color:#c2d9cb!important;color:#004B23!important}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{background:#004B23!important;border-color:#004B23!important;color:#fff!important}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{color:#d0ddd5!important;cursor:default}

/* Sort indicators tinted to brand green */
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after{color:#004B23;opacity:.4}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after{opacity:1}

/* CTA */
.product-item .p-cta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #004B23;
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    margin-top: auto;
    transition: gap 0.2s ease, color 0.2s ease;
}

.p-cta::after {
    content: '→';
}

.p-cta:hover {
    gap: 9px;
    color: #FFCA05;
}

/* Mega Menu – View All link */
.mega-menu-view-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 6px 0 14px 0;
    padding: 5px 12px 5px 0;
    font-size: 0.58rem;
    font-weight: 600;
    color: var(--primary, #004B23);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease, gap 0.2s ease;
}

.mega-menu-view-all i {
    font-size: 0.5rem;
    transition: transform 0.2s ease;
}

.mega-menu-view-all:hover {
    border-bottom-color: var(--primary, #FFCA05);
    color: var(--primary, #004B23);
    gap: 10px;
}

.mega-menu-view-all:hover i {
    transform: translateX(3px);
}

/* =============================================================
   Single Products Page — Qwetu DT Sacco
   Brand: Primary #1e4a19 | Secondary #FFCA05
   ============================================================= */


/* ── Sidebar ──────────────────────────────────────────────── */

.product-sidebar {
    background: #f5f7f3;
    border: 1px solid #d4e0d0;
    border-radius: 10px;
    overflow: hidden;
    position: sticky;
    top: 24px;
}

.product-sidebar-heading {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #1e4a19;
    padding: 14px 16px 12px;
    border-bottom: 2px solid #FFCA05;
    background: #fff;
}

.product-sidebar-item {
    font-size: 13.5px;
    color: #1e4a19 !important;
    border: none !important;
    border-bottom: 1px solid #e8efe6 !important;
    padding: 10px 16px !important;
    background: transparent !important;
    transition: background 0.15s ease, padding-left 0.15s ease;
    text-decoration: none;
    display: block;
}

.product-sidebar-item:last-child {
    border-bottom: none !important;
}

.product-sidebar-item:hover {
    background: #edf4eb !important;
    padding-left: 20px !important;
    color: #1e4a19 !important;
    text-decoration: none;
}

.product-sidebar-item.active {
    background: #1e4a19 !important;
    color: #fff !important;
    font-weight: 600;
    border-left: 4px solid #FFCA05 !important;
    padding-left: 12px !important;
}

.product-sidebar-item.active:hover {
    padding-left: 12px !important;
}


/* ── Product Type Badge ───────────────────────────────────── */

.product-type-badge {
    display: inline-flex;
    align-items: center;
    background: #FFCA05;
    color: #1e4a19;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.product-type-badge i {
    font-size: 13px;
    margin-right: 5px;
}


/* ── Featured Image ───────────────────────────────────────── */

.product-featured-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 22px;
    border: 1px solid #d4e0d0;
    position: relative;
}

.product-featured-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

/* Gold bar accent at the bottom of the image */
.product-featured-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #FFCA05;
}


/* ── Title ────────────────────────────────────────────────── */

.product-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 6px;
    line-height: 1.3;
}

.product-title-underline {
    width: 48px;
    height: 3px;
    background: #FFCA05;
    border-radius: 2px;
    margin-bottom: 18px;
}


/* ── Excerpt Accent Block ─────────────────────────────────── */

.product-excerpt-block {
    border-left: 4px solid #FFCA05;
    background: #f5f7f3;
    border-radius: 0 8px 8px 0;
    padding: 13px 18px;
    font-size: 14.5px;
    color: #444;
    line-height: 1.75;
    margin-bottom: 22px;
    border-top: 1px solid #e8efe6;
    border-bottom: 1px solid #e8efe6;
    border-right: 1px solid #e8efe6;
}


/* ── Main Content Body ────────────────────────────────────── */

.product-content {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.product-content h3,
.product-content h4 {
    color: #1e4a19;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 8px;
}

.product-content ul li::marker {
    color: #FFCA05;
}

.product-content strong {
    color: #1e4a19;
}


/* ── CTA Buttons ──────────────────────────────────────────── */

.product-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
}

.btn-product-primary {
    display: inline-flex;
    align-items: center;
    background: #1e4a19;
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #1e4a19;
    transition: background 0.2s ease, border-color 0.2s ease;
    text-decoration: none !important;
}

.btn-product-primary:hover {
    background: #FFCA05;
    border-color: #FFCA05;
    color: #1e4a19 !important;
}

.btn-product-primary i {
    margin-right: 8px;
    font-size: 15px;
}

.btn-product-outline {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: #1e4a19 !important;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #1e4a19;
    transition: background 0.2s ease, color 0.2s ease;
    text-decoration: none !important;
}

.btn-product-outline:hover {
    background: #1e4a19;
    color: #fff !important;
}

.btn-product-outline i {
    margin-right: 8px;
    font-size: 15px;
}


/* ── Post Navigation ──────────────────────────────────────── */

.product-post-nav {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 12px;
    margin-top: 36px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.product-post-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: #f5f7f3;
    border: 1px solid #d4e0d0;
    border-radius: 8px;
    text-decoration: none !important;
    color: #1e4a19 !important;
    font-size: 13px;
    transition: background 0.15s ease, border-color 0.15s ease;
    max-width: 48%;
}

.product-post-nav a:hover {
    background: #edf4eb;
    border-color: #FFCA05;
    border-bottom: 3px solid #FFCA05;
}

.product-post-nav a span {
    display: block;
}

.product-post-nav .nav-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #4a7a43;
    margin-bottom: 2px;
}

.product-post-nav .nav-title {
    font-size: 13px;
    font-weight: 600;
    color: #1e4a19;
    line-height: 1.3;
}

.product-post-nav i {
    font-size: 20px;
    color: #FFCA05;
    flex-shrink: 0;
}

.product-post-nav .nav-next {
    margin-left: auto;
    text-align: right;
}


/* ── Mobile ───────────────────────────────────────────────── */

@media (max-width: 767px) {

    .product-title {
        font-size: 22px;
    }

    .product-featured-image img {
        height: 200px;
    }

    .product-cta-row {
        flex-direction: column;
    }

    .btn-product-primary,
    .btn-product-outline {
        width: 100%;
        justify-content: center;
        padding: 13px;
    }

    /* Push sidebar below content on mobile */
    #rearrange {
        order: 2;
    }

    .col-md-9 {
        order: 1;
    }

    .product-sidebar {
        position: static;
    }

    .product-post-nav a {
        max-width: 100%;
        flex: 1;
    }

    .product-post-nav {
        gap: 8px;
    }

    .product-post-nav .nav-title {
        font-size: 12px;
    }
}

/* ============================================================
   TENDERS — append to user.min.css  (after annual-reports block)
   Reuses .ar-* classes; only tenders-specific additions below.
   ============================================================ */

/* Tender number cell */
.td-number{font-size:.78rem;font-weight:700;color:#004B23;font-family:monospace,monospace;letter-spacing:.03em}

/* Status badges */
.td-status{display:inline-flex;align-items:center;font-size:.75rem;font-weight:700;padding:.25em .75em;border-radius:20px;white-space:nowrap}
.td-status .bi{display:inline-flex!important;opacity:1!important;font-size:.8rem}
.td-status--open{background:#e6f4ea;color:#1a7f37;border:1px solid #b2dfbc}
.td-status--closed{background:#fce8e8;color:#c0392b;border:1px solid #f5c6c6}
.td-status--default{background:#f0f0f0;color:#666;border:1px solid #ddd}

/* Documents cell — stacked buttons */
.td-docs{display:flex;flex-direction:column;align-items:center;gap:5px}

/* Secondary (addendum) download button — yellow variant */
.ar-btn-dl--secondary{background:#FFCA05;color:#003318!important;border-color:#FFCA05}
.ar-btn-dl--secondary:hover{background:#c99e00;color:#003318!important}
.ar-btn-dl--secondary .bi{display:inline-flex!important;opacity:1!important}


