body {
    background-color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #565656;
    /* background-color: #fff; */
    font-weight: 400;
    overflow-x: hidden;
  }
  
  .top-bar-head{
    background-color: #006e36;
    /* background-color: #30549e; */
  }
  .top-bar {
    background-color: #ffffff;
  }
  
  .menu-bar .nav-link {
/*     color: #FFFF66 !important; */
   color: #ffffff !important;
    transition: color 0.3s, background-color 0.3s;
  }
  
  .menu-bar .nav-link:hover {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 4px 8px;
  }
  
  .menu-bar .nav-link.active {
    font-weight: bold;
    color: white !important;
    text-decoration: underline;
  }
  
  
  .footer {
    background-color: #30549e;
    /* background-color: #30549e; */
  }

  .carousel-item img {
    object-fit: fill;
  }
  
  .card-body ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.8;
  }
 .scroll-container {
    height: 270px;
    overflow: hidden;
    position: relative;
  }
  
  .scroll-up-list {
    display: inline-block;
    animation: scroll-upwards 20s linear infinite;
  }
  
  @keyframes scroll-upwards {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(-100%);
    }
  } 
    
  .bb-inner .gsc-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px;
  }
  
  .column-content-inner {
    width: 100%;
    height: 100%;
  }
  
  .gsc-box-color {
    padding: 30px 20px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-height: 280px;
    color: #ffffff;
  }
  
  .gsc-box-color:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  }
  
  .gsc-box-color .action .link {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 22px;
    background-color: #ffffff;
    color: #30549e;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .gsc-box-color .action .link:hover {
    background-color: #30549e;
    color: #ffffff;
  }
  
  @media (min-width: 768px) {
    .row-wrapper {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      gap: 30px; /* gap between boxes */
    }
  }
  .icon-wrapper {
    margin-bottom: 10px;
    color: #fff;
  }
@media (max-width: 576px) {
  .top-bar-head h6 {
    font-size: 0.85rem;
    padding: 0 10px;
  }
}
.grey{
  background-color: #f5f9fc;
}
