/* General Styles */
:root {
    --main-color: #043f20; /* Define a CSS variable */
    --text-color: white; /* Define a text color variable */
  }


  
          @import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400;700&display=swap');
          
          @font-face {
            font-family: '_PDMS_Jauhar';
            src: url('/sindh-assembly/public/front/fonts/_PDMS_Jauhar Regular/_PDMS_Jauhar Regular.ttf') format('truetype');
            font-weight: normal;
            font-style: normal;
            line-height: 25px !important;
        }

          @font-face {
            font-family: 'Lato';
            font-style: normal;
            font-weight: 400;
            src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2');
            font-display: swap;
          }          
        


          body, h1, h2, h3, h4, h5, h6, p, div, input, textarea, select, button, a {
            font-family: 'Lato', sans-serif ;
        }
        
        /* Ensure input fields, textareas, and buttons inherit the font */
        input, textarea, select, button {
          font-family: 'Lato', sans-serif ;
        }
        
        /* Optional: Add a fallback font for better compatibility */
        body {
            font-family: 'Lato', sans-serif ;
            font-size: 16px; 
            line-height: 1.5;
        }

        .lang-btn-sindhi{
          font-family: 'Sarem M Azam' !important;
          font-weight: bold;
          font-style: normal;
        }

        html[dir="rtl"] body {
    overflow-x: hidden; /* Prevent horizontal scrolling in RTL */
}

  .home-video {
    width: 100%; /* Fill the full width */
    max-height: 98vh; /* Adjust the height */
    object-fit: cover; /* Ensures the video covers the area without stretching */
  }
  .fixed-navbar {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
  
  /* Navbar Customization */
  .navbar-custom {
    background-color: #ffffff;
    color: #e6ece9;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    /* box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25); */
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
  }
  
  /* Navbar Link Styles */
  .navbar-custom .nav-link {
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #044523;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .navbar-custom .nav-item.active{
    background-color: #044523;
    color: white;
    border: none;
  }
  

  .submenu .nav-link {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #044523;
    transition: color 0.3s ease, background-color 0.3s ease;
  }
  .submenu .nav-item.active{
    background-color: #044523;
    color: white;
    border: none;
  }

  .list-unstyled .nav-link {
    color: var(--Foundation-White-white-50, #fdfdfd);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    text-align: start;
    border-bottom: 0.5px solid #95a995 !important;
    /* padding-left: 20px; */
    /* border-color: #95a995; */
  }
  
  .navbar-custom .nav-link:hover {
    background-color: #044523;
    color: #ffffff; /* White text on hover */
  }
  .nav-link:hover {
    background-color: #044523;
    color: #ffffff; /* White text on hover */
  }
  
  .submenu .nav-link {
    color: var(--Foundation-White-white-50, #fdfdfd);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    text-align: start;
    border-bottom: 0.5px solid #95a995 !important;
    /* padding-left: 20px; */
    /* border-color: #95a995; */
  }
  
  .submenu .nav-link:hover {
    background-color: #044523;
    color: #ffffff; /* White text on hover */
  }

  .inputs {
    font-family: "Lato", sans-serif; /* Apply Lato font only to inputs section */
  }
  
  .navbar-custom .nav-link.active {
    color: #ffffff; /* White text when active */
  }
  
  .nav-link.active {
    background-color: #044523;
    color: white !important;
    border: none;
  }
  
  .list-unstyled .nav-link-ropdown {
    color: var(--Foundation-White-white-50, #fdfdfd);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    text-align: start;
  }
  
  /* Dropdown Menu Customization */
  .dropdown-menu-custom {
    background-color: #044523;
    color: white;
    border: none;
  }
  
  .dropdown-menu-custom a {
    color: white;
  }
  
  .dropdown-menu-custom a:hover {
    background-color: #e6ece9 !important;
    color: #044523; 
  }
  .nav-item.dropdown:hover .dropdown-menu-custom {
    display: block;
  }
  
  .nav-item.dropdown:hover .sub-menu {
    display: block;
  }
  
  .nav-item.dropdown .sub-menu {
    display: none;
  }
  .nav-item-aub-menu {
    color: white !important;
  }
  
  .nav-item:hover .submenu {
    display: block; /* Show submenu on hover */
  }
  
  /* Footer Styling */
  .footer-bgs {
    background-image: url("../images/footer.png") !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0;
    position: relative;
  }
  
  .footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(3, 82, 39, 0.829);
    z-index: 1;
  }
  
  .footer-content {
    position: relative;
    z-index: 2;
  }
  
  footer .location {
    width: 100%;
    background: #044523;
    mix-blend-mode: overlay;
  }
  
  /* Footer Follow Section */
  .follow {
    display: flex;
    flex-direction: column;
    color: white;
  }
  .text-lights {
    color: var(--Black-black-50, #e6e6e6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
    display: inline-block; 
    margin: 0;
    padding: 0;
  }
  
  .lang-btn {
    color: var(--Foundation-White-white-50, #fdfdfd);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    display: flex;
    height: 25px;
    padding: 10px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    text-decoration: none;
  }
  
  
  .lang-btn.active {
    width: 91.077px; /* Desired width */
    /* height: 18.529px;          */
    flex-shrink: 0;
    border-radius: 2px;
    background: #fff; /* Background color for active button */
    color: #044523; /* Text color for active button */
  }
  
  .separator {
    width: 4px;
    height: 25px; /* Set height for the vertical line */
    border-left: 1px solid #fff; /* Add a left border to act as the separator */
    /* margin: 2px 9px; */
    transform: rotate(180deg); /* Optional if needed for specific effects */
    flex-shrink: 0;
  }
  
  .header-title {
    color: white;
  }
  .header-logo {
    font-size: 18px;
    font-weight: 700;
    line-height: 22.8px;
    margin: 0;
  }
  
  /* Remove dropdown arrow */
  /* .navbar .nav-link.dropdown-toggle::after {
    display: none !important;
  } */
  
    .mobile-nav .nav-item .dropdown-item.active{
    background-color: #044523 !important;
    }

    .mobile-nav .nav-item .dropdown-item {
      border-bottom: 1px solid;
      }


  .header-contents {
    padding: 3px 10px;
    color: white;
  }
  
  /* Ensure non-active buttons have different styles */
  .inp .but {
    background: none;
    color: white; /* Default color for non-active buttons */
    padding-inline: 20px;
    border: none;
    cursor: pointer;
  }
  
  .inp .but:not(.active) {
    border-left: 1px solid white;
    opacity: 0.7; /* Slightly faded for non-active buttons */
  }
  
  .inp .but:hover {
    color: #044523; /* On hover, give it a darker shade */
    opacity: 1;
  }
  
  /* Active button specific styles */
  .inp .but.active {
    color: #366a4f;
    border-left: none;
    font-weight: 700; /* Make the active button more prominent */
  }
  
  /*Name Css*/
  section {
    /* background-color: #043f2e; */
    color: white;
  }
  
  .bg-success,
  .bg-dark {
    padding: 10px;
    border-radius: 8px;
  }
  
  .bg-light {
    /* background-color: #f4f4f4;
          border-left: 4px solid #ff7800; /* Orange indicator */
    /* border-radius: 8px; */
    /* border-top: 4px solid #ff7800; */
  }
  .latest-new-section {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 0px 15px 15px 15px;
    /* margin-block-start: -60px; */
  }
  
  .calender-section {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px 15px 15px 15px;
    /*            margin-block-start: -60px;*/
  }
  .btn-new-all {
    border-radius: 4px;
    background: #d97d2cf5;
    display: flex;
    width: 206px;
    height: 35px;
    padding: 10px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: white;
    text-decoration: none;
  }

  .defalt-button{
    font-size: 16px !important;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .btn-new-all:hover{
    background: #ed8123;
    color: white;
  }


  /* h6 {
    color: #366a4f;
    font-weight: bold;
  } */
  .assembly-section {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 12px;
  }
  .assembly-section-rule {
    font-size: 13px;
    margin-top: 8px;
  }
  .assembly-section-news {
    color: #044523;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .assembly-section-notification {
    color: #225622;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 15.6px */
  }
  
  .assembly-section-event-title {
    color: #225622;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
  }
  
  .assembly-new-section {
    color: #616161;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 5px;
  }
  
  .assembly-notification-peragraphp {
    color: #333;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 15px;
  }

  .assembly-notification-peragraphp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  
  .assembly-section-date {
    color: #616161;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .assembly-notification-date {
    color: #616161;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
  }
  
  .assembly-notification-read-button {
    color: var(--Foundation-Green-green-400, #366a4f);
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2; /* Changed to a unitless value */
    display: flex;
    height: 40px; /* Adjusted height for better usability */
    padding: 10px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(--Foundation-Green-green-400, #366a4f);
    background-color: transparent; /* Optional: define background color */
    cursor: pointer; /* Optional: changes cursor to pointer */
    transition: background-color 0.3s; /* Optional: add transition for hover effect */
    text-decoration: none;
    height: 20px;
  }
  
  .assembly-notification-read-button:hover {
    background-color: #044523;
    color: #ffffff; /* White text on hover */
  }
  
  .assembly-section-read-more {
    color: #366a4f;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
  }
  .scroller-wrapper {
    position: relative;
    padding: 5px;
  }
  
  .news-scroller {
    max-height: 250px;
    overflow-y: auto; 
    scroll-behavior: smooth; 
    overflow-x: hidden;
  }
  
  .news-scroller::-webkit-scrollbar {
    width: 8px;
  }
  
  .news-scroller::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #ed8123;
  }
  
  .news-scroller::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  
  .news-scroller::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
  }
  
  /* .img-hover {
    transition: transform 0.3s ease;
  } */
  
  /* .img-hover:hover {
    transform: scale(1.2);
  } */
  
  .card {
    height: 100%; /* Ensure the card height is consistent */
  }
  
  .date-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #044523;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;

    width: 60px;
    height: 60px; 
    font-size: 17px; /* Corrected font size */
    text-align: center; 
    line-height: 1.2; /* Adjust line spacing for text */
    display: flex; /* Flexbox for centering */
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
}

  
  /* Azahar Css */
  
  .news {
    color: white;
    margin: auto;
    width: 172px;
    text-align: center;
    font-size: 18px;
    padding: 5px;
    background-color: #366a4f;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    border-radius: 4px 0px 0px 4px;
  }
  .latest {
      border-radius: 5px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 18px;
      color: white;
      background: #044523;
      padding-inline-end: 10px;
      /* padding: 10px 0; */
      margin: 1rem auto 2rem auto;
      box-shadow: 0 0 10px #ccc;
      overflow: hidden;
      white-space: nowrap;
      position: relative;
  }

  .latest-1 {
    background: #366a4f;
    padding-block: 5px;
    color: white;
    text-align: center;
    width: 138px;
  }
  
  .replacement {
    width: 90%;
    margin: auto;
  }
  
  .section-2 {
    padding-block: 35px;
    background: #e6ece9;
  }
  .search {
    width: 350px;
    height: 36px;
    gap: 0px;
    border: none;
    padding-inline: 10px;
    border-radius: 4px;
  }
  b {
    height: 23px;
    gap: 0px;
  }
  
  .sbtn {
    border: none;
    height: 36px;
    color: white;
    gap: 10px;
    border-radius: 4px;
    background: #366a4f;
    padding-inline: 60px;
  }
  .sbtn:hover {
    background-color: #044523 !important;
  }
  .sbtn:active {
    background-color: #044523 !important;
  }
  .sbtn:focus-visible {
    background-color: #044523 !important;
  }
  
  .slider {
    width: 90%;
    border-radius: 8px;
    box-shadow: 0px 0px 10px #ccc;
    margin: auto;
    background: #ffffff94;
    margin-top: 0rem;
  }
  
  .slider-content {
    display: flex;
    align-items: center;
    padding-block: 15px;
    width: 85%;
    margin: auto;
  }
  
  .gif {
    position: relative;
    top: -56px;
    right: -16px;
  }
  .section-3 {
    color: white;
    width: 90%;
    margin: auto;
    background-color: #044523;
  }
  
  .section-3-content {
    width: 90%;
    margin: auto;
    padding-block: 2rem;
  }
  .section-4-content {
    width: 90%;
    margin: auto;
  }
  
  .section-5 {
    width: 90%;
    margin: auto;
  }
  .main-5 {
    padding-block: 3rem;
    background: #f2f2f2;
  }
  
  .calendar {
    padding: 5px;
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* height: 329px; */
    margin: auto;
  }
  
  .month {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
  
    color: #366a4f;
  }
  .month h2 {
    font-size: 20px;
  }
  
  .c-button {
    background-color: transparent;
    border: none;
    color: #366a4f;
    font-size: 26px;
    cursor: pointer;
  }
  
  .weekdays,
  .days {
    color: #616161;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
  }
  
  .weekdays div,
  .days div {
    width: calc(100% / 7);
    padding: 10px;
    text-align: center;
  }
  
  .weekdays div {
    font-weight: 400;
  }
  
  /* .days div {
    background-color: white;
    cursor: pointer;
  }
  
  .days div:hover {
    background-color: #366a4f;
    color: white;
    border-radius: 4px;
  } */
  
  .days div.inactive {
    color: #ccc;
  }
  
  .bg-video {
    height: 440px;
  }
  #myVideo {
    position: absolute;
    height: 440px;
  }
  
  /* Add some content at the bottom of the video/page */
  .content {
    position: relative;
    display: flex;
    justify-content: center;
  
    flex-direction: column;
    left: 0;
    /* background: rgba(0, 0, 0, 0.5); */
    /* background: linear-gradient(89.93deg, #000 36.15%, transparent 74.77%); */
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    background-blend-mode: multiply;
    color: #f1f1f1;
    width: 40%;
    height: 100%;
    padding: 20px;
  }
  
  /* Style the button used to pause/play the video */
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }
  
  .carousel {
    position: relative;
    /* max-width: 1232px; */
    margin: auto;
    overflow: hidden;
  }
  .carousel1 {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    margin: auto;
    overflow: hidden;
  }

  #speakerCarousel {
    overflow: unset !important;
  }
  
  .carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .carousel-item {
    min-width: 100%;
    position: relative;
  }
  
  .prev {
    left: 10px;
  }
  
  .next {
    right: 10px;
  }
  
  .event-image {
    height: 206px;
  }
  .navbar-columns {
    padding: 10px 20px;
  }
  
  .border-key-events {
    border-left: 4px solid #ff7800;
    border-radius: 8px;
  }
  .event-title {
    color: #044523;
    font-size: 17px;
  }

  .read-more-assembly:hover{
    color: #044523;
  }
  
  .slider-box {
    background-color: #ddd;
    padding: 20px;
    margin: 10px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 1.5rem;
  }
  
  /* For mobile screens, show one box at a time */
  
  footer a {
    text-decoration: none;
   
  }

  footer a:hover {
    color: #fff;
    font-weight: bold;
  }
  footer li {
    margin-bottom: 7px;
  }

  /* a:active {
    border: 2px solid #ed8123;  
    color: #ed8123;            
}

a img:active {
    opacity: 0.8;  
} */

  
/* .p-1 {
  background: linear-gradient(45deg, #ed8123, #f8b400);  
  padding: 1rem;  
}

.p-1 img {
  border-radius: 5px;
} */


  .carousel-control-prev,
  .carousel-control-next {
    top: 50%; /* Center the controls vertically */
    transform: translateY(-50%); /* Offset by half their height */
    z-index: 1; /* Ensure they appear above the carousel items */
  }
  
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5); /* Add a background for visibility */
    border-radius: 50%; /* Make the buttons round */
  }
  
  /* .carousel-box {
    max-height: 360px;
  } */
  
  /* Search Styles */
  .search-home {
    display: flex;
    justify-content: center;
    padding: 12px;
    margin: 0 auto;
    border-radius: 8px;
    /* background: #E6ECE9;  */
    width: 100%;
    margin-bottom: 30px;
    border-radius: 4px;
    background: #e6ece9;
  }
  .assembly-about {
    max-width: 663px;
    flex-shrink: 0;
    color: #fdfdfd;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .about-provincial-assembly {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  /* For larger screens (tablets and up) */
  @media (min-width: 769px) {
  

    .inputs .row {
      flex-direction: row; /* Ensures items stay in a single row */
      align-items: center; /* Centers items vertically */
    }
      /* .nav-item {
        text-align: unset;
    } */
  
    input[type="search"],
    select {
      width: 300px; /* Set consistent width for search input and select dropdown */
    }
  
    .form-select {
      width: 350px; /* Larger width for dropdown if required */
    }
  
    .latest-new-section {
      margin-block-start: -60px; 
    }
  }
  @media (min-width: 768px) and (max-width: 1220px) {
    /* Add your styles here for screens between 768px and 1220px */
    .navbar-custom .nav-link {
      text-align: start;
      padding: 10px;
      font-size: 15px;
      /* border-radius: 7px; */
    }
    .latest-new-section {
      margin-top: 2rem;
    }
}
  
  /* For even larger screens (desktops and up) */
  @media (min-width: 1024px) {


    .meeting-box-bottom{
      padding-left: 1rem !important;
    }

    .footer-bgs {
      background-image: url("../images/footer.png") !important;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      padding: 20px 0;
      position: relative;
    }

    input[type="search"],
    select {
      width: 400px; /* Increase width for better usability on larger screens */
    }
  
    .form-select {
      width: 400px; /* Match width with inputs for uniformity */
    }
  }
  
  
  .search-container {
    position: relative;
  }
  
  .form-control {
    padding-right: 40px;
    width: 100%;
  }
  
  .search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 18px;
    pointer-events: none;
  }
  
  .follow-button {
    padding: 10px 13px;
    background: #ed8123;
    border-radius: 4px;
    overflow: hidden;
    display: inline-flex;
    text-align: center;
    color: #fdfdfd;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    word-wrap: break-word;
  }
  
  .video-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(60%); /* Darkens video for text readability */
  }
  
  .container-fluid.replacement {
    position: relative;
    z-index: 2;
  }
  
  .info-block {
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .info-block .icon {
    width: 18px;
    height: 18px;
    background-color: #ed8123;
    margin-inline-end: 10px;
  }
  
  .info-block .text {
    font-size: 16px;
    font-weight: 700;
    color: #fdfdfd;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {

    .footer-bgs {
      background: #044523;
    }

    .video-section {
      height: auto;
    }
    .bg-video {
      object-fit: contain;
    }
   
    .info-block .text {
      font-size: 14px;
    }
  
    .btn-new-all {
      margin-bottom: 26px;
    }
  }
  
  .video-background {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  
  .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
  
  .content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 20px;
  }
  
  h1 {
    font-size: 3rem;
  }
  
  /* p {
              font-size: 1.5rem;
          } */
  
  .home-email {
    color: var(--Foundation-White-white-50, #fdfdfd);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 3px 5px 2px 5px;
  }
  
  .ml-2 {
    padding: 3px 5px 2px 5px;
  }
  
  .latest-news-tab {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: inline-block;
    margin-inline-end: 50xp; 
    white-space: nowrap;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    flex-shrink: 0;

  }
  .top-slider {
    color: var(--Foundation-White-white-800, #7f7f7f);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .top-slider-title {
    color: var(--Foundation-Green-green-400, #366a4f);
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: -4px;
  }
  
  .slider-peragraph {
    max-width: 999px;
    flex-shrink: 0;
    color: #2d2d2d;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }
  
  .about-assembly {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .title-about-assembly {
    color: #fff;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-top: 5px;
  }
  .directory-assembly {
    color: #7f7f7f;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  
  .members-assembly {
    color: #366a4f;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  
  .meetings-assembly-massage {
    color: #616161;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 800px;
  }
  
  .btn-view-profile {
    text-align: center;
    height: 35px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #366a4f;
    background: #366a4f;
    width: 294px;
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .btn-view-profile:hover {
    background-color: #044523;
    color: white;
  }
  
  .btn-view-profile-press {
    text-align: center;
    /* width: 346px; */
    height: 36px;
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid #366a4f;
    background: #366a4f;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    color: white;
    text-decoration: none;
  }
  .btn-view-profile-press:hover {
    background-color: #044523;
    color: white;
  }
  
  .map-image {
    width: 394px;
    height: 431px;
    flex-shrink: 0;
  }
  .overview-assembly {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .overview-title-assembly {
    color: #fff;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .overview-titles-text {
    color: var(--Foundation-White-white-50, #fdfdfd);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    display: flex;
    align-items: center; /* Ensure icon and text are vertically aligned */
  }
  
  .overview-titles {
    display: flex;
    align-items: center;
    margin-left: 13px;
    padding: 2px 10px 7px 6px;
    /* padding: 10px 10px 10px 10px; */
  }
  .icon-container {
    display: inline-block;
    background-color: #ed8123;
    border-radius: 50%;
    padding: 2px;
    width: 20px; /* Set width for consistency */
    height: 20px; /* Set height for consistency */
    display: flex;
    align-items: center;
    justify-content: center; /* Center the icon within the circle */
  }
  
  .fa-check {
    color: white;
    font-size: 14px;
  }
  .live-broadcast {
    color: var(--Foundation-White-white-50, #fdfdfd);
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  
  .button-archives {
    color: white;
    background: #ed8123;
    display: flex;
    width: 120px;
    height: 32px;
    padding: 10px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid var(--Foundation-Green-green-50, #e6ece9);
    text-decoration: none;
  }
  .button-view-live {
    color: white;
    border-radius: 4px;
    background: #ed8123;
    display: flex;
    /* width: 189px; */
    height: 32px;
    padding: 10px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-decoration: none;
  }
  .button-view-live:hover {
    color: white;
    background: #043f2e;
  }
  
  .button-archives:hover {
    color: white;
    background: #043f2e;

  }
  .broodbutton {
    padding: 21px 2px 68px;
  }
  .footer-head {
    display: flex; 
    align-items: center; /* Items ko center align karega */
    justify-content: space-between; /* Text left aur icon right ho jayega */
    text-align: start;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
  }
  
  .overview-explore {
    color: var(--Foundation-White-white-800, #7f7f7f);
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .provincial-assembly {
    color: var(--Foundation-Green-green-400, #366a4f);
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 34.8px */
  }
  
  .tab {
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #ed8123; /* Adjust as needed */
    border-radius: 5px;
    transition: background-color 0.3s;
  }
  
  .tab.active {
    background-color: #ed8123; /* Active tab color */
    color: white; /* Text color for active tab */
  }
  
  .tab:hover {
    background-color: rgba(237, 129, 35, 0.2); /* Hover effect */
  }
  
  .tab-content {
    display: none; /* Hide all tab content by default */
    margin-top: 20px;
  }
  
  .tab-content.active {
    display: block; /* Show active tab content */
  }
  
  .tab.active {
    background-color: #ed8123;
    color: white;
  }
  
  .tab:hover {
    background-color: rgba(237, 129, 35, 0.2);
  }
  
  .tab-content-exp {
    display: none;
    margin-top: 20px;
    /* height: 300px; */
    /* padding: 0px 18px; */
  }
  
  .tab-content-exp.active {
    display: block;
  }
  
  .live-broadcast-about {
    color: var(--Foundation-White-white-800, #7f7f7f);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
  }
  .live-broadcast-meetingt {
    color: var(--Foundation-Green-green-400, #366a4f);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #366a4f;
  }
  
  .meeting-event-box {
    border-radius: 8px;
    background: #ebebeb;
  }
  .meeting-event-calender {
    border-radius: 8px;
    background: #ebebeb;
    padding: 10px 8px 10px 10px;
    align-items: center;
  }
  
  .meeting-title {
    background-color: #f4f4f4;
    border-radius: 8px;
  }
  .cal-about-assembly {
    color: var(--Foundation-White-white-800, #7f7f7f);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .cal-members-assembly {
    color: #366a4f;
    color: var(--Foundation-Green-green-400, #366a4f);
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .meeting-box {
    padding: 0px 0px 0px 0px;
  }
  .assembly-sitting-day {
    color: #366a4f;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
  }
  .assembly-sitting-date {
    color: #616161;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.4px;
    word-wrap: break-word;
  }
  
  .assembly-sitting-top {
    border-bottom: 2px solid rgba(97, 97, 97, 0.5);
    max-width: 95%;
    margin-left: 18px;
  }
  
  .assembly-sitting-botom {
    border-bottom: 2px solid rgba(23, 109, 56, 0.5);
    /* max-width: 91%;
    margin-left: 17px; */
  }
  
  .assembly-sitting-box {
    /* width: 448px;
                  height: 278px; */
  
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    /* padding: 8px 20px 16px 22px !important;
                  border-radius: 8px;
                  background: #FFF;
                  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25); */
    /* border-left: 10px solid #366A4F; */
  }
  
  .media-coverage {
    padding: 8px 20px 16px 22px !important;
    border-radius: 8px;
    background: rgba(209, 209, 209, 0.37);
    height: 374px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  }
  .media-coverage-image {
    color: #044523;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    word-wrap: break-word;
  }
  
  /* .assembly-sitting-calendar-title { */
    /* border-bottom: 2px solid rgba(97, 97, 97, 0.5); */
    /* max-width: 95%; */
    /* margin-left: 18px; */
  /* } */
  
  .assembly-sitting-calendar {
    /* max-width: 680px; */
    padding: 8px 20px 16px 22px !important;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    margin-left: 2rem;
    margin-inline-end: 2rem;
   
  }
  .agenda-conflict {
    color: #616161;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .assembly-sitting-section {
    color: #2d2d2d;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
  }

  .sitting-box-view-detail {
    color: #366a4f;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /*  use a tag remove line*/
    text-decoration: none;
  }
  
  .about-calendar {
    color: #616161;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 20.4px */
  }
  .bottom-calender-text {
    color: #616161;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-inline-start: 7px;
  }
  
  .square-box {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background: #366a4f;
  }
  .square-box-possible {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background: #b1c5bb;
  }
  
  .square-box-event {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background: #ffb500;
  }
  .square-box-meeting {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    background: #982d30;
  }
  
  .button-container {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically (if needed) */
    margin-top: 20px; /* Space above the button */
    max-width: 346px;
    margin: auto;
  }
  
  .btn-view-full-calendar {
    color: #fff;
    /* width: 100%; */
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    border-radius: 4px;
    border: 1px solid #366a4f;
    background: #366a4f;
    padding: 8px 20px; /* Adjust padding as necessary */
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  
  .btn-view-full-calendar:hover {
    background-color: #044523;
    color: white;
  }
  
  .fixed-box {
    background: #366a4f !important;
    color: white;
    border-radius: 6px;
  }
  .possible-box {
    background: #b1c5bb !important;
    border-radius: 6px;
  }
  .special-box {
    background: #ffb500 !important;
    border-radius: 6px;
  }
  .meeting-box-calendar {
    background: #982d30 !important;
    border-radius: 6px;
  }
  
  .nav-custom {
    background-color: #f2f2f2;
    color: #044523;
    border: none;
    padding: 10px 12px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    transition: background-color 0.3s;
    position: relative;
  }
  
  .nav-custom:hover {
    color: white;
    background-color: #044523;
  }
  
  .nav-custom.active {
    color: white;
    background-color: #044523;
  }
  
  .nav-customs {
    color: #044523;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    padding: 10px 20px;
    border: 1px solid #d9d9d9;
    transition: background-color 0.3s;
    position: relative;
  }
  
  .nav-customs:hover {
    color: white;
    background-color: #044523;
  }
  
  .nav-customs.active {
    color: white;
    background-color: #044523;
  }
  
  .nav-customs.active::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 12px;
    height: 12px;
    transform: translateX(-50%) rotate(45deg);
    background-color: #044523;
  }

  @media only screen and (min-width: 992px) {
    .nav-custom.active::after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 50%;
      width: 12px;
      height: 12px;
      transform: translateX(-50%) rotate(45deg);
      background-color: #044523;
    }
    .speaker-card .card-body {
      padding: 20px;
      padding-left: 0px;
    }
    

    .slider-top-card{
      margin-top: 1.5rem;
    }
  }


  .tab-content {
    display: none;
  }
  
  .tab-content.active {
    display: block;
  }
  
  .custom-box {
    /* height: 238px;  */
    flex-shrink: 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    margin: 10px; 
    position: relative; 
    overflow: unset !important;
  }
  
  .inner-box {
    width: 130px;
    height: 130px;
    flex-shrink: 0;
    border-radius: 2px;
    background: #ed8123; /* Your specified background color */
    position: absolute; /* Position this relative to custom-box */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
  }
  .custom-box {
    /* height: 238px; */
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    /* padding: 15px; */
    position: relative; /* Positioning context for the date */
  }
  
  .media-section-date {
    color: #616161;
    font-size: 13px;
    font-style: normal;
    position: absolute;
    top: 10px;
    /* right: 10px; */
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 15.6px */
  }
  
  .media-box-title {
    color: #225622;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 15.6px */
    text-align: left;
  }
  
  .media-box-peragraph {
    color: #333;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* margin: 5px 0; */
    text-align: left;
  }
  
  .custom-box-button {
    color: #333;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: block;
  }
  
  .custom-box-btn {
    border-radius: 4px;
    border: 1px solid var(--Foundation-Green-green-400, #366a4f);
    display: flex;
    /* width: 230px; */
    height: 30px;
    padding: 10px 13px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }
  
  .custom-box-btn:hover {
    color: white;
    background-color: #044523;
  }
  .leader-house-link {
    /* border-left: 4px solid #ff7800; */
    background: #fff;
    text-decoration: none;
    color: #333;
    transition: color 0.3s, background 0.3s;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 10px;
  }
  
  .leader-house-link:hover {
    color: #911e1e; /* Change text color */
    background: #f5f5f5; /* Optional: change background on hover */
    transform: translateY(-2px); /* Slight lift effect */
  }
  
  .leader-house {
    color: #366a4f;
    font-size: 17px;
    font-weight: 400;
    line-height: 35.4px;
    word-wrap: break-word;
  }
  
  .leader-house-view {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.8px;
    word-wrap: break-word;
    margin-inline-end: 12px;
  }
  
  .legislations {
    border-left: 8px solid #366a4f;
    background: #fff;
    border-radius: var(--bs-border-radius) !important;
  }
  
  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.7;
    background-color: transparent; /* Use 'transparent' instead of 'none' */
    color: inherit;
  }
  
  .replacement {
    position: relative;
    z-index: 1;
  }
  
  .section-with-video {
    position: relative;
    overflow: hidden;
    /* height: 80vh;  */
    color: inherit; /* Use 'inherit' to inherit the text color from parent elements */
  }
  .acct-icon-set {
    flex: 0 0 auto;
    width: 22.666667%;
  }
  .accts-set {
    color: var(--Foundation-Green-green-400, #366a4f);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  
  .border-bottom-container {
    display: inline-flex;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    width: auto;
  }
  .mobile-bottom-container {
    display: inline-flex;
    width: auto;
  }
  .btn-close-white {
    filter: invert(0) !important; /* Removes the white color and shows it in black */
}
  
  .submenu {
    display: none;
    position: absolute;
    /* top: 50px; */
    z-index: 1000;
    background-color: rgb(8 95 50 / 93%);
    /* width: calc(100vw - 17px); */
    width: 100%;
    overflow: hidden;
    left: 0;
    padding: 10px;
    color: white !important;
  }
  .scrol-submenu{
    position: sticky !important;
    top: 50px !important;
  }
  .nav-item {
    position: relative; 
  }
  .submenu a {
    color: white !important; /* Ensure links are also white */
    text-decoration: none;
  }
  .submenu .list-unstyled {
    padding-left: 40px;
  }
  @media (max-width: 991px) {
    .submenu {
      position: relative; /* Fix position to viewport */
    }
  }
  @media (min-width: 991px) {
    .nav-item.right-border {
      border-right: 1px solid #d9d9d9;
    }
  }
  


  @media (min-width: 321px) and (max-width: 480px) {
  
  
  
    .acct-icon-set {
      flex: 0 0 auto;
      width: 52.666667%;
    }
    .submenu {
      position: relative; /* Fix position to viewport */
    } 
  }
  
  .navbar-nav {
    position: relative; /* Set a relative position for the navbar */
  }
  
  /* Show the submenu when hovering over the nav item */
  .nav-item:hover + .submenu {
    display: block; /* Show the submenu on hover */
  }
  
  .nav-link.nav-item-aub-menu {
    color: #fff; /* Change color for submenu items */
  }
  
  .nav-link.nav-item-aub-menu:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Change background on hover */
  }
  
  .partial-border-box {
    position: relative;
    padding: 0px 1px 1px 4px;
  }
  

  
  /* Make the navbar take up the full width */
  .navbar {
    width: 100%;
  }
  
  /* Space out the nav items across the full width */
  .navbar-nav {
    display: flex;
    justify-content: space-around; /* Space around each item, or use `space-between` */
    width: 100%;
  }
  
  /* Styling for the individual nav items */
  .nav-item {
    flex-grow: 1; /* Allows items to spread out evenly */
    text-align: center; /* Centers each nav item text */
  }
  
  .nav-link {
    /* padding: 12px; */
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
    /* font-size: 1.2em; */
    color: var(--Foundation-Green-green-500, #044523);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
  }
  
  .nav-dropdowns {
    padding: 12px;
    display: block;
    color: var(--Foundation-Green-green-500, #044523);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
  }
  
  .replacement ul {
    text-align: left;
    /* padding-left: 40px; */
  }
  .text-left {
    text-align: left;
  }
  .footer-up-log {
    width: 85px;
    height: 84px;
    flex-shrink: 0;
  }
  .position-relative {
    position: relative; /* Allow absolute positioning for the child div */
  }
  
  .background-div {
    position: absolute;
    top: 70%; /* Center vertically within the parent container */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Truly center the element */
    width: 54px;
    height: 14px;
    display: inline-block;
    pointer-events: none; /* Prevent interaction with this element */
    z-index: 1; /* Background div appears behind the image */
  }
  
  .background-div::after {
    content: "";
    position: absolute;
    top: 0; /* Align the pseudo-element at the top of the background div */
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid #fff;
    pointer-events: none; /* Prevent interaction with the pseudo-element */
  }
  
  .background-div img {
    width: 100%; /* Make the image take up the full width of its container */
    height: auto; /* Maintain the image's aspect ratio */
    border-radius: 4px; /* Optional: Make the image corners rounded */
    z-index: 2; /* Image is on top of the background div */
  }
  
  
  
  .assembly-section-rule {
    margin-top: 10px; /* Space between image and text */
    font-size: 14px; /* Optional: Adjust the text size */
    color: #fff; /* Optional: Change text color */
  }
  
  
  .home-search-input {
    color: var(--Black-black-300, #545454);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .partial-border-box .bg-light {
    background-color: #fff !important;
    margin-top: 18px;
  }
  .partial-border-box-notification .bg-light {
    background-color: #fff !important;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  }
  .top-slider-card {
    color: var(--Foundation-White-white-800, #7f7f7f);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
  }
  .top-slider-title-card {
    color: var(--Foundation-Green-green-400, #366a4f);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    margin-top: -6px;
  }
  
  .navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0;
  }
  .scrollable-container {
    height: 170px;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-right: 20px;
  }
  
  .scrollable-container::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
  }
  
  .scrollable-container::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: var(--Foundation-Green-green-400, #366a4f);
  }
  
  .scrollable-container::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color on hover */
  }
  
  .scrollable-container::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
  }
  
  .scrollable-container-district {
    height: 100px;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding-right: 20px;
  }
  
  .scrollable-container-district::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
  }
  
  .scrollable-container-district::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: var(--Foundation-Green-green-400, #366a4f);
  }
  
  .scrollable-container-district::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color on hover */
  }
  
  .scrollable-container-district::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
  }
  
  .scrollable-container-notification {
    max-height: 300px; /* Adjust height as needed */
    overflow-y: auto; /* Enable vertical scrolling */
    scroll-behavior: smooth; /* Smooth scroll effect */
    padding-right: 20px; /* Add space for the scrollbar */
    padding-left: 5px;
    overflow-x: hidden;
  }
  
  .scrollable-container-notification::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
  }
  
  .scrollable-container-notification::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background: var(--Foundation-Green-green-400, #366a4f);
  }
  
  .scrollable-container-notification::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color on hover */
  }
  
  .scrollable-container-notification::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background of the scrollbar track */
  }
  
  .partial-border-box-notification {
    position: relative;
    padding: 0px 1px 1px 4px;
    margin-top: 20px;
  }
  
  .partial-border-box-notification::before,
  .partial-border-box-notification::after {
    content: "";
    position: absolute;
    background-color: #ff7800; /* Border color */
    border-radius: 2px;
  }
  
  /* Top border, half-width */
  .partial-border-box-notification::before {
    top: -3px;
    left: 0;
    width: 22%;
    height: 4px;
  }
  
  /* Left border, half-height */
  .partial-border-box-notification::after {
    height: 67%;
    top: -3px;
    left: -1px;
    width: 4px;
  }
  
  .custom-box::before,
  .custom-box::after {
    content: "";
    position: absolute;
    background-color: #ff7800; /* Border color */
    border-radius: 2px;
  }
  
  /* Top border, half-width */
  .custom-box::before {
    top: -4px;
    left: 0px;
    width: 57%;
    height: 4px;
  }
  
  /* Left border, half-height */
  .custom-box::after {
   
    top: -4px;
    left: -3px;
    width: 5px;
    height: 50%;
  }
  
  .card-image {
    border-radius: 4px;
    width: 112px;
    height: 108px;
    flex-shrink: 0;
  }
  
  /* Ensures the card is properly sized */
  .card {
    position: relative;
    overflow: hidden; /* Hides any overflow */
  }


  

  
  /* The image inside the card */
  .event-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container */
    transition: transform 0.3s ease-in-out; /* Smooth zoom effect */
    border-radius: 4px;
  }
  
  /* Hover effect to zoom the image */
  .card:hover .event-image {
    transform: scale(1.2); /* Zoom the image */
  }
  .card-body .text-success {
    flex-shrink: 0;
    color: #044523;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 20.4px */
    text-align: left;
  }
  
  .card-body .card-text {
    color: var(--Foundation-White-white-800, #7f7f7f);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 16.8px */
    text-align: left;
  }
  .btn-event-read {
    color: #366a4f;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 20.4px */
  }
  .btn-event-read:hover {
    background-color: #ced4da;
    color: #366a4f;
  }
  .media-first-image {
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    width: 130px;
    height: 166px;
    flex-shrink: 0;
  }
  
  .media-second-image {
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    width: 240px;
    height: 166px;
    flex-shrink: 0;
  }
  
  .media-third-image {
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    width: 142px;
    height: 68px;
    flex-shrink: 0;
  }
  

  .media-third-image {
    margin: 10px 0; /* Add some space between images */
  }
  
  .bottom-image-assemly {
    position: relative; /* Add this */
    z-index: 2;
  }
  
  .bottom-image-assemly::before,
  .bottom-image-assemly::after {
    content: "";
    position: absolute;
    background-color: #ff7800; /* Border color */
  }
  
  /* Top border, half-width */
  .bottom-image-assemly::before {
    top: -4px;
    left: 0;
    width: 57%;
    height: 6px; /* Border thickness */
  }
  
  /* Left border, half-height */
  .bottom-image-assemly::after {
    top: -4px;
    left: -4px;
    width: 6px; /* Border thickness */
    height: 50%; /* Set to half of the element’s height */
  }
  
  .border-bottom-container-filter {
    display: inline-flex;
    border-bottom: 2px solid #8ca99a;
    padding-bottom: 3px;
    height: 30px;
  }
  
  .fillter-section-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: var(--Foundation-Green-green-400, #366a4f);
    font-size: 20px;
    font-style: normal;
    cursor: pointer;
  }
  
  .district-button {
    text-decoration: none;
    display: inline-flex;
    border-bottom: 1px solid #8ca99a;
    padding-bottom: 3px;
    color: var(--Foundation-White-white-900, #616161);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 5px;
    padding: 5px;
  }
  .district-button:hover {
    background: #e6ece9;
    color: var(--Foundation-White-white-900, #616161);
    transform: translateY(-2px);
  }
  
  .manu-dropdwon-list {
    margin-left: 20px;
    margin-top: 10px;
  }
  
  .custom-carousrel-inner {
    overflow: unset !important;
  }
  
  .speaker-card {
    border-radius: 4px !important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25) !important;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border: none !important;
  }
  .secretary-card {
    border-radius: 4px !important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25) !important;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border: none !important;
  }


  .event-card{
    padding-left: 3px;
  }
  
  @media (min-width: 1200px) {

    .assembly-sitting-botom {
      max-width: 93%;
        margin-left: 17px;
      }
      
    /* Adjust breakpoint as needed */
    .speaker-card {
      min-height: 350px;
    }
    .secretary-card {
      min-height: 358px;
    }
    .secretary-image {
      max-height: 380px;
    }

    .partial-border-box::before,
    .partial-border-box::after {
      content: "";
      position: absolute;
      background-color: #ff7800; /* Border color */
    }
    
    /* Top border, half-width */
    .partial-border-box::before {
      top: -4px;
      left: 3px;
      width: 57%;
      height: 5px;
    }
    
    /* Left border, half-height */
    .partial-border-box::after {
      top: -3px;
        left: 2px;
        width: 5px;
        height: 48%;
    }
    .meeting-box-card{
      padding-inline-start: 2rem;
      padding-inline-end: 1rem;
    }
  }
  
  .speaker-card .slider-image {
    border-radius: 10px;
    width: 220px;
    height: 240px;
    object-fit: cover;
  }
  
  .speaker-card .card-body {
    padding: 20px;
    padding-left: 0px;
  }
  
  .speaker-card h5 {
    font-weight: bold;
  }
  
  .speaker-card h6 {
    margin-bottom: 0px;
  }
  
  .speaker-card .card-text {
    color: #616161;
   
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
  }
  .slide-text-lert-para-secretary {
    color: #616161;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  
  .speaker-card .follow-icons a {
    color: #555;
    font-size: 20px;
    margin-inline-end: 10px;
    text-decoration: none;
  }

  
  
 /* Default styles for LTR */


/* .ltr .speaker-card::after {
  right: -65px; 
  left: unset;
}

.rtl .speaker-card::after {
  left: -65px;
  right: unset;
} */


  .text-padding {
    /* padding-left: 20px; */
    padding-top: 10px;
    /* width: 250px; */
  }
  
  /* Custom styling for border color */
  .border-start-custom {
    border-left: 3px solid #ed8123;
    padding-left: 8px;
  }
  
  .custom-text1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }
  
  .slide-text-lert-para {
    color: #616161;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  
  .slide-text-lert-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #616161;
  }
  
  .custom-text-p {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #555;
    margin-bottom: 7px;
    margin-top: 5px;
  }
  
  .slide-left-message {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #555;
  }
  
  .slide-left-speaker {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #366a4f;
    margin-top: -10px;
  }
  
  .icon-set {
    margin-top: 100px;
  }
  
  .follow-pare {
    font-weight: 700;
    font-size: 16px;
    line-height: 19.2px;
    color: #616161;
  }


  
  @media (max-width: 768px) {
    

    .profile-btn {
      margin-bottom: 3rem !important; /* Same as mb-5 */
      margin-left: -5px;
  }
  
    .icon-set {
      margin-top: 0px;
    }
  
    .text-padding {
      padding-left: 0px;
      /* padding-top: 10px;
                  width: 250px; */
    }
  }
  
  @media (max-width: 425px) {
    .speaker-card .card-body {
      padding: 0px;
      margin-left: 0px;
    }
  }
  
  /* .bg-col1 {
    background-color: whitesmoke;
    padding: 20px;
    border-radius: 5px;
  } */
  /* .bg-col2 {
    background-color: whitesmoke;
    color: #0f5132;
    padding: 20px;
    border-radius: 5px;
    
  } */
   .image-box-gallery{
    border-radius: 8px;
    background: #E9E9E9 !important;
    flex-shrink: 0;
   }

   .video-box-gallery{
    border-radius: 8px;
    background: #E9E9E9 !important;
    flex-shrink: 0;
   }
   
  .gellery-heading{
    margin-bottom: 1rem;
    color: #044523;
    margin-top: 1rem;
    color: #044523;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .img-height {
    /* height: 140px; */
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  }
  
  .img-height-small {
    /* height: 66px; */
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  }
  
  .video-setting {
    position: relative;
    height: 190px;
  }
  
  
  .video-setting iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  /* Style for video icons (optional) */
  .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    display: none;
  }
  
  .video-setting:hover .play-icon {
    display: block;
  }
 

  
  .content-area {
    min-height: calc(100vh - 200px);
  }
  
  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
  }
  .carousel-indicators-suctom {
    bottom: -50px !important;
    background-color: #2d2d2d;
  }
  

  /* Make sure the image adjusts with screen size */
  .responsive-image {
    width: 100%;
    height: auto;
    object-fit: cover; /* Adjust the image scaling */
    border-radius: 8px; /* Optional: Add rounded corners */
  }
  
  /* Custom styling for smaller screens */
  @media (max-width: 768px) {

    .header-title-mobile{
      position: relative;
        top: 0;
        width: 100%;
        z-index: 999;
        transition: top 0.3s ease-in-out;
    }

    .header-title-mobile.sticky {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background-color: #043F20 !important; /* Optional, set the background color */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional, for a shadow effect */
  }
   

 
  .view-all {
      margin-top: 5px; 
      text-align: right;
      width: 100%;       
  }
  .leader-house {
    font-size: 13px;
  }

  .speaker-card::after {
    bottom: 18px;
  }
  }

  .set-border{
    border: 7px solid #fff;
  }
  
  .main-log-sindhi {
    max-width: 60%;
  }
  .main-log-urdu {
    max-width: 60%;
  }
  .nav-sub-text-border-bottom {
    border-bottom: 2px solid #fff;
  }
  .separator-brodcast {
    width: 2px;
    height: 38px;
    border-left: 2px solid #fff;
    margin: 1px 6px;
    transform: rotate(17deg);
    flex-shrink: 0;
  }
  .set-background-color{
    /* opacity: 0.75; */
    background: linear-gradient(90deg, #000 12.15%, #ffffff00 45.77%);
  }
  .act-image-set {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, 0.25);
    width: 54px;
    height: 54px;
    flex-shrink: 0;
  }
  
  .slider-next-buttons {
    border: unset;
    color: #366a4f;
   
    width: 14px;
    height: 22px;
    flex-shrink: 0;
  }
  .fa-2x-button {
    font-size: 1.5rem;
  }
  

  .carousel-indicat-suctom{
    /* background-color: gray; */
    margin-bottom: -10px;
    
  }

  .top-carousel-indicat-button{
    background-color: #366a4f !important;
   
  }

  .top-carousel-indicat-button:active{
    background-color: #E6E6E6 !important;
  }

  .carousel-indicators.carousel-indicat-suctom button {
    background-color: #8CA99A;
    border: 1px solid #000;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    width: 20px;
    height: 6px;
    border-radius: 400px;
}
.icon-wrapper {
  width: 28px;
  height: 30px;
  gap: 12px;
  border-radius: 50%; /* Round the corners */
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.follow-icon-set {
  width: 28px; /* Icon size */
  height: 28px; /* Icon size */
  border-radius: 10px;
}


.carousel-indicators.carousel-indicat-suctom button.active {
  background-color: #366a4f !important;
  width: 27px;
}

.scrolling-text {

  white-space: nowrap;
  animation: scroll-left 20s  linear infinite; 
}

/* Scrolling animation */
/* @keyframes scroll-left {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
} */

@keyframes scroll-left {
            0% {
                transform: translateX(0%);
            }
            100% {
                transform: translateX(-100%);
            }
        }

        @keyframes scroll-right {
            0% {
                transform: translateX(0%);
            }
            100% {
                transform: translateX(100%);
            }
        }

/* Optional text styling */
.news {
  margin-inline-end: -8px;
  flex-shrink: 0;
}

 

  .image-container-event:hover img {
    transform: scale(1.2); /* Scale the image on hover */
  }


  /* Style for the image container */
.image-container-event {
  position: relative;
  overflow: hidden;
}

/* Image hover zoom effect */
/* .image-container-event img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
} */


.members-cards{
    margin-left: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 -4px 6px rgba(0, 0, 0, 0.1), 4px 0 6px rgba(0, 0, 0, 0.1), -4px 0 6px rgba(0, 0, 0, 0.1);
}
.image-container-event:hover img {
  transform: scale(1.2); /* Zoom in on hover */
}

/* Hide text when hovering over the image */
.card-body {
  transition: opacity 0.3s ease;
  
}
.home-section-title{
    border-left: 5px solid #ed8123;
    border-radius: 3px;
    padding-left: 8px;

}

@media only screen and (max-width: 768px) {

  .news-scroller {
    max-height: 280px;
  }

}



  
  /* Extra small devices (phones, 600px and down) */
  @media only screen and (max-width: 600px) {
    .slider-button-move{
      margin-left: -20px !important;
    }
    
    /* .assembly-sitting-box {
      border-radius: unset !important;
     background: unset !important;
     box-shadow: unset !important;
    } */

    .meeting-event-box {
      border-radius:  unset !important;
       background:  unset !important;
  }

    .media-center-buttons{
      margin-inline-end: 12px;
    }
    .replacement {
      width: 100%;
      margin: auto;
      overflow: hidden;
    }
    /* .assembly-sitting-calendar {
      border-radius: unset !important;
    background:unset !important;
    box-shadow: unset !important;
     margin-left: unset !important;
     padding: unset !important;
    } */
    .top-slider-title {
      font-size: 22px;
    }
    .meeting-event-calender {
      background: unset !important;
       padding: unset !important;
       margin-top: 1rem;
       margin-inline-end: 1rem;
       margin-left: 1rem !important;
    }
    /* .meeting-box-bottom {
      padding: unset !important;
      padding-left: unset !important;
      padding-bottom: unset !important;
  } */
/* Hide additional items by default */
.leader-house-container .leader-house-link.d-none {
  display: none !important;
}

   


    .news{
      width: 100px;
    font-size: 14px;
    }
    .latest-news-tab{
      font-size: 14px;
    }
    .news-scroller {
      max-height: 200px;
  }
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .replacement {
      width: 98%;
      margin: auto;
    }

  }

  /* Show the navigation bar only for large screens */
@media (max-width: 991px) {


  /* .navbar-nav {
      display: none;
  } */
}

/* For large screens, make the navbar items display inline */
@media (min-width: 992px) {
  .navbar-nav {
      display: flex;
      align-items: center;
  }
  .navbar-nav .nav-link {
      padding: 12px 20px;
  }
}

/* @media (min-width: 600px) and (max-width: 1024px) {
  
} */

  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .replacement {
      width: 96%;
      margin: auto;
    }

    .scrollable-container {
      height: 192px ;
    }
  }
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .tab-content-exp {
      margin-top: 20px;
      min-height: 284px;
      padding: unset;
    }
    .replacement {
      width: 90%;
      margin: auto;
    }

    .about-images {
      padding: 20px 20px 20px 20px;
      margin-top: 1rem;
      margin-bottom: 1rem;
    }

  }
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .tab-content-exp {
      margin-top: 20px;
      min-height: 320px;
    }
  
    .sloder-speker-image {
      border-radius: 4px;
      width: 220px;
      height: 240px;
      flex-shrink: 0;
    }
    .slide-text-lert-para {
      width: 650px;
    }
    .slide-text-lert-para-secretary {
      width: 730px;
    }
    .assembly-sitting-box {
   
      height: 290px;
    }
    .btn-view-profile {
      height: 35px;
      width: 294px;
    }

    .video-box-gallery{
      /* margin-left: 10px; */
      border-radius: 8px;
      background: #E9E9E9 !important;
      /* width: 520px; */
      /* height: 374px; */
      flex-shrink: 0;
    }

    .image-box-gallery{
      /* margin-inline-end: -2px;
      margin-left: 10px; */
      padding: 7px 2px 0px 5px;
      border-radius: 8px;
      background: #E9E9E9 !important;
      /* width: 520px; */
      /* height: 374px; */
      flex-shrink: 0;
     }
     .meeting-title {
      min-height: 320px;
     }
     .img-height-small {
      height: 66px;
     }
     .img-height {
      height: 160px;
     }
     .btn-view-profile-press {
      width: 346px;
      height: 36px;
      /* padding: 8px 97px; */
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
    }
   
    /* .calendar{
      width: 346px;
    } */
    .btn-view-full-calendar{
      width: 100%;
    }
    .media-section-date {
      width: 230px;
    }
    /* .custom-box{
     
    } */

    .media-center-buttons{
          margin-left: -30px;
    }
  }

  .rectangle {
    width: 200px;   /* Set the width of the rectangle */
    height: 100px;  /* Set the height of the rectangle */
    background-color: #4CAF50; /* Add a background color */
    border: 1px solid #000;    /* Optional: Add a border */
  }

  .table-container {
    overflow-x: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

thead {
  background-color: #234f32;
  color: #fff;
}
#cardCarousel {
  width: 100%; /* Ensure the carousel takes up the full available width */
  display: flex; /* Ensure the container behaves as a flex container */
  overflow: hidden; /* Prevent any unwanted overflow */
}


.owl-carousel-nav {
  display: flex;
  justify-content: right; 
  margin-top: 10px; 
}

.owl-carousel-nav button {
  /* background-color: #007bff;  */
  color: #366a4f;
  border: none;
  padding: 10px 15px;
  border-radius: 6px; /* Circle buttons */
  cursor: pointer;
  margin: 0 5px; /* Spacing between buttons */
  transition: background-color 0.3s ease;
}

.mpa_pics_wrapper{
  width: 150px;
  height: 150px;
}
.lang-btn-sindhi {
  font-size: 20px;
}

.owl-carousel-nav button:hover {
  background-color: #366a4f; /* Hover effect */
}

/* .owl-carousel {
  direction: ltr; 
}

.owl-carousel .owl-item {
  direction: rtl; 
} */

.submenu.active {
  display: block !important; /* Show when active */
}


.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% ;
  background-color: #ffffffe7 !important; /* Change dot color */
  border: none;
  margin: 0 5px;
}

.heading-border{
  border-left: 3px solid #ed8123; 
  padding-left: 8px;
  
}


.carousel-indicators .active {
  width: 12px !important;
  height: 12px !important;
  background-color: #ffff !important; /* Active dot color */
}

@media (max-width: 767px) {
  /* Hide the list by default on mobile */
  .list-unstyled-new {
      /* display: none; */
      max-height: 0;
      overflow: hidden;
  }
  .set-background-color {
    background: #00000094 !important;
    /* background: linear-gradient(90deg, #000 10.00%, #ffffff00 90.00%); */
  }

  .dedum-scren {
    transition: all .5s ease-in-out;
  }
}
.card-image-firstsection {
  flex: 0 0 auto;
  width: 32% ;
  margin-top: 1rem !important;
}


.pagination .page-item .page-link {
  background-color: #366a4f; /* Change background color */
  color: white; /* Change text color */
  border-color: #000; /* Change border color */
}

.pagination .page-item.active .page-link {
  background-color: #044523; /* Active page background color */
  border-color: #000;
}

.pagination .page-item .page-link:hover {
  background-color: #2e7751; /* Hover background */
  color: white;
}
  
@media (max-width: 768px) {
  .nav-link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

 
  .lang-btn.active {
    width: 64px;
  }
  .navbar-toggler:focus{
    box-shadow: unset;
  }

  .navbar-toggler{
    border: unset;
  }
  .separator {
    height: 24px;
  }

    .more-links-large {
    display: none; /* Initially hidden on mobile */
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .more-links-large.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

  
  .more-links {
    display: none; /* Initially hidden on mobile */
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.more-links.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* .more-links.hide {
    opacity: 0;
    transform: translateY(-10px);
} */

}
.image-text-container {
  display: flex;
  flex-direction: column; /* By default, the image is on top and text is below */
  align-items: flex-start;
}

.image-text-container img {
  width: 80%; 
  height: auto;
  max-height: 230px;
  margin-left: 12px;
}

.text-content {
  text-align: start;
  padding: 10px;
}
.meeting-box-card{
  padding-left: 1rem !important;
  padding-right: 1rem ;
}
.custom-padding{
  padding-inline-end: 0 !important;
}


@media (min-width: 768px) and (max-width: 991.98px) {
  .list-unstyled-new {
    /* display: none; */
    max-height: 0;
    overflow: hidden;
}


  .more-links-large {
    display: none; /* Initially hidden on mobile */
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .more-links-large.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

  .navbar-toggler:focus{
    box-shadow: unset;
  }

  .navbar-toggler{
    border: unset;
  }

  .footer-bgs {
    background: #044523;
  }
    /* .list-unstyled-new {
      display: none;
      } */

      .meeting-event-box {
          border-radius:  unset !important;
          background:  unset !important;
      }

          .card-image-firstsection{
            flex: 0 0 auto;
            width: 100% !important;
            margin-top: unset !important;
          }
        

          .navbar-toggler {
            border: unset;
        }

          .image-text-container {
            flex-direction: row; 
            align-items: unset; 
        }

        .image-text-container img {
            width: 105px; /* Resize image on smaller screens */
            height: auto;
            align-items: unset !important; 
            margin-left: unset !important;
        }

        .text-content {
            width: 70%; /* Text will take up half the width */
            text-align: start; /* Align text to the left */
        }
        .custom-text-p {
          height: 20px;
          flex-shrink: 0;
          color: var(--Foundation-White-white-800, #7F7F7F);
          font-size: 14px;
          font-weight: 400;
          line-height: 120%; 
          margin-bottom: 5px;
          
        }
        .secretary-message{
          margin-top: 0px !important;
        }

        .view-all {
          margin-top: 5px; 
          text-align: right;
          width: 100%;       
      }
      .meeting-event-calender {
        background: unset !important;
        padding: unset !important;
        margin-top: 1rem;
        margin-inline-end: 1rem;
        margin-left: 1rem !important;
      }
      .tab-content-moblie  {
            display: none;
        }
        .tab-content-moblie.active {
            display: block;
        }
        .nav-link-moblie.active{
          background-color: #044523 !important;
          color: white !important;
          border: none;
        }
        .img-height {
          height: 150px !important;
        }
        .meeting-box-card{
          padding-inline-start: 1rem;
          padding-inline-end: 1rem;
        }

        .nav-link-moblie{
          padding-top: 4px;
          padding-bottom: 3px;
        }
        .main-log-image{
          max-width: 110px;
        }
        .assembly-item {
          display: none;
        }
}
/* For small screens, display image and text side by side */
/* for Mobile */
@media (max-width: 767px) {
  .main-log-image{
    max-width: 110px;
  }

  .custom-text1{
    font-size: 17px;
  }
  .card-image{
    width: 100% !important;
  }

  .nav-link:hover {
    background-color: #366a4f30 !important;
    color: #ffffff; /* White text on hover */
  }


  .footer-overlay{
    background-color: #044523;
  }
  /* .button-view-live{
    width: 294px !important;
  } */
  .button-archives{
    width: 294px !important;
  }

  .nav-link-moblie{
    padding-top: 4px;
    padding-bottom: 3px;
  }

  .nav-link-moblie.active{
    background-color: #044523 !important;
    color: white !important;
    border: none;
    
  }


  .tab-content-moblie  {
    display: none;
}
.tab-content-moblie.active {
    display: block;
}

.list-unstyled-new {
  transition: all .5s ease-in-out;
}

  .triangle-frame{
    margin-top: 1rem;
  }
  .assembly-sitting-calendar{
    margin-left: 0rem;
    margin-inline-end: 0rem;
    margin: 12px;
  }
  .carousel-control-prev {
      left: 25px;
  }

  .carousel-control-next {
    right: 25px;
  }
  .secretary-message{
    margin-top: 0px !important;
  }
  .speaker-card .card-body {
    padding: 0px;
    padding-left: 0px;
    --bs-card-spacer-y: 0px;
  }

  .card-image-firstsection{
    flex: 0 0 auto;
    width: 100% !important;
    margin-top: unset !important;
    margin-bottom: 0 !important;
  }
  .assembly-item {
    display: none;
  }
 

  .image-text-container {
      flex-direction: row; /* Change layout to horizontal on small screens */
      align-items: left; /* Align text with image */
  }

  .image-text-container img {
      width: 105px; /* Resize image on smaller screens */
      height: auto;
      align-items: unset !important; 
      margin-left: unset !important;

  }

  .text-content {
      width: 80%; /* Text will take up half the width */
      text-align: start; /* Align text to the left */
  }
  .custom-text-p {
    height: 20px;
    flex-shrink: 0;
    color: var(--Foundation-White-white-800, #7F7F7F);
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 27px;
    
  }

  .carousel-control-next, .carousel-control-prev {
      width: 8%;
  }

  .title-about-assembly {
    font-size: 22px;
  }

  .owl-theme .owl-dots .owl-dot span {
    margin: 3px 3px !important;
  }



  /* .meeting-box-card{
    padding-left: 1rem !important;
  } */

  .img-height {
    height: 100px !important;
  }

  /* .collapse {
      transition: height 0.5s ease-in-out, opacity 0.1s ease-in-out;
  }
  .collapsing {
      height: 0 !important;
      opacity: 0;
      transition: height 0.5s ease-in-out, opacity 0.1s ease-in-out;
  }
  .collapse.show {
      opacity: 1;
  } */

  .meeting-box-card{
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
  }


}


.owl-theme .owl-dots .owl-dot span {
  margin: 3px 3px !important;
}

.hover-circle {
  width: 80px; /* Adjust size as needed */
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  background-color: transparent; /* Default background */
}

.hover-circle:hover {
  background-color: rgba(0, 0, 0, 0.1); /* Light hover effect */
  transform: scale(1.1); /* Slight zoom */
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; /* Initially hidden */
  transition: opacity 0.3s ease-in-out, transform 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
  border-radius: 50%;
  z-index: 9999;
  background-color: #8080801c !important;
}

.scroll-to-top:hover {
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
  transform: scale(1.1); /* Slight zoom effect */
}

.accordion-button:focus{
  border-color:unset;
}

.accordion-button:not(.collapsed) {
  color: white !important; /* Keeps default text color */
}
.accordion-button:focus{
  color: #043f2e;
}

.btn-outline-primary {
  --bs-btn-color: #366a4f;
  --bs-btn-border-color : #366a4f;
  --bs-btn-hover-bg: #044523;
  --bs-btn-hover-border-color: #aecdbf;
}

.video-container {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Make sure videos don't shrink weirdly */
.video-container video {
  width: 100%;
  height: auto;
  display: block;
}

.accordion-button:not(.collapsed) {
  background-color: #043F20 !important;
  color: white !important;
}

/* Change color when hovered */
.accordion-button:hover {
  background-color: #043F20 !important;
  color: white !important; 
}

/* Change color when focused */
.accordion-button:focus {
  box-shadow: none; 
  background-color: #043F20 !important; /* Focus background */
  color: white !important;
}

.accordion-button:active {
  box-shadow: none; 
  background-color: #043F20 !important; /* Focus background */
  color: white !important;
}

.accordion-button:not(.collapsed)::after {
  filter: brightness(0); 
}

.accordion-button {
  color: #044523;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  padding: 10px 20px;
  border: 1px solid #d9d9d9;
  transition: background-color 0.3s;
  position: relative;
}


.card-body {
  overflow: visible !important;
  word-wrap: break-word !important;
}

.acts-list {
  list-style-type: disc;
  padding-left: 25px;
  font-size: 18px;
}

.acts-list a {
  font-size: 20px;
  color: #198754;
  text-decoration: none;
}

.acts-list a:hover {
  text-decoration: underline;
}

.btn-primary{
  --bs-btn-bg : #366a4f !important;
}

.form-select:focus {
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}
.me-2 {
  margin-inline-end: 0.5rem !important;
}

.print-btn {
  background-color: #366A4F;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
}

.print-btn:hover {
  background-color: #2a523c;
}

@media (max-width: 768px) {
  .d-flex.align-items-center.justify-content-end {
    justify-content: center !important;
  }
}

/* Apply for RTL languages */
html[dir="rtl"] .container {
  direction: rtl;
  text-align: right;
}

/* Apply for LTR languages */
html[dir="ltr"] .container {
  direction: ltr;
  text-align: left;
}

.cal-about-assembly,
.cal-members-assembly {
    text-align: inherit; /* Inherit from the parent container */
}

.button-view-live .green-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: green;
  margin-left: 8px;  /* Adds space between the text and the dot */
  animation: blink 1s infinite;
}

/* Blinking effect for the green dot */
/* @keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
} */

/* When not live, remove the blinking effect */
.not-live .green-dot {
  opacity: 0;
}

/* Optional: Make the button full width on smaller screens */
@media (max-width: 768px) {
  .button-view-live {
    width: 100%;
  }
}

/* Default: English (LTR) */
.accordion-button::after {
  margin-left: auto;
  margin-right: 0;
  /* transform: rotate(180deg); */
}

/* RTL Support: Urdu, Sindhi */
[dir="rtl"] .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
  /* transform: rotate(180deg); */
}


.custom-box {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-box-btn {
  margin-top: auto;
}
.angle-square {
  position: absolute;
  bottom: -0px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  width: 13px;
  height: 56px;
  z-index: 1;
  border: 1px solid white !important;
  border-radius: 18%;
  opacity: 0.7;
}
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
  margin-bottom: 20px;
}

.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
    .header-title-mobile {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 10;
        padding: 10px;
    }
}


@media (max-width: 768px) {
    .header-title-mobile {
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 10;
        padding: 10px;
    }
}

.video-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

.video-card:hover {
    transform: scale(1.02);
}

.video-card img {
    height: 140px;
    object-fit: cover;
}

.video-title {
    font-size: 0.9rem;
    font-weight: 500;
}



   .MsoNormal,
[style*="mso-"],
[style*="-3.0cm"],
[style*="tab-stops"] {
  margin: 0 !important;
  padding: 0 !important;
  word-break: break-word;
}




/* tabs */


  /* background: linear-gradient(292deg, #043F20 4.3%, #366A4F 93.02%); */
  
  .marquee-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: #043f20;
  white-space: nowrap;
  box-sizing: border-box;
}

/* Fading gradients at the ends */
.marquee-container::before,
.marquee-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.marquee-container::before {
  left: 0;
  background: linear-gradient(to right, #043f20 0%, transparent 100%);
}

.marquee-container::after {
  right: 0;
  background: linear-gradient(to left, #043f20 0%, transparent 100%);
}

/* The content to be animated */
.marquee-content {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  /* Removed: transform: translateX(100%); */
  /* This is now handled by the animation keyframes for each direction */
  /*animation-duration: 30s;*/
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* Animation for right-to-left direction (for English/LTR) */
.right-to-left .marquee-content {
  animation-name: marquee-right-to-left;
}

.marquee-content {
  will-change: transform;
}

.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}


@keyframes marquee-right-to-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Animation for left-to-right direction (for Urdu/Sindhi/RTL) */
.left-to-right .marquee-content {
  animation-name: marquee-left-to-right;
}

@keyframes marquee-left-to-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.news-separator {
  display: inline-block;
  margin: 0 20px; /* adjust spacing */
  color: #fff;
  font-size: 20px;
}

.footer-linebox{
  style="color: #ED8123; 
  font-family: 'Lato'; 
}
.footer-image-link{
 margin-top: -5px; 
 margin-bottom: 11px;
}


.carousel-btn {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.84);
    color: #fff !important;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 18px;
    white-space: nowrap;
}

/* ✨ Blink / Glow Animation */
.blink-btn {
    animation: blinkGlow 1.6s infinite ease-in-out;
}

@keyframes blinkGlow {
    0% { opacity: 1; box-shadow: 0 0 0px rgba(255,255,255,0.8); }
    50% { opacity: 0.7; box-shadow: 0 0 10px rgba(255,255,255,1); }
    100% { opacity: 1; box-shadow: 0 0 0px rgba(255,255,255,0.8); }
}

/* Tablet */
@media (max-width: 992px) {
    .carousel-btn {
        font-size: 16px;
        padding: 8px 18px;
        top: 85%;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .carousel-btn {
        font-size: 14px;
        padding: 6px 14px;
        top: 88%;
        white-space: normal;
        text-align: center;
        width: 80%;
    }
}

.cutomcss-header{
  background-color: #043F20 !important;
}

.modal-body {
            direction: ltr;
        }
        
        .bs5-lightbox .lightbox-caption {
            position: absolute;
            top: 10px; /* Adjust this to position it as you like */
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            padding: 5px 10px;
            border-radius: 5px;
            width: 80%; /* Adjust width as per your design */
        }
        
        .bs5-lightbox .lightbox-content {
            position: relative;
        }

  .section-provincial  {
  background-color: #043F20 !important;
    margin-bottom: 20px;
  }
  .section-directory{
    background-color: white; margin-bottom: 20px;
  }
  .lagescren-header{
width:90%; margin:0 auto; text-align:center;
  }
  .cpa-link {
    color: #004080;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}
.cpa-link:hover {
    color: #0066cc;
    text-decoration: underline;
}