/* header style  */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

/* Header Base */
.navbar {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-brand img {
  height: 45px;
}

/* Nav Links */
.navbar-nav .nav-link {
  color: #00e091 !important;
  font-weight: 600;
  margin: 0 15px;
  transition: color 0.3s ease;
}



.navbar-nav .nav-link.active {
  color: #e91e63 !important; /* pink for active */
}
.sidebar .nav-link.active {
  color: #e91e63 !important;
}


.navbar-nav .nav-link:hover {
  color: #008f66 !important;
}

/* Hamburger Icon */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #00e091;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(7px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-7px);
}

/* Sidebar Menu */
.sidebar {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  transition: right 0.4s ease;
  padding-top: 60px;
  z-index: 999;
}

.sidebar.open {
  right: 0;
}

.sidebar .nav-link {
  display: block;
  padding: 10px 20px;
  color: #00e091 !important;
  font-weight: 600;
}

.sidebar .nav-link.active {
  color: #e91e63 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .navbar-nav {
    display: none !important;
  }

  .hamburger {
    display: flex;
  }
}

/* first banner */

.banner {
  background: url('/images/home-2.webp') no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}

.banner .overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.banner .container {
  position: relative;
  z-index: 1;
}

.banner ul li {
  margin-bottom: 8px;
  font-size: 16px;
}

.banner form .form-control {
  border-radius: 6px;
  padding: 10px;
}

.banner .btn-info {
  background-color: #00aaff;
  border: none;
  transition: background 0.3s ease;
}

.banner .btn-info:hover {
  background-color: #008ecc;
}

.banner .form-control,
.banner .form-select {
  border-radius: 6px;
  padding: 10px;
}

.banner .btn-info {
  background-color: #00aaff;
  border: none;
  transition: background 0.3s ease;
}

.banner .btn-info:hover {
  background-color: #008ecc;
}


@media (max-width: 767px) {
  .banner {
    text-align: center;
  }

  .banner ul {
    padding-left: 0;
  }
}

/* Second Banner */

.about-dhani {
  background-color: #fff;
  color: #000;
}

.about-title {
  width: 100%;
  font-size: 28px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.about-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background-color: #d11a1a;
  /* red underline */
}

.about-img {
  max-width: 80%;
}

.about-dhani a {
  color: #d11a1a;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.about-dhani a:hover {
  color: #b00e0e;
}

@media (max-width: 767px) {
  .about-title {
    font-size: 24px;
  }

  .about-img {
    max-width: 60%;
  }

  .about-dhani p {
    text-align: justify;
  }
}

/* Third Banner */
.card:hover {
  transform: translateY(-6px);
  transition: 0.3s ease;
}

/* Fourth Banner */
.steps-section {
  text-align: center;
  /* padding: 60px 20px; */
}

.steps-section h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.step-box img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

.step-number {
  /* color: #e63946; */
  color: #d11a1a;
  font-weight: 600;
}

.step-box h5 {
  font-weight: 600;
  margin-top: 10px;
}

.step-box p {
  color: #555;
  margin-top: 5px;
}

/* Sixth Section */
.customer-says {
  background: url('/images/twitter-background.jpg') center/cover no-repeat;
  color: #222;
  position: relative;
}

.customer-says::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(116, 115, 143, 0.85);
  z-index: 0;
}

.customer-says .container {
  position: relative;
  z-index: 1;
}

.says-title {
  display: inline-block;
  font-size: 1.8rem;
}

.says-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #d32f2f;
  margin: 10px auto 0;
}

.customer-says .card {
  min-height: 180px;
  transition: all 0.3s ease-in-out;
}

.customer-says .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Seventh Section */
.statistics-section {
  background: #fff;
}

.stats-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 3px;
  background-color: #d32f2f;
  margin: 10px auto 0;
}

.stat-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.counter {
  font-size: 1.8rem;
}
/* Eight Section like this */
.dream-section {
  background: linear-gradient(
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ),
    url('/images/twitter-background.jpg') center/cover no-repeat;
  color: white;
  position: relative;
  overflow: hidden;
}

.dream-img {
  max-width: 350px;
  animation: float 3s ease-in-out infinite;
}

/* Simple floating animation for PNG */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

.btn-danger {
  border-radius: 30px;
  font-weight: 500;
  transition: 0.3s ease;
}

.btn-danger:hover {
  background-color: #c82333;
}
/* Footer */
.footer-section {
  background: #fff;
  color: #000;
  font-size: 15px;
}

.footer-section h6 {
  font-weight: 600;
  color: #000;
}

.footer-links a {
  text-decoration: none;
  color: #333;
  transition: 0.3s ease;
}

.footer-links a:hover {
  color: #e31e25; /* Red hover color */
}

.footer-links li {
  margin-bottom: 8px;
}

.badge {
  font-size: 11px;
  border-radius: 4px;
  padding: 3px 6px;
}

.copyright {
  font-size: 14px;
}

.brand {
  color: #e31e25;
  font-weight: 600;
}
