@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}

body{
    font-size: 1.125rem;
    font-style: normal;
    font-family: Poppins;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    text-transform: none;
}
/* Hero Section */
.hero-section {
    /*background: url('assets/hero.jpg') center/cover no-repeat;*/
    /* Or use a neutral background color instead of an image */
    padding: 160px 0;
    color: #fff;
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(offpagekaro.com.jpg)center/cover no-repeat;
    background-attachment: fixed;
    box-shadow: 0 2px 5px -2px rgba(40, 167, 69, 0.25);
}
.hero-section .overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    margin-left: 13%;
}

/* Custom Colors (example) */
.nav-link {
    color: #000;
}
.nav-link:hover {
    color: #28a745;
}
.btn-primary {
    background-color: #28a745;
    border-color: #28a745;
}
.btn-primary:hover {
    background-color: #218838;
    border-color: #1e7e34;
}
footer {
    background-color: #333;
    color: #fff;
    padding: 30px 0;
}
p{
    color: #595959;
}
/*.navbar-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}*/

.btncontact {
  background-color: rgba(0, 0, 0, 0);
  outline: rgb(2, 4, 2) none 0px;
  text-decoration: none solid rgb(2, 4, 2);
  box-sizing: border-box;
  color: rgb(2, 4, 2);
  outline-offset: 0px;
  touch-action: manipulation;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
  word-break: break-word;
  align-items: center;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  min-height: 30px;
  padding: 10px 30px;
  text-align: center;
  transition: 0.15s ease-in-out;
  vertical-align: middle;
  width: 148.785px;
  cursor: pointer;
  list-style-type: none;
  border: 1.48148px solid rgb(2, 4, 2);

}

.btncontact:hover{
    background-color:#32AA27;
    border:none;
    color: white;
}

.nav-link{
    font-size: 14px;
    margin: 4px 0px 4px 0px;
}
.nav-link:hover{
    border-bottom: 2px solid #32AA27;
}

.btn-home{
  border-radius: 0;
}
.userpanelsetting{
/*    padding-top: 10%;*/
    padding-bottom: 5%;
}
.userbody{
    background-color: rgb(243 242 241);
}
.userbody .card{
    border-radius: 0;
}



.btn {
    overflow: hidden;
    position: relative;
}

.btn:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s;
}

.btn:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 2s;
    transform-origin: 50%;
    pointer-events: none;
}

.websitepost{
/*    padding-top: 10%;*/
    padding-bottom: 5%;
}



/* Mobile Styles */
@media (max-width: 767px) {
  .userpanelsetting{
    padding-top: 13%;
    padding-bottom: 7%;
    }
    .websitepost{
        padding-top: 20%;
        padding-bottom: 5%;
    }
    .p-5{
        padding: 0.5rem !important;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
      .userpanelsetting{
        padding-top: 13%;
        padding-bottom: 7%;
        }
    .websitepost{
        padding-top: 20%;
        padding-bottom: 5%;
    }
    .p-5{
        padding: 0.5rem !important;
    }
}

.socialLinks{
    margin: 2px;
}
.socialBox{
    font-size: 24px;
}
.socialLinks{
    padding:4px;
    color: #5e5454;
    transition: transform 0.3s ease-in-out;
}

.socialLinks:hover{
    color: green;
    font-weight: bold;
    animation: bounce 0.6s;
}
.text-justify{
    text-align: justify;
}

.categoryBox{
    font-size: 16px;
}

.categoryBox .category{
    padding:4px;
    color: #5e5454;
}

.categoryBox span a{
    color: white;
    text-decoration: none;
}

.categoryBox .badge:hover{
    color: black;
    background-color: white;
    text-decoration: none;
}
.sharearticle{
    font-size: 34px;
}
.relatedArticle{
/*    height: 130px;*/
    transition: transform 0.3s ease-in-out;
}
.relatedArticle:hover {
      animation: bounce 0.6s; /* Trigger bounce animation */
}
.imgRelatedArticle{
    width: 100%;
}
.relatedArtTitle{
    font-weight: 600;
    font-size: 18px;
}
.relatedArtDate{
    font-size: 14px;
}
.relatedArtCat{
    font-size: 13px;
}
.relatedArtUrl{
    text-decoration: none;
}
.addNewArt{
    font-size: 15px;
    float: right;
}

.bounce:hover {
      animation: bounce 0.6s; /* Trigger bounce animation */
}

html {
  scroll-behavior: smooth;
}

/* Works in Chrome, Safari, Edge (chromium) */
/* Not supported in Firefox (use different approach if needed) */
::-webkit-scrollbar {
  width: 8px;               /* scrollbar width */
}
::-webkit-scrollbar-track {
  background: #f1f1f1;      /* track color */
}
::-webkit-scrollbar-thumb {
  background-color: #888;   /* thumb color */
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #555;   /* hover state */
}

.catImage{
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease-in-out; /* Smooth transition */
}

.catImage:hover {
      animation: bounce 0.6s; /* Trigger bounce animation */
    }

@keyframes bounce {
  0%, 100% {
    transform: translateY(0); /* Default position */
  }
  50% {
    transform: translateY(-15px); /* Move slightly up */
  }
}

.active>.page-link, .page-link.active{
    color: white;
    background-color: #433838e8;
    border-color:#121213;
}

.page-link{
    color:#433838e8;
}

.shortDesc{
    color:#433838e8;
}

 /* The dot */
    .blinking-dot {
      color: green;
      font-size: 20px;
      animation: blink 1s infinite; /* Apply the blink animation */
    }

    /* The blink animation */
    @keyframes blink {
      0%, 100% {
        opacity: 1; /* Fully visible */
      }
      50% {
        opacity: 0; /* Invisible */
      }
    }


.cardMain{
    border-top: none!important;
    border-top-left-radius:0px!important;
    border-top-right-radius:0px!important;
}

.navbar {
      border-bottom: 1.5px solid var(--bs-border-color); /* Bootstrap's card border color */
    }