  .jumbotron {
    background-color: #660066; 
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    }
    
    .table{
        border-color: #660066;
    }
    
    .table.outer th{
      text-align: center;       /* horizontal centering */
      vertical-align: middle;   /* vertical centering */
    }

    
    /* Set gray background color and 100% height */
    .sidenav {
      background-color: #660066; 
      color: #ffffff;
      height: 100%;
    }
    
    .navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 0; 
    border: 0 solid transparent;
}
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    
    .container-fluid{
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    }
  .row {
     margin-right: 0; 
    margin-left: 0; 
    }
      @media (min-width: 768px){
    .col-sm-6 {
    width: 80%;
    }
    }
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      
      
      .row.content {height: auto;} 
    }
    

  body {
    animation: fadeInAnimation ease 6s
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
       }

.icon-support-toggle {
    position: fixed;
    z-index: 9999;
    color: #fff!important;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    background-color: #000;
    -webkit-transition: All .2s ease;
    -moz-transition: All .2s ease;
    -o-transition: All .2s ease;
    -ms-transition: All .5s ease;
    transition: All .2s ease;
    bottom: 30px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-position: 50% 50%;
    box-shadow: 0 5px 4px 0 rgb(0 0 0 / 26%);
    right: 15px;
    background-image: url(/images/whatsapp-icon.gif);
    background-size: 65px;
}
  
.icon-support-share {
    position: fixed;
    z-index: 9;
    color: #fff!important;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    background-color: #ffffff;
    -webkit-transition: All .2s ease;
    -moz-transition: All .2s ease;
    -o-transition: All .2s ease;
    -ms-transition: All .5s ease;
    transition: All .2s ease;
    bottom: 36px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    border-radius: 100%;
    background-position: 50% 50%;
    box-shadow: 0 5px 4px 0 rgb(0 0 0 / 26%);
    left: 15px;
    background-image: url(/images/share.gif);
    background-size: 50px;
}
  
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    .nav>li>a {
    position: relative;
    display: inline-block;
    color:white;
    padding: 10px 15px;
    }
    
    .nav>li>a:hover {
     color: black; 
     background-color: white;
    }
    
    .navbar-inverse .navbar-nav>li>a {
     color:black;
     background-color:white ;
     
    }
    
    .navbar-inverse .navbar-nav>li>a:hover {
     color: white; 
     background-color:black ;
}
     /* Remove the container-fluid's default margin-bottom and rounded borders */ 
   .container-fluid {
   padding: 0px;
   width: 100%;
}
.home_icon{
    float: right;
    font-size: 10px;
    color: white;
    padding-top: 15px;
    padding-right: 10px;
}

.home_pdf{
    display: none;
    float: right;
    font-size: 10px;
    color: white;
    padding-top: 15px;
    padding-right: 10px;
}
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
    
    #more {display: none;}
    .navbar-brand {
    float: none;
    height: 50px;
    padding: 3px 3px;
    }
    

.head1{
    margin: 0;
    color: white;
    line-height: 30px;
    background-color: #222222;
    margin-bottom: 5px;
    font-family: Verdana;
    font-size: 27px;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
}
.flex-container .flex1 {
  width: 33.3333%;
  margin-top: 5px;
  text-align: center;
}

.flex-container .flex2 {
  width: 25%;
  margin-top: 5px;
  text-align: center;
}

.list-social {
    padding-top: 15px;
    padding-left: 0;
    list-style: none;
    margin-left: 12px;
    float: left;
}

.list-social>li {
    display: inline-block;
    padding-right: 3px;
    padding-left: 3px;
}
.list-item>a>span{cursor:pointer;transition:transform .75s}
.list-item>a>span:hover{color:#0d9bc1;}
.fa_menu{cursor:pointer;transition:transform .75s} /* adjust to your needs */
.fa_menu:hover{color:#0d9bc1;}
.rotate {
  animation: rotation 2s;
}

.linear {
  animation-timing-function: linear;
}

.infinite {
  animation-iteration-count: infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.bg-dark {
    background-color: #222222;
    padding-bottom: 3px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 1px;
}
@media (min-width: 768px){
.navbar-header {
    float: none;
}}
@media (max-width: 768px){
.navbar-nav {
    margin: 2px -15px;
    background-color: white;
}
.navbar-inverse .navbar-nav>li>a {
    color: #222222;
}
.navbar-nav>li>a:hover{
    color: #fff;
    background-color: black;
    }
.socialhead{
    float:left;
    margin-top: 1rem;
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.ui-loader {
      display: none !important;
    }
}

.social-icons {
    position: fixed;
    bottom: 50px;
    right: 5px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    transition: opacity 1.4s ease, transform 1.4s ease;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

/* This class will be added via JS when showing */
.social-icons.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* This is for hiding completely after transition */
.social-icons.hidden {
    display: none;
}


.social-icons a img {
    height: auto;
    display: inline-block;
    object-fit: contain;
}

.social-icons-toggle {
    position: fixed;
    bottom: 42px;
    right: 20px;
    z-index: 10;
    background: white;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    width:40px;
    height:40px;
    cursor: pointer;
}

.social-icons-toggle1 {
    z-index: 10;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    width:30px;
    height:30px;
    cursor: pointer;
    float: right;
    font-size: 10px;
    padding-top: 5px;
    margin:10px;
}

.social-icons-toggle:hover {
    transform: scale(1.2);
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
}

@keyframes pulse {
     0%, 100% {
        transform: scale(0.7);
      }
      50% {
        transform: scale(1.4);
      }
}

.social-icons-toggle i {
    font-size: 20px;
    color: #07c2e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: pulse 3s infinite;
}

.social-icons-toggle1 i {
    font-size: 20px;
    color: #07c2e0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: pulse 3s infinite;
}

.social-icons a {
    margin-bottom: 10px; /* Adjust the spacing between icons */
    display: inline-block; /* Display icons as inline-block elements */
    text-decoration: none;
    color: #000; /* Icon color */
    background-color: white;
    border: 2px solid #000;
    border-radius: 50%; /* Create a circular container */
    width: 40px; /* Width and height for the circle */
    height: 40px;
    text-align: center;
    line-height: 40px; /* Center the icon vertically */
    font-size: 18px; /* Icon size */
    transition: background-color 0.3s; /* Add a hover effect */
}

.social-icons a:last-child {
    margin-bottom: 0; /* Remove margin for the last icon */
    width: 60px; /* Width and height for the circle */
}

.social-icons a:hover {
    color: white; /* Icon color */
    background-color: #000;
    transform:rotate(360deg);
}

.social-share{
    position: fixed;
    bottom: 40px; /* Adjust the distance from the bottom */
    left: 20px; /* Adjust the distance from the left */
    z-index: 9; /* Ensure it's on top of other content */
    justify-content: center; /* Horizontal alignment to center */
  align-items: center; /* Vertical alignment to center */
}
.social-share a {
    margin-bottom: 10px; /* Adjust the spacing between icons */
    display: inline-block; /* Display icons as inline-block elements */
    text-decoration: none;
    color: #000; /* Icon color */
    background-color: white;
    border: 2px solid #000;
    border-radius: 50%; /* Create a circular container */
    width: 40px; /* Width and height for the circle */
    height: 40px;
    text-align: center;
    line-height: 40px; /* Center the icon vertically */
    font-size: 18px; /* Icon size */
    transition: background-color 0.3s; /* Add a hover effect */
}

.social-share a:last-child {
    margin-bottom: 0; /* Remove margin for the last icon */
}

.social-share a:hover {
    background-color: #fff; /* Change background color on hover */
}

.flex-column{
    display: inline-flex;
    position: absolute;
    right: 10px;
    padding: 5px;
}
.d-flex{
    display: flex;
    margin-bottom: 25px;
}
.mb-1{
    margin: 5px;
}

/* Media query for small screens */
@media (max-width: 576px) {
    .d-flex {
        position: static;        /* remove absolute positioning */
        display: inline-flex;           /* switch to normal flex */
       /* flex-direction: column;   stack vertically */
        width: 100%;             /* take full width if needed */
        right: auto;             /* override right */
        padding: 10px;
        margin-bottom: 0px;
    }
    .flex-column{
    position: static;        /* remove absolute positioning */
    display: flex;           /* switch to normal flex */
    }
}

.back-button{
  border-radius:50%;
  background:#2d89ef;
  color:#fff;
  border:none;
  padding:10px;
  display:inline-flex;            /* keeps icon centered */
  align-items:center;
  justify-content:center;
  height:42px;width:42px;
  transition:background-color 1s,transform .5s;
}
.back-button:hover{
  background:rgba(255,255,255,.8);
  color:#000;
  transform:translateX(-5px);
  box-shadow:5px 0 18px rgba(105,105,105,.8);
}
/* ------ explicit search label / input styles ------ */
.search-label{
  font-weight:600;
  color:#333;
  font-size:0.95rem;
  margin-bottom:4px;              /* space above input */
}

.search-input{
  width:260px;                    /* fixed width */
  height:36px;
  padding:6px 10px;
  border:1px solid #bbb;
  border-radius:5px;
  outline:none;
}
.search-input:focus{
  border-color:#592dd2;
  box-shadow:0 0 3px rgba(89,45,210,.4);
}
.modal-backdrop {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40; 
    background-color: #000;
}


