 *{
    font-family: 'Georgia', serif;
      /*font-size: 1.1rem; */
 }
 
 /* Hover dropdown only on large screens */
    @media (min-width: 992px) {
      .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
      }
    }

    .navbar-nav {
      flex-direction: row;
      justify-content: center;
      flex: 1;
    }

    .navbar-nav .nav-item {
      padding: 0 5px;
    }

    .navbar-brand img, .right-logos img {
      height: 95px;
    }

    .right-logos {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    
    .countdown-circle {
      background: #fff;
      border: 2px solid #4a2b2b;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      font-size: 0.8em;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color:#4a2b2b;
    }
    .countdown-circle span {
      font-size: 1.6rem;
      font-weight: bold;
    }
    .quick_link{
        background:#623125;
        color:#fff;
    }
    .quick_link img{
        width:50px;
        padding:5px;
    }
    .bisk_bg{
        background:#f8e8c8;
    }
    .bg-dark{
        background-color:#824443 !important;
    }
    .table-dark{
        background-color:#824443 !important;
        --bs-table-bg: #824443;
    }
    .quick_link:hover{
        background:#824443;
        color:#fff;
    }
    
    .welcome-section {
      display: flex;
      justify-content: center;
      padding: 40px 20px;
      /*background: #f8e8c8;*/
    }
    
    .scroll-background {
      max-width: 1000px;
      width: 100%;
      height: auto;
      position: relative;
    }
    
    /* Desktop view - add background image */
    @media (min-width: 1024px) {
      .scroll-background {
        /*background-image: url('../img/welcome_msg_bg.png');*/
        background-image: url('../img/welcome_msg_bg.webp');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        text-align: center;
        padding: 50px 110px;
      }
    }
    
    /* Optional: Mobile view - remove background image */
    @media (max-width: 1023px) {
      .scroll-background {
        background-image: none;
        text-align: justify;
      }
    }
    
    .welcome-content {
      color: #4a2b2b;
      font-family: 'Georgia', serif;
      font-size: 1.1rem;
      line-height: 1.4;
    }
    
    .welcome-content h2 {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 20px;
    }
    .commettee_img{
        width:200px;
        border-radius:50%;
    }
    .heading{
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 20px;
        font-family: 'Georgia', serif;
        color: #824443;
    }
    .link{
        text-decoration: none;
        color: #000;
        font-size: 18px;
    }
    
    @media (max-width: 991.98px) {
      .navbar-nav {
        flex-direction: column;
        align-items: start;
      }

      .right-logos {
        margin-left: auto;
      }
    }