html, body {
  max-width: 100%;
  overflow-x: hidden;
}
ul.a {
  list-style-type: circle;
}

@media (max-width: 768px) {
  .dashboard {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .btn {
    display: block;
    margin: 0 auto;
    max-width: 90%;
  }

  .btn-primary {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Initially transparent */
.navbar {
  background-color: transparent;
  transition: background-color 0.3s ease;
}

/* Dark background when scrolled */
.navbar.scrolled {
  background-color: #0e1116; 
}

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0b0f1a; /* dark background */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

#page-loader .loader-bar {
  width: 80px;
  height: 4px;
  background: white;
  animation: loading 1s infinite;
  border-radius: 2px;
}

@keyframes loading {
  0% { transform: scaleX(0); opacity: 0.4; }
  50% { transform: scaleX(1); opacity: 1; }
  100% { transform: scaleX(0); opacity: 0.4; }
}

#page-loader.fade-out {
  opacity: 0;
  visibility: hidden;
}

/* Black box background for nav items on mobile */
.navbar-nav .nav-item {
  background-color: transparent; /* Default to transparent */
  border-radius: 6px;
  margin: 0 5px;
  transition: background 0.3s ease;
}

/* Set black background on mobile screens only */
@media (max-width: 768px) {
  .navbar-nav .nav-item {
    background-color: #000; /* Black background on mobile */
    margin-bottom: 10px;
  }
}

/* Set hover effect for nav items */
.navbar-nav .nav-item:hover {
  background-color: #1a1a1a; /* Slightly lighter on hover */
}

.navbar-nav .nav-link {
  color: #fff !important;
  padding: 8px 16px;
  display: block;
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0;
}

.navbar-brand .logo {
  height: 40px;       /* Adjust as needed */
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .navbar-brand .logo {
    height: 32px;
  }
}

body {
      font-family: 'Inter', sans-serif;
      background: #0d1016;
      color: #e4e7ec;
      overflow-x: hidden;
    }
    nav {
      background-color: transparent;
      padding: 1rem 2rem;
    }
    .navbar-brand, .nav-link {
      color: #ffffff !important;
      font-weight: 500;
    }
    .btn-primary {
      background: linear-gradient(90deg, #5d5fef, #6f9bfa);
      border: none;
      box-shadow: 0 0 10px #6f9bfa;
    }

     .ayanbal {
      background: radial-gradient(circle at center, #121620, #0b0e14); 
  display: flex;
  gap: 20px;
  font-size: 1.2rem;
  color: #00f0ff;
  font-weight: 600;
  margin-bottom: 10px;

    }

    .hero {
      padding: 160px 0 100px;
      text-align: left;
      background: radial-gradient(circle at center, #121620, #0b0e14);
      color: #ffffff;
    }
    .hero h1 {
      font-size: 3rem;
      font-weight: 700;
    }
    .hero p {
      font-size: 1.25rem;
      color: #c3c6d1;
    }
    .features, .why, .cta {
      padding: 100px 0;
    }
    h2.section-title {
      font-weight: 700;
      margin-bottom: 40px;
      color: #ffffff;
      text-align: center;
    }
  

/* Base card */
.Lcard {
  background: linear-gradient(135deg, #181c24, #121620); /* dark gradient */
  padding: 25px 30px;
  border-radius: 12px;
  color: #e4e7ec; /* light text */
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); /* subtle base shadow */
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

/* Card hover */
.Lcard:hover {
  background: #6f9bfa;    /* strong purple hover */
  color: #ffffff;         /* white text on hover */
  transform: translateY(-5px);
  box-shadow: 
    0 0 15px rgba(85,165,255,0.3),  /* existing blue glow */
    0 0 25px 8px rgba(111,155,250,0.6); /* purple glow */
}

/* Card titles and text */
.Lcard h5 {
  font-weight: 600;
  margin-bottom: 12px;
  color: inherit; /* inherit so it flips to white on hover */
}
.Lcard p {
  font-weight: 400;
  line-height: 1.4;
  font-size: 0.95rem;
  color: inherit; /* same here */
}

/* Responsive tweaks (optional) */
@media (max-width: 768px) {
  .Lcard {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}


    .card {
      background: linear-gradient(135deg, #181c24, #121620);
      border: none;
      border-radius: 12px;
      color: #e4e7ec;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
      transition: all 0.3s ease;
    }
    .card:hover {
      box-shadow: 0 0 15px rgba(85, 165, 255, 0.3);
      transform: translateY(-5px);
    }
    .cta {
      background: linear-gradient(90deg, #1c1f2e, #11131c);
      text-align: center;
      color: #ffffff;
    }


/* Brand Logo */
.brand .logo {
  width: 220px; /* Adjust as needed */
  height: auto;
  max-width: 100%;
}

.bar-chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  height: 180px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
  overflow: hidden;
}

.bar {
  width: 6%;
  background: linear-gradient(180deg, #61f1ff, #7a60ff);
  border-radius: 6px;
  transition: height 0.5s ease;
}

.dashboard-stats {
  display: flex;
  gap: 20px;
  font-size: 1.2rem;
  color: #00f0ff;
  font-weight: 600;
  margin-bottom: 10px;
}


/* General Styling for the Testimonials Section */
#testimonials {
  padding: 50px 0;
background: #10141c; 
color: #;  
#testimonials .title-block h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

#testimonials .title-block p {
  text-align: center;
  font-size: 18px;
  color: #777;
}

.testimonial-box {
  background: #2c333d;
  background: linear-gradient(135deg, #181c24, #121620);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  color: #fff; /* Ensure text is white for contrast */
}

.testimonial-box:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.personal-info {
  margin-bottom: 15px;
}

.personal-info h6 {
  font-size: 18px;
  font-weight: 600;
  color: #F9F8F8;
  margin: 0;
}

.personal-info small {
  font-size: 14px;
  color: #999;
}

.personal-info .rating {
  font-size: 16px;
  color: #ffb800;
}

.personal-info .rating i {
  font-size: 18px;
}

.testimonial-box p {
  font-size: 16px;
  color: #C7C6C6;
  line-height: 1.6;
}

/* Profile Picture Styling */
.profile-picture {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 3px solid #fff;
}

.review-one {
  background-image: url('path/to/your/image1.jpg'); /* Replace with the path to your first testimonial image */
}

.review-two {
  background-image: url('path/to/your/image2.jpg'); /* Replace with the path to your second testimonial image */
}

/* Responsive Design for Smaller Screens */
@media (max-width: 767px) {
  .personal-info {
    text-align: center;
  }

  .personal-info .col-md-2,
  .personal-info .col-md-10 {
    text-align: center;
  }

  .col-md-6 {
    margin-bottom: 30px;
  }
}

.profile-picture-circle img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.stat-box {
  transition: all 0.3s ease-in-out; /* Add smooth transition for all elements within stat-box */
}

#barChart div {
  transition: height 0.5s ease-in-out; /* Smooth height transition for bars */
}
/* Media Query for Mobile Screens */
@media (max-width: 768px) {
 

 /* Navbar adjustments for mobile */
  .navbar {
    padding: 0.8rem 1rem;
  }

  .navbar-brand .logo {
    height: 32px; /* Adjust logo size for mobile */
  }

  .navbar-nav .nav-item {
    background-color: #000; /* Black background for nav items */
    margin-bottom: 10px;
  }

  .navbar-nav .nav-link {
    padding: 12px 16px;
    font-size: 14px; /* Adjust text size for better fit */
  }

  /* Hero Section Adjustments */
  .hero {
    padding: 120px 0 80px;
    text-align: center; /* Center-align content on mobile */
  }

  .hero h1 {
    font-size: 2rem; /* Smaller hero title */
  }

  .hero p {
    font-size: 1rem; /* Adjust paragraph size */
  }

  /* Button adjustments for mobile */
  .btn {
    display: block;
    margin: 0 auto;
    max-width: 90%;
  }

  .btn-primary {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* Testimonials Section */
  #testimonials {
    padding: 40px 20px; /* Reduce padding for mobile */
  }

  .testimonial-box {
    padding: 15px; /* Smaller padding */
  }

  .testimonial-box p {
    font-size: 14px; /* Adjust text size */
  }

  .profile-picture {
    width: 40px;
    height: 40px; /* Smaller profile picture size */
  }

  /* Dashboard and Stats */
  .dashboard {
    margin-left: 10px;
    margin-right: 10px;
  }

  .dashboard-stats {
    font-size: 1rem; /* Smaller stats font size */
  }

  .bar-chart {
    height: 150px;
  }

  .bar {
    width: 10%;  /* Adjust bar width */
  }

 
  /* Personal info section for testimonials */
  .personal-info {
    text-align: center; /* Center-align on mobile */
  }

  .personal-info .rating {
    font-size: 14px;  /* Smaller rating size */
  }

  /* Profile picture adjustments */
  .profile-picture-circle img {
    width: 60px; /* Smaller profile image size */
    height: 60px;
  }
}

  .footer {
    background-color: #454646; /* Optional: light background */
    color: #777;
  }

