@font-face {
  font-family: 'Ondo';
  src: url('Ondo-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'urdu';
  src: url('urdu.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Ondo', sans-serif;
}
.Categories{
  background-color: #67677323;
  border-radius: 20px;
  padding: 10px;
}
.Title-23 {
  background: linear-gradient(90deg, #0017c9, #1a35ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For modern browsers */
  color: transparent;     /* Fallback */
}
.urdu{
  font-family: 'urdu', sans-serif;

}


.Title-23 {
  font-size: 2rem;
}

.Title-22 {
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .Title-23 {
    font-size: 2rem;
  }

  .Title-22 {
    font-size: 1.5rem;
  }
  .nav-link img{
    width: 100px;
  }

  .tag {
    top: 180px;
    font-size: 8px !important;
  }.power-button{
    font-size: 10px !important;
  }.whatsapp-float {
  line-height: 40px !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 20px !important;
 
}nav.nav.fixed-top.mt-3.ms-3.bg-custom.container.justify-content-center {
    width: 74vw;
}
}

.bg-custom.container {
  padding-right: 15px;
  padding-left: 15px;
  /* width: 55vw; */
  transition: 1s all;
  border-radius: 100px;
}
.bg-custom{
  -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgb(68 67 67 / 20%);
}

.tag{
  position: absolute;
    z-index: 100;
    transform: rotate(13deg);
    background: #4ed221;
    padding: 3px;
    color: white;
    border-radius: 14px;
    font-size: 14px;
   
    font-weight: 500;
}
/* CSS */
.grey{
  background-color: #838689 !important;
}
.power-button {
  appearance: none;
  backface-visibility: hidden;
  background-color: #4ed221;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(39, 174, 96, .15) 0 4px 9px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Inter,-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 6px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}


.power-button:hover {
  background-color: #459f27;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.power-button:active {
  transform: translateY(2px);
  transition-duration: .35s;
}
.vh50{
  height: 50vh;
}

.heroMed{
  height: 50vh;
  background-image: url("https://raw.githubusercontent.com/mobalti/open-props-interfaces/refs/heads/main/ai-hero-chat-popover/assets/bg-gradient.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.power-button:hover {
  box-shadow: rgba(39, 174, 96, .2) 0 6px 12px;
}
.hero{
  height: 100vh;
  background-image: url("https://raw.githubusercontent.com/mobalti/open-props-interfaces/refs/heads/main/ai-hero-chat-popover/assets/bg-gradient.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 8px;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.03);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 16px;
}

.card img {
  transition: 0.3s ease-in-out;
  object-fit: cover;
  height: 220px;
  width: 100%;
}

.card:hover img {
  transform: scale(1.05);
}

.card span.badge-eye,
.card span.badge-category {
  position: absolute;
  top: 10px;
  background: rgb(136 134 134);
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  color: white;
}

.card span.badge-eye {
  left: 10px;
}

.card span.badge-category {
  right: 10px;
  background-color: #0017c9;
  color: white;
}

.power-button {
  background-color: #28a745;
  color: white;
  padding: 6px 16px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.power-button:hover {
  color: white;
  background-color: #218838;
}


.title-section {
  font-size: 28px;
  font-weight: 700;
}

.filter-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.filter-bar .filter-option {
  font-weight: 600;
  cursor: pointer;
}

.t-bold{
    font-weight: 900;
}.Title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111;
}

/* Common style for both cards */
.category-card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: background-color 0.3s ease;
}

.category-card span {
  z-index: 2;
  position: relative;
  font-size: 44px;
  font-weight: bold;
  color: white;
  text-shadow: 0px 2px 6px rgba(0,0,0,0.7);
  transition: transform 0.3s ease;
}

.category-card:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
}

.category-card:hover span {
  transform: scale(1.08);
}

/* Specific Backgrounds */
.goth {
  background-image: url('bakra.jpg');
}

.cow {
  background-image: url('bachra.jpg');
}
.dunba {
  background-image: url('sheep.jpg');
}


a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  z-index: 1000;
  text-decoration: none;
  animation: pulse 2s infinite;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.whatsapp-float:hover {
  transform: scale(1.1);
}
