/* Smart & Modern Right-Side Image Animation */
.slider-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px;
  overflow: hidden;
  opacity: 0;
  animation: fadeIn 2s forwards;
}

/* Text Animation */
.slider-content {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideInLeft 1.5s ease-out forwards;
}

@keyframes imageAppear {
  0% {
    opacity: 0;
    transform: translateY(150px) scale(6.5) rotate(12deg);
    filter: blur(18px);
  }

  25% {
    opacity: 0.3;
    transform: translateY(120px) scale(5.5) rotate(10deg);
    filter: blur(15px);
  }

  50% {
    opacity: 0.6;
    transform: translateY(80px) scale(4.2) rotate(6deg);
    filter: blur(10px);
  }

  75% {
    opacity: 0.9;
    transform: translateY(40px) scale(2.8) rotate(3deg);
    filter: blur(4px);
  }

  85% {
    opacity: 0.95;
    transform: translateY(15px) scale(2.2) rotate(1deg);
    filter: blur(2px);
  }

  95% {
    opacity: 0.98;
    transform: translateY(5px) scale(1.1) rotate(0.5deg);
    filter: blur(1px);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
    filter: blur(0);
  }
}

.slider-image img {
  opacity: 0;
  transform: translateY(10000px) scale(6.5) rotate(12deg);
  filter: blur(18px);
  animation: imageAppear 6.5s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}






/* Slide In from Left */
@keyframes slideInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Image Change Beautiful Animation */
.image-slide {
  animation: imageSlideIn 1.5s ease-in-out forwards;
}

@keyframes imageSlideIn {
  0% {
    opacity: 0;
    transform: translateY(50px) scale(0.9) rotate(5deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
}

/* Fade-in Effect */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Hero Divider */
.hero-divider {
  width: 77px;
  height: 3px;
  background-color: #ad1a11;
  opacity: 1;
  margin: 14px 0px;
}


/* -------------------------------------------------- */
/* ======================= tab card ==================== */
/* -------------------------------------------------- */


.box-item {
  margin-bottom: 20px;
}

.entry-meta {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 5px;
}

.entry-meta .icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #007bff;
  border-radius: 50%;
  margin-right: 5px;
}

.entry-title {
  font-size: 18px;
  font-weight: bold;
}

.entry-title a {
  text-decoration: none;
  color: #000;
}

.entry-title a:hover {
  text-decoration: underline;
}

.entry-content {
  font-size: 16px;
  color: #555;
}

.arrow-link {
  display: inline-block;
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}

.arrow-link .icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #007bff;
  border-radius: 50%;
  margin-left: 5px;
}




/* ==================================================== */
.video-background {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.646));
  z-index: 0;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  color: white;
}





/* ============================================= */
.list-group-item.active {
  background-color: #fff;
  color: #dc3545;
  font-weight: 600;
  border-color: #dee2e6;
  border-left: 4px solid #dc3545;
}

.list-group-item:hover:not(.active) {
  background-color: #f8f9fa;
  color: #dc3545;
}

.card {
  border: none;
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1rem;
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

.border-danger {
  border-color: #dc3545 !important;
}

.text-danger {
  color: #dc3545 !important;
}

/* Banner styling */
.banner-bg {
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
  padding: 2rem;
  color: white;
}









/* ========================================================= */
:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
  /* background-color: #f8f9fa; */
}


/* .dashboard-container {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
} */

/* .card {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
} */

/* .card:hover {
  transform: translateY(-5px);
} */

.icon-container {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.icon-yellow {
  background-color: rgba(255, 193, 7, 0.2);
  color: #ffc107;
}

.chart-container {
  position: relative;
  height: 250px;
  width: 100%;
}

.legend-item {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}

.legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 8px;
}

.blue-dot {
  background: linear-gradient(180deg, #4285F4 0%, #4285F4 100%);
}

.yellow-dot {
  background: #FBBC04;
}


/* --------------------tabs responsive----------------------- */
/* Hide on Mobile */

@media (max-width: 575px) {
  .dblock {
    display: none;
  }

  .tops {
    top: 0%;
  }
  .contents{
    text-align: center;
    
    
  }
  .centers{
    margin: auto;
    text-align: center;
    margin-left: 6%;
  }
  .bannersize{
    height: 250px;
    padding: 10px 0px;
  }
  .content {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    color: white;
  }
  .video-background {
    position: relative;
    width: 100%;
    height: 40vh;
    overflow: hidden;
  }
  .abouttop{ hacker
    
    padding: 30px 0px 0px 0px;
  }
  .accourding-hidden{
    display: block;
  }
  .downabout{
    padding: 20px 0px 0px 0px;
  }
}





/* =============== accuarding ================ */
/* .accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #212529;
  box-shadow: none;
} */

.accordion-button:focus {
  box-shadow: none;
  /* border-color: rgba(0,0,0,.125); */
}

/* .accordion-button::after {
  transition: transform 0.3s ease-in-out;
} */

.accordion-body {
  background-color: #f8f9fa;
  padding: 1.5rem;
}

.accordion-item {
  border: 1px solid rgba(0,0,0,.125);
}

.page-container {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  padding: 1rem;
}

.content-wrapper {
  /* max-width: 42rem;
  width: 100%; */
  margin: 0 auto;
}

.main-title {
  color: #1a1a1a;
  margin-bottom: 2rem;
  font-weight: 700;
}
/* =============== accuarding ================ */

/* Hide on Tablet */
@media (min-width: 576px) and (max-width: 991px) {
  .dblock {
    display: block;
  }

  .tops {
    top: 0%;
  }
  .contents{
    text-align: left;
  }
  .accourding-hidden{
    display: none;
  }
  
    
}


/* Hide on Small Laptops */
@media (min-width: 992px) {
  .dblock {
    display: block;
  }

  .tops {
    top: 80%;
  }
  .contents{
    text-align: left;
  }
  .accourding-hidden{
    display: none;
  }
}