body, html {
  font-family: "Anek Kannada", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
  "wdth" 100;
}

.my-font, .uni-body, h1, h2, h3, h4, h5, h6 {
  font-family: "Anek Kannada", sans-serif !important;
}

.content-text{
font-size: 18px;
}

.card-title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Number of lines to show */
  -webkit-box-orient: vertical;
}

.card-text{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Number of lines to show */
  -webkit-box-orient: vertical;
}

.card-body button{
  margin-bottom:10px;
}

.footer-links a {
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size:18px;
  line-height:32px;
}

.footer-links a:hover,
.footer-links a:focus {
  text-decoration: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.footer-insta {
  display: flex;
  flex-wrap: wrap;
}

.footer-insta li {
  position: relative;
  width: 30%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.footer-insta li a {
  display: block;
  border-radius: 6px;
}

.footer-insta li a img {
  border-radius: 6px;
}

.footer-insta li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  cursor: pointer;
}

.footer-insta li span i {
  font-size: 26px;
  color: black;
}

.footer-insta li:hover span {
  opacity: 1;
}

.top-bar-list{
  justify-content: flex-end;
  list-style-type: none;
  display: inline-flex;
  gap: 12px;
  font-size: 14px;
  padding-top:8px;
}

.top-bar-list li{
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}

.breaking-slider{
  background-color: #ffe6e8;
}

.v-users-breadcumb{
  margin-top:10px;
}

.v-blog-titles{
  padding-bottom:10px;
}

.footer-shadow{
  box-shadow: 0 -10px 10px -3px rgba(115, 115, 115, 0.3);
}

.container0 {
    display: flex;            /* put left & right on same line */
    flex-wrap: nowrap;        /* prevent line break */
    align-items: center;      /* vertical centering */
    justify-content: space-between; /* push left/right apart */
}


@media screen and (max-width: 690px) {
    .weather, .hide, .header-ad {
        display: none;
    }

    /* 1. Make the navbar container the reference point */
    .uc-bottom-navbar .uc-navbar {
        position: relative; 
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* 2. Force the mobile logo to the exact center */
    .uc-bottom-navbar .uc-logo.d-block.md-none {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0 !important;
        z-index: 10;
    }

    /* 3. Ensure the right-side icons stay on the right */
    .uc-navbar-right {
        width: 100%;
        justify-content: space-between; /* Pushes search to left, menu to right */
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 480px) {
    /* Hide the Live button if it crashes into the centered logo */
    .uc-navbar-item.d-none.lg\:d-inline-flex {
        display: none !important;
    }
}

