.card-content h4 a{
    color: black !important;
}

/* ---------------share btn-------------- */
div#social-links {
    margin: 0 auto;
    
}
div#social-links ul li {
    display: inline-block;
} 

.latest-blog a{
    display: inline-block;
}

div#social-links ul li a .fa-whatsapp{
    padding: 5px;
    border: 1px solid #25D366;
    margin: 1px;
    font-size: 16px;
    color: #fff;
    background-color: #25D366;
}

div#social-links ul li a .fa-telegram{
    padding: 5px;
    border: 1px solid #0088cc;
    margin: 1px;
    font-size: 16px;
    color: #fff;
    background-color: #0088cc;
}

div#social-links ul li a .fa-linkedin{
    padding: 5px;
    border: 1px solid #0072b1;
    margin: 1px;
    font-size: 16px;
    color: #fff;
    background-color: #0072b1 ;
}

div#social-links ul li a .fa-facebook-square{
    padding: 5px;
    border: 1px solid #4267B2;
    margin: 1px;
    font-size: 16px;
    color: #fff;
    background-color: #4267B2;
}

.social-media{
    float: right;
    display: none;
}

.share_btn button{
    background-color: #0d6efd;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: #0d6efd;
    border-radius: 5px;
    padding: 2px 5px;
}


.ml-4{
  margin-left: 40px;
}

.like{
  background-color: #FF5336;
}

.like-share{
  position: absolute;
  width: 30%;
  left: 5%;
  bottom: -3%;
  border-radius: 10px;
  background: var(--bg-light);
  box-shadow: 0 0px 10px 0 var(--bg-light);
  backdrop-filter: blur(3.5px);
  padding: 16px 0;
}


.hover-effect:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.nav-link {
    transition: all 0.3s ease !important;
    padding: 12px 20px !important;
}

.nav-link:hover {
    transform: translateY(-2px);
}

.border-dashed {
    border-style: dashed !important;
}

.form-group .form-select{
    display: block;
    width: 100%;
    padding: .95rem 2.25rem .95rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.shadow .inner-gap {
    padding: 10px 0;
  }
  
  .category-card {
    height: 200px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.category-card img {
  height: 150px; 
  width: auto;
  object-fit: contain;
}


.nav-pills .nav-link[data-status="upcoming"].active {
  background-color: #0d6efd !important; 
  color: white !important;
}

.nav-pills .nav-link[data-status="live"].active {
  background-color: #198754 !important; 
  color: white !important;
}

.nav-pills .nav-link[data-status="closed"].active {
  background-color: #dc3545 !important; 
  color: white !important;
}
